| 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/domains/celeberateshowcase.com/_ARCHIVE/ |
Upload File : |
#!/usr/bin/perl5
read(STDIN,$temp,$ENV{'CONTENT_LENGTH'});
@pairs=split(/&/,$temp);
foreach $item (@pairs) {
($key,$content)=split (/=/,$item,2);
$content=~tr/+/ /;
$content=~ s/%(..)/pack("c",hex($1))/ge;
$fields{$key}=$content;
}
$decide=$fields{'decide'};
$company=$fields{'company'};
$nam=$fields{'name'};
$addres=$fields{'address'};
$cit=$fields{'city'};
$stat=$fields{'state'};
$zip=$fields{'zip'};
$phon=$fields{'day'};
$wor=$fields{'eve'};
$email=$fields{'email'};
$summary=$fields{'summary'};
$total=$fields{'total'};
$all=$fields{'all'};
$thestates=$fields{'thestates'};
$partydate=$fields{'partydate'};
$partytype=$fields{'partytype'};
$otherpartytype=$fields{'otherpartytype'};
$city=$fields{'city'};
$state=$fields{'state'};
$zip=$fields{'zip'};
$magazine=$fields{'magazine'};
$Showcase1=$fields{'Showcases1'};
$Showcase2=$fields{'Showcases2'};
$Showcase3=$fields{'Showcases3'};
print "Content-type: text/html\n\n";
$ip = $ENV{'REMOTE_HOST'};
$ra = $ENV{'REMOTE_ADDR'};
$s="http://celebratepartyshowcase.com";
$t="http://www.celebratepartyshowcase.com";
$ref = $ENV{'HTTP_REFERER'} ;
$_=$ref;
$_=s/$s//g;
$x=$_;
$_=$ref;
$_=s/$t//g;
$y=$_;
if($x < 1 and $y < 1){
print " Unauthorized Access";
exit;
}
#print " Your form is being processed... ";
$mailprog = "c:\\inetpub\\scripts\\sendmail.exe";
#$inifile = "c:\\inetpub\\scripts\\sendmail.ini";
#$mailreceiver="phil\@webchamp.com";
#$mailreceiver = "elyse103\@aol.com";
#$mailreceiver = "all\@celebratepartyshowcase.com";
$mailreceiver = "comments\@celebratepartyshowcase.com";
if (-f $mailprog) {
open (TFILE, "|$mailprog -t");
print TFILE "From: $email\n";
print TFILE "To: $mailreceiver\n";
print TFILE "Subject: Attendee - Registration\n";
print TFILE "\n";
print TFILE " Name: $nam\n";
print TFILE " Address: $addres\n";
# print TFILE " $cit $stat $zip\n";
print TFILE " City: $city\n";
print TFILE " State: $state\n";
print TFILE " Zip: $zip\n";
print TFILE " Phone: $phon\n";
print TFILE " 2nd Phone: $wor\n";
print TFILE " E-mail: $email\n";
print TFILE "Showcase 1: $Showcase1\n";
print TFILE "Showcase 2: $Showcase2\n";
print TFILE "Showcase 3: $Showcase3\n";
print TFILE "Magazine: $magazine\n";
print TFILE "\n";
####################################################################
close(TFILE); }
#print " <META http-equiv=refresh content=\"0; URL=attendee_confirm.html \"> ";
print "
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon.ico\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<title>Celebrate Party Showcase: Confirmation</title>
<link href=\"cps_styles.css\" rel=\"stylesheet\" type=\"text/css\" />
<!--[if IE 5]>
<style type=\"text/css\">
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 128px; }
</style>
<![endif]-->
<!--[if IE]>
<style type=\"text/css\">
/* place css fixes for all versions of IE in this conditional comment */
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src=\"Scripts/swfobject_modified.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf(\"#\")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf(\"?\"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type=\"text/css\">
<!--
#container #mainContent #mainPic {
margin-left: 5px;
}
#container #mainContent h3 {
color: #444;
font-size: 1.2em;
margin-top: -20px;
}
p {
text-align: left;
}
-->
</style>
<script type=\"text/javascript\" src=\"includes/ImageShowPro/flash_detect_min.js\"></script>
<script type=\"text/javascript\" src=\"includes/ImageShowPro/xtdProBannerLayout.js\"></script>
<script type=\"text/javascript\" src=\"includes/ImageShowPro/xtdProBanner2.js\"></script>
</head>
<body onload=\"MM_preloadImages('images/menu_bar/exhibitor_grayedout.gif','images/menu_bar/attendee_grayedout.gif','images/menu_bar/testimonials_grayedout.gif','images/menu_bar/photos_grayedout.gif','images/menu_bar/tvexperience_grayedout.jpg','images/menu_bar/showcase_grayedout.gif')\">
<div id=\"container\" >
<div id=\"header\">
<div align=\"right\"><a href=\"new_home.html\"><img src=\"images/logo_pink_home.gif\" alt=\"cps logo\" width=\"294\" height=\"106\" border=\"0\" class=\"fltlft\" /></a>
<!-- Banner xtdProBanner2 begin -->
<div id=\"xtdProBanner2\" style=\"width:410px; height:100px; overflow:hidden;\"> <img src=\"images/Attendee_1.gif\" alt=\"quote1\"/> <img src=\"images/exhibitor_2.gif\" alt=\"quote2\"/> <img src=\"images/attendee_3.gif\" alt=\"quote3\"/> <img src=\"images/exhibitor_1.gif\" alt=\"quote4\"/> <img src=\"images/attendee_2.gif\" alt=\"quote5\"/> <img src=\"images/media_1.gif\" alt=\"quote6\"/> <img src=\"images/exhibitor_3.gif\" alt=\"quote7\"/></div>
<!-- Banner xtdProBanner2 end -->
<!-- Banner xtdProBanner2 rendering scripts start -->
<script type=\"text/javascript\"> xtdProBannerLayout(\"xtdProBanner2\",\"\") </script>
<!-- Banner xtdProBanner2 rendering scripts end -->
</div>
</div>
<div id=\"sidebar1\"><a href=\"dates_directions.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('dates','','images/menu_bar/showcase_grayedout.gif',1)\"><img src=\"images/menu_bar/showcase.gif\" alt=\"dates and directions\" name=\"dates\" width=\"126\" height=\"72\" border=\"0\" id=\"dates\" /></a><a href=\"exhibitors.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('exhibitors','','images/menu_bar/exhibitor_grayedout.gif',1)\"><img src=\"images/menu_bar/exhibitor.gif\" alt=\"exhibitors\" name=\"exhibitors\" width=\"126\" height=\"86\" border=\"0\" id=\"exhibitor\" /></a>
<a href=\"attendees.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('attendees','','images/menu_bar/attendee_grayedout.gif',1)\"><img src=\"images/menu_bar/attendee.gif\" alt=\"attendees\" name=\"attendees\" width=\"126\" height=\"72\" border=\"0\" id=\"attendee\" /></a><a href=\"testimonials.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('wow','','images/menu_bar/testimonials_grayedout.gif',1)\"><img src=\"images/menu_bar/testimonials.gif\" alt=\"testimonials\" name=\"wow\" width=\"126\" height=\"72\" border=\"0\" id=\"wow\" /></a>
<a href=\"photos.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('album','','images/menu_bar/photos_grayedout.gif',1)\"><img src=\"images/menu_bar/photos.gif\" alt=\"photos\" name=\"album\" width=\"126\" height=\"72\" border=\"0\" id=\"album\" /></a>
<a href=\"experience.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('video','','images/menu_bar/tvexperience_grayedout.jpg',1)\"><img src=\"images/menu_bar/tvexperience.jpg\" alt=\"experience a showcase\" name=\"video\" width=\"126\" height=\"94\" border=\"0\" id=\"video\" style=\"margin:0\"/></a></div><!-- end #sidebar1 -->
<div id=\"mainContent\">
<div class=\"bannerText\"><img src=\"images/title_attendee signup.gif\" width=\"228\" height=\"27\" style=\"margin-top:7.5px\" /></div>
<h2 style=\"color:#D60C8C; margin-top: 100px\">THANK YOU!</h2>
<h3>We have received your registration.</h3>
<h3>Look forward to seeing you soon!</h3>
</div>
<div id=\"footer\">
<p><a href=\"new_home.html\">HOME</a> | TEL: 203-322-2840 / 203-791-1830 | <a href=\"mailto:[email protected]\">E-MAIL US</a><br />
©2009 CELEBRATE PARTY SHOWCASE ATJ</p>
<!-- end #footer --></div>
<!-- end #container --></div>
<script type=\"text/javascript\">
<!--
//-->
</script>
</body>
</html>
";