| Server IP : 104.21.21.239 / Your IP : 216.73.217.143 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/public_html/stealsadmin/ |
Upload File : |
<Cfquery name="getcoupon" dataSource="#ds#">
select * from steals.stealsvendorcoupons
order by enddate desc
</cfquery>
<html>
<head>
<title>Preview</title>
<link type="text/css" rel=stylesheet href='https://fonts.googleapis.com/css?family=Montserrat:400,700'/>
</head>
<body style="background-color: white;margin:20px;font-family: 'Montserrat'">
<center>
<table style="width:80%;margin: 10px;border-color: black;border-style: dotted;border-width: 0px;background-color: white;" cellspacing="0">
<tr><Td style="padding:20px;border-color: black;border-style: dotted;border-width: 2px;">
<center> <table>
<Tr><td><!---<img src="http://www.cityguideny.com/images/cityguideny-logo.jpg" style="height:100px;">---></td><td><Center><font color="##001e65" size="+2"><em>STEALS AND DEALS</em></font></Center></td>
</table> </center>
Welcome to Same Day Savings, you place to apply your spontaneous spirit. Everyday local attractions and business will be offer you today only savings opportunities. You should decide quickly because in most cases there are only limited number of invitations to take advantage of these discounts.
<p>
<cfif parameterexists(session.id) and parameterexists(session.accesslevel) and parameterexists(session.member)>
You are logged in. <a href="previewlogout.cfm">logout</a>
<p>
<cfelse>
<a href="previewlogin.cfm">click here to login</a>
</cfif>
<h2>TODAY'S INVITATIONS
</h2>
<Cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'ipod' or #cgi.HTTP_USER_AGENT# contains 'android')>
<cfset Columns=1>
<Cfelseif #cgi.http_User_agent# contains 'ipad'>
<cfset Columns=2>
<cfelse>
<cfset Columns=3>
</Cfif>
<table border="0" width=100%>
<tr>
<cfoutput query="getcoupon">
<cfif (getcoupon.CurrentRow-1) MOD Columns EQ 0>
</tr><tr>
</cfif>
<td width=33% valign=top >
<table style="width:80%;margin: 10px;border-color: red;border-style: dashed;border-width: 2px;background-color: white;height:300px;"><tr><td style="padding:10px;">
<Cfquery name="getcouponname" dataSource="#ds#">
select * from steals.stealsvendor
where vendorid = #getcoupon.vendorid#
</cfquery>
<Cfquery name="getlocation" dataSource="#ds#">
select * from steals.stealsvendorlocations
where vendorid = #getcoupon.vendorid#
and locationid = #getcoupon.locationid#
</cfquery>
<Cfquery name="getinfo" dataSource="#ds#">
select * from steals.stealsvendorsinfo
where vendorid = #getcoupon.vendorid#
</cfquery>
<a href="http://stealsadmin.cityguideny.com/previewlisting.cfm?vendorid=#getcoupon.vendorid#" style="text-decoration: none;"><center> <Cfif #getinfo.logo# is not ''>
<img src="http://www.cityguideny.com/stealsimages/#getinfo.logo#" style="max-width: 150px;max-height: 75px;">
</Cfif>
<h2 style="margin-bottom: 0px;padding-bottom: 0px;font-size: 12pt;">#getcouponname.vendorname#</h2>
</center>
</a>
<a href="purchasecoupon.cfm?couponid=#couponid#" style="text-decoration: none;"><div align="center">
<font size=-1>
<b> #couponname#</b>
<p>
<small style="color: black;">
#description#<p>
#restrictions#</small><p>
<!---<Font color="black" >
Offer Ends: #endtime#</Font>
--->
</center>
</div>
<table>
<Cfif normalpriceadults is not ''>
<tr>
<Td><font size=-1>Adults:</Td>
<td><font size=-1>$#specialpriceadults#
</td>
<Cfset price = normalpriceadults - specialpriceadults>
<td><font size=-1>SAVE: <font color="red">$#price#</font>
</tr>
</Cfif>
<Cfif normalpricekids is not ''>
<tr>
<Td><font size=-1>Kids:</Td>
<td><font size=-1>$#specialpricekids#
</td>
<Cfset price = normalpricekids - specialpricekids>
<td><font size=-1>SAVE: <font color="red">$#price#</font>
</tr>
</Cfif>
<Cfif normalpriceseniors is not ''>
<tr>
<Td><font size=-1>Seniors:</Td>
<td><font size=-1>$#specialpriceseniors#
</td>
<Cfset price = normalpriceseniors - specialpriceseniors>
<td><font size=-1>SAVE: <font color="red">$#price#</font>
</tr>
</Cfif>
<Cfif otherprice is not ''>
<tr>
<Td><font size=-1>#otherprice#:</Td>
<td>$#specialprice#
</td>
<Cfset price = normalprice - specialprice>
<td><font size=-1>SAVE: <font color="red">$#price#</font>
</tr>
</Cfif>
</table>
<center>
<center>
<u>Buy Now!</u></a> | <a href="http://stealsadmin.cityguideny.com/previewlisting.cfm?vendorid=#getcoupon.vendorid#" style="text-decoration: none;"><font color="black"><u>More Info</u></font></a> </center>
</td></tr></table>
</a>
</td>
</cfoutput>
<cfif getcoupon.RecordCount MOD columns neq 0>
</tr>
</cfif>
</table>
</Td>
</tr></table>
Copyright 2017 Davler Media - <a href="previewterms.cfm">Terms & Conditions</a>
</center>
</body>
</html