| 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/public_html/2019/ |
Upload File : |
<cfinclude template="header.cfm">
<cfif parameterexists(form.date1)>
<cfset form.arrivedate='#dateformat(form.date1,' yyyy-mm-dd')#'>
</cfif>
<cfif parameterexists(form.date2)>
<cfset form.departuredate='#dateformat(form.date2,' yyyy-mm-dd')#'>
</cfif>
<cfparam name="form.arrivedate" default="#dateformat(currentdatetime,'yyyy-mm-dd')#">
<cfif #form.arrivedate# eq ''>
<cfset form.arrivedate=#dateformat(currentdatetime,'yyyy-mm-dd')#>
</cfif>
<cfset newdeparturedate=#dateadd('d',30,CurrentDateTime)#>
<cfparam name="form.departuredate" default="#dateformat(newdeparturedate,'yyyy-mm-dd')#">
<cfif #form.departuredate# eq ''>
<cfset form.departuredate=#dateformat(currentdatetime,'yyyy-mm-dd')#>
</cfif>
<cfif parameterexists(url.catid)>
<cfparam name="form.catpick" default="#url.catid#">
</cfif>
<cfif parameterexists(url.catpick)>
<cfparam name="form.catpick" default="#url.catpick#">
</cfif>
<cfquery name="Getcat" datasource="cg22">
SELECT cat,catid,mastercat, icon, shorthomepage
FROM CatActivityPlanner
where mag = 1
and hide <> 1
and catid > 150
<!---and mastercat = '' --->
and cat <> ''
and shorthomepage <> ''
and icon <> ''
order by orderme
</cfquery>
<cfquery name="getcountm" datasource="#ds#" cachedwithin="#createtimespan(0,1,3,0)#">
select count(id) as counter
from ActivityPlanner
where 1=1
<cfif parameterexists (form.ArriveDate) and isdate(form.arrivedate)>
and
(
(datestart between '#dateformat(form.arrivedate,'yyyy-mm-dd')#' and
'#dateformat(form.departuredate,'yyyy-mm-dd')#')
or
(dateend between '#dateformat(form.arrivedate,'yyyy-mm-dd')#' and
'#dateformat(form.departuredate,'yyyy-mm-dd')#')
or
datestart = '#dateformat(form.arrivedate,'yyyy-mm-dd')#'
or
dateend = '#dateformat(form.arrivedate,'yyyy-mm-dd')#'
or
dateend > '#dateformat(form.departuredate,'yyyy-mm-dd')#'
<cfif #form.arrivedate# eq #form.departuredate#>
or
(datestart <= '#dateformat(form.arrivedate,' yyyy-mm-dd')#' and dateend>=
'#dateformat(form.arrivedate,'yyyy-mm-dd')#')
</cfif>
)
</cfif>
<cfif parameterexists (url.ArriveDate) and isdate(url.arrivedate) and
parameterexists(url.departuredate) and isdate(url.departuredate)>
and
(
(datestart between '#dateformat(url.arrivedate,'yyyy-mm-dd')#' and
'#dateformat(url.departuredate,'yyyy-mm-dd')#')
or
(dateend between '#dateformat(url.arrivedate,'yyyy-mm-dd')#' and
'#dateformat(url.departuredate,'yyyy-mm-dd')#')
or
datestart = '#dateformat(form.arrivedate,'yyyy-mm-dd')#'
or
dateend = '#dateformat(form.arrivedate,'yyyy-mm-dd')#'
)
</cfif>
<Cfif parameterexists(form.mobilesearchfield) and #form.mobilesearchfield# is not ''>
and
(name like '%#form.mobilesearchfield#%'
or activityname like '%#form.mobilesearchfield#%'
)
</Cfif>
<Cfif parameterexists(form.free) and form.free eq 'on'>
and age6 = 'on'
</Cfif>
<Cfif parameterexists(form.feature) and form.feature eq 'on'>
and cgpriority = 2
</Cfif>
and status=0
and numdays >= 0
and (catid > 0 or catid2 > 0)
and (catid3 = 0 and catid4 = 0)
</cfquery>
<section id="hero" class="inner-hero">
<div class="intro_title">
<div class="container">
<div class="tagline small-600"></div>
<div class="promo-section-wrapper-inner small-600">
<!-- <div class="text-center p-20"> Everything NYC</div> -->
<div class="row pt-10">
<div class="col-md-1 mobile-hide"> <i class="icon-reply"></i></div>
<div class="col-md-11 flex"> <a class="button btn_1"
href="/events/">Check out <Cfoutput>#getcountm.counter#
</Cfoutput> Things to Do</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End hero -->
<main>
<div class="container">
<div class="row">
<div class="col-12">
<div class="main_title">
<h2><span>
Same Day Savings
</span> in NYC</h2>
<p class="mb-30">Enjoy these offers today.</p>
</div>
</div>
</div>
<div class="row">
<div class="card-deck">
<div class="card">
<img src="https://www.cityguideny.com/uploads2/86/x10384824_10153090735702642_5653666624834658742_n.jpg.pagespeed.ic.mkIUelyelP.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<h3 class="card-title">Land & Sea NYC Sightseeing Tour</h3>
<div class="card-text">
<p>Your experience will begin by boarding a state of the art luxury vehicle.
You will be greeted by a licensed professional NYC tour
guide and start your adventure to get to know the city of New York. </p>
<div class="row strong">
<div class="col-9">
Adults <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Children <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Seniors <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
</div>
</div>
</div>
<div class="card-footer text-center">
<a href="#storylink#" class="button btn_1 white promo-button mb-16">Get This Offer</a>
</div>
</div>
<div class="card">
<img src="https://www.cityguideny.com/stealsimages/5D91986C-E24E-4F0C-13A9270583A2E834.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<h3 class="card-title">NY Water Taxi Offers</h3>
<div class="card-text">
<p>Waves of fun await you aboard this jam-packed, exciting adventure around
the NY Harbor! One ticket is all you need for All-Day access and front
row views to world-famous landmarks aboard
NYC's most iconic boat!</p>
<div class="row strong">
<div class="col-9">
Adults <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Children <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Seniors <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
</div>
</div>
</div>
<div class="card-footer text-center">
<a href="#storylink#" class="button btn_1 white promo-button mb-16">Get This Offer</a>
</div>
</div>
<div class="card">
<img src="https://www.cityguideny.com/stealsimages/5D5DF3EE-9905-820A-9450A002F1114F54.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<h3 class="card-title">Gotham Comedy Club - Wednesday Night Special</h3>
<div class="card-text">
<p>GMC is a place where friends come to enjoy the funniest comedians in the
world.
</p>
<div class="row strong">
<div class="col-9">
Adults <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Children <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
<div class="col-9">
Seniors <span class="strike">$55</span>
</div>
<div class="col-3 accent-highlight">$40
</div>
</div>
</div>
</div>
<div class="card-footer text-center">
<a href="#storylink#" class="button btn_1 white promo-button mb-16">Get This Offer</a>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Common scripts -->
<cfinclude template="footer.cfm">
<script>
jQuery(document).ready(function ($) {
$('#expandAll').click(function () {
$('#discountspanel .collapse.show').removeClass('show');
$('#discountspanel .collapse').addClass('show').css('height', 'auto');
$('#expandAll').hide();
$('#collapseAll').show();
});
$('#collapseAll').click(function () {
$('#discountspanel .collapse').removeClass('show');
$('#expandAll').show();
$('#collapseAll').hide();
});
var current_width = $(window).width();
if (current_width < 768) {
$('#discountspanel .collapse.show').removeClass('show');
}
$('.scroll').click(function (e) {
var target = $(this.getAttribute('href'));
if (target.length) {
e.preventDefault();
$('html, body').stop().animate({
scrollTop: target.offset().top - 100
}, 1000);
}
});
});
</script>
</body>
</html>