| 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/2019/ |
Upload File : |
<cfsavecontent variable="headercontent">
<title>Contact CityGuide Magazine</title>
</cfsavecontent>
<Cfinclude template="header.cfm">
<cfinclude template="rossavings.cfm">
<main>
<div class="white_bg" >
<div class="container margin_60" style="max-width: 600px;">
<div class="main_title">
<h2>Contact CityGuideNY.com</span></h2>
</div>
<!-- Containers -->
<Cfif parameterexists(url.add)>
<cfif parameterexists(form.captchatext) and '#form.captchatext#' eq '#form.chide#'>
<cfif not parameterexists(form.blurb) or #form.blurb# eq ''>
<cflocation url="contact.cfm" addtoken="no">
</cfif>
<cfset temp=Evaluate("blurb")>
<CFSET CurrentDateTime = #CreateODBCDateTime(Now())#>
<cfif #form.email# eq ''>
<Cfset emailfrom = '[email protected]'>
<cfelse>
<cfset emailfrom = '#form.email#'>
</cfif>
<cfif #form.requesttype# eq '1'>
<cfset emailto = '[email protected]'>
</cfif>
<cfif #form.requesttype# eq '2'>
<cfset emailto = '[email protected]'>
</cfif>
<cfif #form.requesttype# eq '3'>
<cfset emailto = '[email protected]'>
</cfif>
<cfif #form.requesttype# eq '4'>
<cfset emailto = '[email protected]'>
</cfif>
<Cfif #form.subject# eq 'NYC Trivia Contest Question'>
<cfset emailto = '[email protected]'>
</Cfif>
<CFMAIL
TO="#emailto#"
SUBJECT="CGNY: #form.subject#"
FROM="[email protected]"
SERVER="127.0.0.1"
>
Name: #form.author#
Email: #form.email#
Message: #temp#
</cfmail>
<br><center>
<p>
<font face=verdana size=+1>Thank you for contacting <cfoutput>#sitename#</cfoutput>. <p>Expect a response within 24 hours.
<cfelse>
</cfif>
<cfelse>
<form action="/contact.cfm?add=on" method="post">
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Subject</label>
<input class="form-control" NAME="Subject" SIZE="25" >
</div></div>
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Type</label><Br>
<select name="requesttype" size="1">
<Cfif parameterexists(url.trivia)>
<option value="5" >Trivia Contest</option>
</Cfif>
<option value="1" >I Want to Advertise</option>
<option value="2" >I Want to Report a Problem with the Web Site</option>
<option value="3" >I Want to List an Event/Activity</option>
<option value="4" >Other</option>
</select>
</div></div>
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Name</label>
<input class="form-control" NAME="Author" SIZE="3" >
</div></div>
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Email</label>
<input class="form-control" NAME="email" SIZE="5" >
</div></div>
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Message</label>
<textarea name="blurb" cols="80" rows="10" wrap="VIRTUAL" class="form-control" rows="5" required></textarea>
</div></div>
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Please Enter the Code</label> <Cfset x = randrange(1,10000)>
<cfoutput>
<strong> <font size=+1 face=verdana> #x#</font></strong>
<input name="chide" value="#x#" type="hidden" />
</cfoutput>
<input name="captchaText" type="text" size="25" maxlength="100">
<br>
<!--- show some helpful text so the user knows what this is --->
<span style="font-size: x-small;">This helps prevent spam submissions. </span></p>
<p>
<!---
Although you can display the image files directly it is not suggested
as it will make it harder to clean up old files.
Alagad suggests using a .cfm file to send the image to the user. In
this example a file named captchaImage.cfm is created. It accepts a
URL variable "image" which is name of the created file without the JPG
extension.
The extension is removed as a security measure. It is added back on in
the captchaImage.cfm file to prevent users from passing in arbitrary paths
to files.
--->
</div>
</div>
<div class="col-lg-12">
<div class="form-group text-center">
<input class="button btn_1" type="submit" value="Contact Us">
</div>
</div>
</div>
</form>
<!-- ARTICLE END -->
</div>
<div align="center">
<Table width="400"><Tr><td>
<Cfquery name="Getc" dataSource="#ds#">
select copy from columntable
where id = 90046
</cfquery>
<Cfoutput query="Getc">
#copy#
</Cfoutput></td></Tr> </Table></div>
</cfif>
</div>
</div>
</div>
</div>
</div>
</main>
<cfinclude template="footer.cfm">