| 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/tgnew/ |
Upload File : |
<head>
<title>Share Your Predictions! 2014 Academy Awards Poll</title>
</head>
<cfset ds = 'cityguide'>
<cfif #now()# gt '2014-03-02 17:00:09'>
<cflocation url="academy-awards-2014-charts.cfm" addToken="no">
<Cfabort>
</cfif>
<Cfif not parameterexists(form.email)>
<cfset a = 'on'>
<center>
<Table width="800" border="0" style="border:1px;border-style:dashed;border-width:1px;padding:4px;"><tr><Td width="800" bgcolor="#ffffff" valign="top" style="padding:6px;">
<cfquery name="getera" dataSource="#ds#">
select copy from columntable
where id = 92598
</cfquery>
<Cfoutput>#getera.copy#</Cfoutput>
<Cfif parameterexists(url.email)>
<h1>
<cfoutput>#url.email#'s Predictions</cfoutput></h1>
<cfquery name="Getcats" dataSource="#ds#">
select distinct catname from
oscarspoll
order by catname
</cfquery>
<Cfloop from="1" to="#getcats.recordcount#" index="i">
<Cfoutput>
<b>#getcats.catname[i]#: </b>
</Cfoutput>
<Cfif #i# eq 1>
<cfquery name="get1" dataSource="#ds#">
select answer1
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer1#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 2>
<cfquery name="get2" dataSource="#ds#">
select answer2
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get2.answer2#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 3>
<cfquery name="get3" dataSource="#ds#">
select answer3
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get3.answer3#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 4>
<cfquery name="get1" dataSource="#ds#">
select answer4
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer4#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 5>
<cfquery name="get1" dataSource="#ds#">
select answer5
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer5#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 6>
<cfquery name="get1" dataSource="#ds#">
select answer6
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer6#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 7>
<cfquery name="get1" dataSource="#ds#">
select answer7
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer7#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 8>
<cfquery name="get1" dataSource="#ds#">
select answer8
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer8#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 9>
<cfquery name="get1" dataSource="#ds#">
select answer9
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer9#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 10>
<cfquery name="get1" dataSource="#ds#">
select answer10
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer10#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 11>
<cfquery name="get1" dataSource="#ds#">
select answer11
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer11#</Cfoutput><br>
</Cfif>
<Cfif #i# eq 12>
<cfquery name="get1" dataSource="#ds#">
select answer12
from oscarspollentries
where email = '#url.email#'
</cfquery>
<Cfoutput>#get1.answer12#</Cfoutput><br>
</Cfif>
</Cfloop><p>
</Cfif>
<font face="helvetica" size=-1>
<cfform name=log action="academy-awards-2014.cfm" method="post" enctype="multipart/form-data">
<font face=verdana size=-2>
<table>
<tr><td><font face=helvetica size=-1>
<b>E-Mail:</b></td><Td><cfinput TYPE="text" SIZE="25" NAME="email" required="yes" message="Please enter your email address."
validate="email"
></Td></tr>
<tr><td>
<font face=helvetica size=-1>
<b>Zip Code:</b> </td><Td><cfinput TYPE="text" SIZE="5" NAME="zip" required="yes" message="Please enter your zip code."
validate="zipcode"
></Td></tr>
</table>
<font face=helvetica size=-1>
<br>
<cfquery name="Getcats" dataSource="#ds#">
select distinct catname from
oscarspoll
order by catname
</cfquery>
<Cfloop from="1" to="#getcats.recordcount#" index="i">
<Cfquery name="Getcatname" datasource="#ds#">
select nomname from oscarspoll
where catname = '#getcats.catname[i]#'
</Cfquery>
<Cfset catme = ''>
<Cfoutput query="Getcatname">
<cfif #getcats.catname[i]# is not #catme#>
<b>#getcats.catname[i]#</b><br>
<cfset catme = '#getcats.catname[i]#'>
</cfif>
<cfinput name = "a#i#" type="radio" value="#getcatname.nomname#" required="yes" message="You must select one #getcats.catname[i]#">#getcatname.nomname#<br />
</Cfoutput>
<p><br>
</Cfloop>
<div align="center"><input type="submit" Value="VOTE NOW..."> </div>
</cfform>
<br>
<br><Br>
T-shirts will only be mailed to those within the 48 contiguous United
States.
</Td></tr></Table>
<Cfelse>
<Cfif #form.email# does not contain '@' or len(form.zip) lt 5>
Error, you must enter your email address and zip code.
<br> <a href = "javascript:history.back()"> Go back </a>
<cfabort>
</Cfif>
<center>
<Table width="800" border="0"><tr><Td width="800" bgcolor="#ffffff" valign="top">
<cfquery name="geter" dataSource="#ds#">
select copy from columntable
where id = 92599
</cfquery>
<Cfoutput>#geter.copy#</Cfoutput>
</Td></tr></Table>
<Cfparam name="form.a1" default="">
<Cfparam name="form.a2" default="">
<Cfparam name="form.a3" default="">
<Cfparam name="form.a4" default="">
<Cfparam name="form.a5" default="">
<Cfparam name="form.a6" default="">
<Cfparam name="form.a7" default="">
<Cfparam name="form.a8" default="">
<Cfparam name="form.a9" default="">
<Cfparam name="form.a10" default="">
<Cfparam name="form.a11" default="">
<Cfparam name="form.a12" default="">
<cfquery name=addphoto datasource="#ds#">
INSERT INTO oscarspollentries(email,zip,answer1,answer2,answer3,answer4,answer5,answer6,answer7,answer8,answer9,answer10,answer11,answer12)
VALUES ('#form.email#','#form.zip#','#form.a1#','#form.a2#','#form.a3#','#form.a4#','#form.a5#','#form.a6#','#form.a7#','#form.a8#','#form.a9#','#form.a10#','#form.a11#','#form.a12#')
</cfquery>
<cfFORM action="/newemailpage2.cfm" method="post">
<font face="arial">
<iframe src="newemailpageaddress.cfm?email=<cfoutput>#form.email#</cfoutput>" style="width:500;height:250" fameborder="1"></iframe>
<Br>
<Center>
<Table width="400"><Tr><Td> <Center>
Share Your Predictions!</a>
<p>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style"
addthis:url="http://thoughtgallery.org/academy-awards-2014.cfm<cfoutput>?email=#form.email#</cfoutput>"
addthis:title="Check out my award predictions. What are yours?"
addthis:description="Can you predict who will win the golden statue? See my predictions and make your own. Everyone who makes 10 or more correct predictions will be sent a free T-shirt from Thought Gallery."
align="center">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-530b63834b20d1eb"></script>
<!-- AddThis Button END -->
<p>
<p></Td></Tr></Table>
</Center>
<table cellspacing=5 cellpadding=5>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >Name:</font></b>
</td>
<td>
<font SIZE="-1" FACE="verdana" >
<input NAME="Member" SIZE="50">
</td>
</tr>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >Your E-Mail:</font></b>
</td>
<td>
<font SIZE="-1" FACE="verdana" >
<cfinput NAME="Email" SIZE="45" required="yes" message="Please enter your email address." value="#form.email#">
</td>
</tr>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >Link:</font></b>
</td>
<td>
<cfoutput>
<input TYPE="text" size="45" NAME="goto" VALUE="http://thoughtgallery.org/academy-awards-2014.cfm<cfoutput>?email=#form.email#</cfoutput>"> </cfoutput>
</td></tr>
<tr>
<td valign=top>
<b><font SIZE="-1" FACE="verdana" >Their E-Mail (Enter up to 5 E-Mail Addresses):</font></b>
</td>
<td>
<cfinput NAME="theirs" SIZE="45" required="no" message="Please enter their email address."><br />
<input NAME="theirs2" SIZE="45" type="text"><br />
<input NAME="theirs3" SIZE="45" type="text"><br />
<input NAME="theirs4" SIZE="45" type="text"><br />
<input NAME="theirs5" SIZE="45" type="text"><br />
</td></tr>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" ><b>Subject:</b></font>
</td>
<td>
<input NAME="Subject" SIZE="45" value="Predict the Oscars and Get a Free T-Shirt!">
</td></tr><tr>
<td colspan=2 align="left" valign="top">
<font SIZE="-1" FACE="verdana"><b>Message:</b></font> <br>
<textarea name=HTMLPreviewTextArea cols="65" rows="10" wrap="VIRTUAL">Hi,
Think you can predict who will win the Oscars? I made my predictions for this year's Academy Awards at ThoughtGallery.org. Make your own predictions and get a free T-shirt from Thought Gallery.
Make your predictions: http://thoughtgallery.org/academy-awards-2014.cfm<cfoutput>?email=#form.email#</cfoutput>
Have fun!
</textarea>
</td>
</tr>
</td>
</tr>
</table>
<center><input type="submit" Value="Submit">
</cfform>
</td></tr></table>
</Cfif>