#!/usr/bin/perl -T
######################
#¡¡author:glisten
#  http://www.dsl-speed.org
######################
&get_form_data;
&emptyid unless $FORM{'sid'};
$afid=$FORM{'sid'};
&gencode;

sub emptyid{
$login_page="http://www.adultworldmedia.com";
# Replace to your affiliate program url
print "Content-Type: text/html\n\n";
   print <<"~EOT~";
<HTML>
<HEAD>
   <TITLE>Generator error</TITLE>
<META HTTP-EQUIV=Refresh CONTENT="2; URL=index.html">
</HEAD>
<BODY>Please input Your affiliate ID <a href=\"$login_page\">Try again.</a></BODY>
</HTML>

~EOT~
exit;
}

sub gencode{
print "Content-Type: text/html\n\n";
   print <<"~EOT~";


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Galactic Queen Transformed By Sci Fi Tentacles</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../../template/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="778" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="778" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><a href="http://tracker.zombaio.com/?$afid.7876960"><img src="../../movieT/GG_top_movies_b.jpg" alt="galactic girls performing in alien sex and SciFi Porn movies" width="778" height="314" border="0"></a></td>
        </tr>
        <tr>
          <td>
<TABLE width="750" border=0  align="center" cellpadding="5" cellspacing="5">
<TR>
  <TD colspan="3" align="center"><h2>Galactic Queen Transformed By Sci Fi Tentacles</h2>
    <strong>In this wild SciFi sex film, we find big boob galactic Queen Kym lost in huge cargo ship, somewhere in the galaxy of Casiopenis. The Queen heard strange noises coming from the dark. Scarred she looked around and saw strange tentacles crawling towards her. She screamed for help, but it was too late. The tentacles grabbed Kym and pulled her towards the transparent sarcophagus nearby. At first Kym was terrified, but after a while she felt sweet fetish sexual desires. She felt extrimly horny when two tentacles drilled her tight pussy. Little did she know, that she was a subject of a new experiment setup by the Alien Baby Mind. Pleasured sexually in the sarcophagus the big boob Queen started to transform?! This is another exclusive tentacle sex movie by Mistress Ania. Enjoy!</strong></TD>
  </TR>
<TR>
  <TD align="center"><A href="images/KymTentacles_001.jpg"><IMG src="thumbnails/KymTentacles_001.jpg" height="340" width="225" alt="KymTentacles_001"></A></TD>
  <TD align="center"><A href="images/KymTentacles_042.jpg"><IMG src="thumbnails/KymTentacles_042.jpg" height="340" width="225" alt="KymTentacles_042"></A></TD>
  <TD align="center"><A href="images/KymTentacles_043.jpg"><IMG src="thumbnails/KymTentacles_043.jpg" height="340" width="225" alt="KymTentacles_043"></A></TD>
</TR>
<TR>
  <TD align="center"><A href="images/KymTentacles_052.jpg"><IMG src="thumbnails/KymTentacles_052.jpg" height="340" width="225" alt="KymTentacles_052"></A></TD>
  <TD align="center"><A href="images/KymTentacles_054.jpg"><IMG src="thumbnails/KymTentacles_054.jpg" height="340" width="225" alt="KymTentacles_054"></A></TD>
  <TD align="center"><A href="images/KymTentacles_083.jpg"><IMG src="thumbnails/KymTentacles_083.jpg" height="340" width="225" alt="KymTentacles_083"></A></TD>
</TR>
<TR>
  <TD align="center"><A href="images/KymTentacles_085.jpg"><IMG src="thumbnails/KymTentacles_085.jpg" height="340" width="225" alt="KymTentacles_085"></A></TD>
  <TD align="center"><A href="images/KymTentacles_095.jpg"><IMG src="thumbnails/KymTentacles_095.jpg" height="340" width="225" alt="KymTentacles_095"></A></TD>
  <TD align="center"><A href="images/KymTentacles_097.jpg"><IMG src="thumbnails/KymTentacles_097.jpg" height="340" width="225" alt="KymTentacles_097"></A></TD>
</TR>
<TR>
  <TD align="center"><A href="images/KymTentacles_102.jpg"><IMG src="thumbnails/KymTentacles_102.jpg" height="340" width="225" alt="KymTentacles_102"></A></TD>
  <TD align="center"><A href="images/KymTentacles_170.jpg"><IMG src="thumbnails/KymTentacles_170.jpg" height="340" width="225" alt="KymTentacles_170"></A></TD>
  <TD align="center"><A href="images/KymTentacles_175.jpg"><IMG src="thumbnails/KymTentacles_175.jpg" height="340" width="225" alt="KymTentacles_175"></A></TD>
</TR>
<TR>
  <TD align="center"><A href="images/KymTentacles_180.jpg"><IMG src="thumbnails/KymTentacles_180.jpg" height="340" width="225" alt="KymTentacles_180"></A></TD>
  <TD align="center"><A href="images/KymTentacles_182.jpg"><IMG src="thumbnails/KymTentacles_182.jpg" height="340" width="225" alt="KymTentacles_182"></A></TD>
  <TD align="center"><A href="images/KymTentacles_191.jpg"><IMG src="thumbnails/KymTentacles_191.jpg" height="340" width="225" alt="KymTentacles_191"></A></TD>
</TR>
</TABLE></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td><img src="../../../images/index2-bottom.jpg" alt="scifi porn and alien sex movies and videos" width="778" height="249" border="0"></td>
  </tr>
</table>
<br>
<div align="center"><a href="http://tracker.zombaio.com/?$afid.7876960"><font size="6">CLICK HERE TO ENTER GALACTIC GIRLS</font></a></div>
<br>
<br>

<div align="center">GalacticGirls&#8482;<br>
2257 info at:<br>
http://galacticgirls.com/2257.html
</div>
</body>
</html>



~EOT~
exit;
}

# Get form data
sub get_form_data {
	read(STDIN,$buffer,$ENV{'CONTENT_LENGTH'});
	if ($ENV{'QUERY_STRING'}) {
		$buffer = "$buffer\&$ENV{'QUERY_STRING'}"
	}
	@pairs = split(/&/,$buffer);
	foreach $pair (@pairs) {
		($name,$value) = split(/=/,$pair);
		$value =~ tr/+/ /;
		$value =~ s/\t//g;
		$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C",hex($1))/eg;
		$FORM{$name} = $value
	}
}

