| 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/public_html/steals/ |
Upload File : |
<cfinclude template="indexheader.cfm">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<cfif
(#cgi.HTTP_USER_AGENT# contains 'phone') or #cgi.HTTP_USER_AGENT# contains 'android'
>
<div style="width: 100%;padding:0px; background-color:#4718a9; margin-top: 0px;">
<cfelse>
<div style="width: 100%;padding:0px; background-color:#6e42bd; background-image: url(img/background_image.jpg); background-repeat: no-repeat; background-position: center top; margin-top: 0px;">
</cfif>
<div class="container" >
<cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
<h1 style="font-family: 'Roboto Slab', serif;font-weight: 300;color:#ff5b28;font-size:36px;line-height: 36px;padding-top:20px;">Hey! Enjoy these offers today</h1>
<h2 style="font-family: 'Roboto Slab', serif;font-weight: bold;color:#f5f5f5;font-size:18px;line-height: 21px;">Last minute decisions rewarded here. Do it today and save.</h2>
<Cfelse>
<h1 style="font-family: 'Roboto Slab', serif;font-weight: 300;color:#ff5b28;font-size:66px;line-height: 80px;padding-top:8px;">Hey! Enjoy these offers today</h1>
<h2 style="font-family: 'Roboto Slab', serif;font-weight: 400;color:#f5f5f5;font-size:29px;line-height: 20px;">Last minute decisions rewarded here. Do it today and save.</h2>
</cfif>
<div style="color: #ff5b28;border-style:dashed;border-top: 1px;margin-top:20px;margin-bottom:36px;line-height: 33px;"></div>
<div class="row row-wrap" style="margin-top:20px;">
<Cfquery name="getcoupon" dataSource="#ds#">
select * from steals.stealsvendorcoupons
where 1 = 1
and active= 1
<Cfif parameterexists(form.searchfield)>
and (couponname like '%#form.searchfield#%' or description like '%#form.searchfield#%')
</Cfif>
order by enddate desc
</cfquery>
<cfoutput query="getcoupon">
<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>
<style type="text/css">
.coupon-thumb .coupon-inner:before
{
display: none;
content: '';
position: absolute;}
</style>
<div class="span3" style="z-index:0;border-width: 1px;border-style: solid;border-color:##a4aaad;<cfif
(#cgi.HTTP_USER_AGENT# contains 'ipad')>min-width:315px;</cfif>-webkit-box-shadow: 0px 0px 14px 2px rgba(20,19,23,1);
-moz-box-shadow: 0px 0px 14px 2px rgba(20,19,23,1);
box-shadow: 0px 0px 14px 2px rgba(20,19,23,1);" >
<!-- COUPON THUMBNAIL -->
<a href="indexpurchase.cfm?vendorid=#getcoupon.vendorid#<cfif parameterexists(url.affid)>&affid=#url.affid#</cfif>&couponid=#getcoupon.couponid#" class="coupon-thumb">
<center style="background-color: white;min-height: 65px;padding:15px;">
<img src="https://www.cityguideny.com/stealsimages/#getinfo.logo#?asd" style="max-height: 65px;width: auto;max-width:
156px;padding-bottom: 0px" alt="#getcouponname.vendorname#">
</center>
<div class="coupon-inner"
<cfif
(#cgi.HTTP_USER_AGENT# contains 'ipad')>
style="min-height: 475px;padding:15px;"
<cfelseif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
style="min-height: 400px;padding:15px;"
<cfelse>
style="min-height: 400px;padding:15px;"
</cfif>
<p class="coupon-desciption"><center>
<Div style="height: 14px;">
<b style="
font-family: 'Roboto Slab', serif;
color: ##ff5b28;font-size: 20px;line-height: 22px;
text-transform: uppercase;align-content: center;">#couponname#</b></Div>
<br><Br>
<Div style="height: 40px;">
<span style="text-transform: uppercase;color:##000000;font-size:16px;line-height:22px;">
#getlocation.address# <br><!---#getlocation.city#, #getlocation.state# #getlocation.zip#---></span></p>
</div>
</center>
<div class="coupon-meta" style="border-top-color: ##a4aaad;">
<Div style="height: 44px;">
<span class="coupon-time" style="font-weight: normal;font-family: 'Open Sans';">#left(description,80)#<Br>
</span>
</div>
<div class="coupon-price" style="align-content: center;float: none;height:158px;" align="center">
<Br>
<table style="height:100px;">
<Cfif normalpriceadults is not ''>
<tr><td><font color="black" style="font-family: 'Open Sans';font-size: 15px;"><b>Adults </B></font>
</td><td>
<span class="coupon-old-price" style="font-family: 'Open Sans';font-size: 15px;color:black;">$#normalpriceadults#</span><Cfset price = normalpriceadults - specialpriceadults></td><td><span class="coupon-new-price" style="font-size:18px;background-color:white;font-family: 'Open Sans';font-weight:boldest;"><b>$#specialpriceadults#</span>
</td></tr>
</cfif>
<Cfif normalpricekids is not ''>
<tr><td>
<p style="padding-top:8px;">
<font color="black" style="font-family: 'Open Sans';font-size: 15px;font-weight: bold">Children </B></font></td><td><span class="coupon-old-price" style="font-family: 'Open Sans';font-size: 15px;font-weight: normal;color:black;">$#normalpricekids#</span></td><td><Cfset price = normalpricekids - specialpricekids><span class="coupon-new-price" style="font-size:18px;background-color:white;font-family: 'Open Sans';font-weight:boldest;">$#specialpricekids#</span>
</td></tr>
</cfif>
<Cfif normalpriceseniors is not ''>
<tr><td>
<p style="padding-top:2px;">
<font color="black" style="font-family: 'Open Sans';font-size: 15px;font-weight: bold"><B>Seniors </B></font></td><td><span class="coupon-old-price" style="font-family: 'Open Sans';font-size: 15px;font-weight: normal;color:black;">$#normalpriceseniors#</span></td><td><Cfset price = normalpriceseniors - specialpriceseniors><span class="coupon-new-price" style="font-size:18px;background-color:white;font-family: 'Open Sans';font-weight:boldest;">$#specialpriceseniors#</span>
</td></tr>
</cfif>
<Cfif normalprice is not ''>
<tr><td>
<p style="padding-top:8px;">
<font color="black" style="font-family: 'Open Sans';font-size: 15px;font-weight: bold"><B>#otherprice# </B></font></td><td><span class="coupon-old-price" style="font-family: 'Open Sans';font-size: 15px;font-weight: normal;color:black;">$#normalprice#</span></td><td>
<Cfif isnumeric(specialprice)>
<Cfset price = normalprice - specialprice></cfif><span class="coupon-new-price" style="font-size:18px;background-color:white;font-family: 'Open Sans';font-weight:boldest;">$#specialprice#</span>
</td></tr>
</cfif>
</table>
</div>
<cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
<center><div style="margin-top:7px;margin-bottom:-5px;z-index:5000;background-color: ##ff5b28;padding: 4px;color: white;font-size: 14pt;font-style: italic;font-weight: bold;width:166px;-webkit-box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);-moz-box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);border-size:1px;border-color:##fd9b7d; -webkit-border-radius : 3px;
-moz-border-radius : 3px;
border-radius : 3px;"><b>Get This Offer >> </b></div><br></center>
<Cfelse>
<center><div style="margin-top:7px;z-index:5000;background-color: ##ff5b28;padding: 4px;color: white;font-size: 10pt;font-style: italic;font-weight: bold;width:136px;-webkit-box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);-moz-box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.49);border-size:1px;border-color:##fd9b7d; -webkit-border-radius : 3px;
-moz-border-radius : 3px;
border-radius : 3px;"><b>Get This Offer >> </b></div><br></center>
</Cfif>
<cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
<div style="vertical-align: bottom; position: fixed;bottom:60px;">
<cfelse>
<div style="vertical-align: bottom; position: fixed;bottom:65px;">
</cfif>
<span class="coupon-time" style="font-family: 'Open Sans';margin-top:-4px;"><b style="font-weight: bold;color: black;font-size:12px;">Restrictions:</b><br
<Span style="font-family: 'Open Sans', serif;font-size:11px;font-style: italics;font-weight:normal;"><i style="font-size:11px;">
<Cfset charme = 24>
<Cfif #restrictions# is not ''>
<style type="text/css">
.tiptext {
display:block;
position:relative;
}
.description {
display:none;
background-color: white;
position:relative;
border:1px solid ##000;
width:225px;
padding:4px;
z-index: auto;
height:180px;
}
</style>
<script type=text/javascript>
$(".tiptext").mouseover(function() {
$(this).children(".description").show();
$(this).children(".tiptext").hide();
}).mouseout(function() {
$(this).children(".description").hide();
$(this).children(".tiptext").show();
});
</script>
<cfif len(restrictions) gt #charme#>
#left(restrictions,charme)#... (read more)
<!---
<div class="tiptext">#left(restrictions,charme)#... (read more)
<div class="description"> #restrictions#</div>
</div>--->
<cfelse>
#restrictions#
</cfif>
<cfelse>None</Cfif></i></span>
</div>
<!---
<cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
<div style="vertical-align: bottom; position: fixed;bottom:30px;left:32%">
<center>
<span style="width:100%;border-width:1px;border-style:solid;border-color:##5d32b2;background-color: white;padding:8px;color:##5d32b2;font-size: 10pt;"><B>Offers Left: #numberavailable#</B></span>
</center>
<cfelse>
<div style="vertical-align: bottom; position: fixed;bottom:30px;left:22%">
<center>
<span style="width:100%;border-width:1px;border-style:solid;border-color:##5d32b2;background-color: white;padding:8px;color:##5d32b2;"><B>Offers Left: #numberavailable#</B></span>
</center>
</cfif>
</div>--->
</div>
</div>
</a>
</div>
</cfoutput>
</div>
<!---
<div class="pagination">
<ul>
<li class="prev disabled">
<a href="#"></a>
</li>
<li class="active"><a href="#">1</a>
</li>
<li><a href="#">2</a>
</li>
<li><a href="#">3</a>
</li>
<li><a href="#">4</a>
</li>
<li><a href="#">5</a>
</li>
<li class="next">
<a href="#"></a>
</li>
</ul>
</div>--->
<div class="gap"></div>
</div>
</div>
<cfinclude template="indexfooter.cfm">