| 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/steals/ |
Upload File : |
<cfinclude template="indexheader.cfm">
<!-- //////////////////////////////////
//////////////PAGE CONTENT/////////////
////////////////////////////////////-->
<br>
<div class="container">
<Cfif parameterexists(url.send)>
<h2>Thank you, your message has been sent!</h2>
<!---
<CFMAIL
TO="[email protected]"
SUBJECT="SAME DAY SAVINGS Contact Form - #form.name#"
FROM="#form.email#"
SERVER="us-smtp-outbound-1.mimecast.com"
>
#form.message#
</cfmail>--->
<cfelse>
<!--- <div class="span6" style="background-color: white;">
</div>--->
<cfif (#cgi.HTTP_USER_AGENT# contains 'iphone' or #cgi.HTTP_USER_AGENT# contains 'android')>
<div class="span3" style="align-self: center;width: 90% ">
<cfelse>
<div class="span3" style="align-self: center;width: 40% ">
</cfif>
<h2 >Contact Us</h2>
<form name="contactForm" method="post" enctype="multipart/form-data" action="indexcontact.cfm?send=on">
<fieldset>
<div class="row-fluid">
<div class="alert form-alert" id="form-alert-name">Please enter your name</div>
<input name="name" class="span12" id="name" type="text" placeholder="Enter Your Name" />
</div>
<div class="row-fluid">
<div class="alert form-alert" id="form-alert-email">Please enter your valid E-mail</div>
<input name="email" class="span12" id="email" type="text" placeholder="Your E-mail Address" />
</div>
<div class="row-fluid">
<div class="alert form-alert" id="form-alert-message">Please enter message</div>
<textarea style="height:200px;" class="span12" name="message" id="message" placeholder="Your message"></textarea>
</div>
<div class="alert alert-success form-alert" id="form-success">Your message has been sent successfully!</div>
<div class="alert alert-error form-alert" id="form-fail">Sorry, error occured this time sending your message</div>
<input type="submit" Value="Send Message" class="btn btn-primary">
</fieldset>
</form>
</div>
<div class="span3"><br><br>
<h5>Contact Info</h5>
<ul class="list">
<li><i class="icon-map-marker"></i> Location: <br>
498 Seventh Ave<br>
10th Floor<br>
New York, NY 10018
<br>
</li><br>
<li><i class="icon-phone"></i> Phone: +212.315.0800</li><br>
<li><i class="icon-envelope"></i> E-mail: <a href="#">[email protected]</a>
</li>
</ul>
</div>
</div>
<center><b> Published by<br> <img src="http://new.davlermedia.com/wp-content/uploads/2016/08/72DavlerMedia.png" style="width: 250px;">
<p>
<table style="background-color: white;max-width: 350px;"><tr>
<td style="padding:18px;width: 33%">
<a href="http://www.cityguideny.com"><img src="http://www.cityguideny.com/images/cityguideny-logo.jpg"></a></td><td style="padding:18px;width: 33%"><a href="http://www.nymetroparents.com"> <img src="http://www.nymetroparents.com/images/c2015nymp.png"></a></td>
<td style="padding:18px;width: 33%"><a href="http://www.mommybites.com"><img src="https://newimages.bwwstatic.com/2017/mommybites.jpg"></a></td>
</tr></table>
<!---
<!-- GOOGLE MAP -->
<iframe width="100%" height="500" frameborder="0" scrolling="no" marginheight="0" src="https://maps.google.com/maps?q=498 7th Ave, 10th Floor New York, NY 10018,&t=&z=14&ie=UTF8&iwloc=&output=embed" marginwidth="0">
<a class="addmaps" href="http://www.embedgooglemap.net"id="get-map-data" mce_href="http://maps.google.com/maps/"></a><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></iframe>
---> </p></b></center>
</Cfif>
<div class="gap gap-small"></div>
</div>
<!-- //////////////////////////////////
//////////////END PAGE CONTENT/////////
////////////////////////////////////-->
<cfinclude template="indexfooter.cfm">