| Server IP : 172.67.201.108 / 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 : |
<cfinclude template="/header.cfm">
<cfif parameterexists(Session.email) and (Session.email IS NOT -1) and (#getuser.accesslevel# eq 100)>
<Cfquery name="getdel" dataSource="#ds#">
select * from
ParentsListings
WHERE id = #url.id#
</cfquery>
<CFMAIL
TO="[email protected],[email protected],[email protected],[email protected]"
SUBJECT="NYMP Listing Deleted - #getdel.name# by #session.email#"
FROM="NYMP <[email protected]>"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
Below is a report of a just deleted listing:
ID: #getdel.ID#<p>
Name: #getdel.Name#<p>
Address: #getdel.Address#<p>
City: #getdel.City#<p>
State: #getdel.State#<p>
Zip: #getdel.Zip#<p>
CatID: #getdel.CatID#<p>
Description: #getdel.Description#<p>
Website: #getdel.Website#<p>
ContactName: #getdel.ContactName#<p>
Phone: #getdel.Phone#<p>
Fax: #getdel.Fax#<p>
Email: #getdel.Email#<p>
Hide: #getdel.Hide#<p>
Advertiser: #getdel.Advertiser#<p>
CatName: #getdel.CatName#<p>
IconName: #getdel.IconName#<p>
dateadded: #getdel.dateadded#<p>
region: #getdel.region#<p>
enhancedlisting: #getdel.enhancedlisting#<p>
othername: #getdel.othername#<p>
showothername: #getdel.showothername#<p>
rep: #getdel.rep#<p>
campphoto: #getdel.campphoto#<p>
campthumbnail: #getdel.campthumbnail#<p>
campdescription: #getdel.campdescription#<p>
guidetype: #getdel.guidetype#<p>
prem: #getdel.prem#<p>
seo_friendly: #getdel.seo_friendly#<p>
holidaycat: #getdel.holidaycat#<p>
alias: #getdel.alias#<p>
listinglogin: #getdel.listinglogin#<p>
listingpassword: #getdel.listingpassword#<p>
<p>
</cfmail>
<Cfquery name="cleartable" datasource="cityguide">
delete from
ParentsListings
WHERE id = #url.id#
</CFQUERY>
<cflocation url="listallpk.cfm" addtoken="no">
</cfif>