#!/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=xdw.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>Sci-Fi porn babes and fetish cybourg doctors performing in alien sex videos</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../alien-cyborg1/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="../../TGP/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><a href="http://tracker.zombaio.com/?$afid.7876960"><img src="../../TGP/template/images/divider.jpg" alt="download DVD quality movies inside Galactic Girls" width="778" height="27" border="0"></a></td>
        </tr>
        <tr>
          <td>
<TABLE width="750" border=0  align="center" cellpadding="5" cellspacing="5">

<TR>
  <TD align="center"><h1>Ashley Renee in The birth of the Leader</h1>
    <strong>In the year 2126 a great star in the distant Galexy Magillany grew weak  and was no longer able to support its own solar system. Among the  living planets, only 2 had advanced enough technology to escape before  all life was gone. In a struggle to find inhabitable space, the Trimon  Aliens and Cybourgians invaded the small female planet Pussea causing a  war between the 3 species. The population of Pusseans rapidly depleted  and a secret organization was formed who called themselves the Galactic  Girls. Galactic girls found others like them from the planet Earth to  join their mission of preserving the planet and destroying the evil  invaders. Unfortunately, the Cybourgians were onto their plan...read the whole story on GalacticGirls.com!</strong></TD>
  </TR>
<TR>
  <TD align="center"><a href="AshleyRenee_ForceBreeding_trailer.wmv"><img src="AshleyRenee.jpg" alt="Ashley Renee in alien sex bondage" width="724" height="511" border="0"></a><br>
    / <a href="AshleyRenee_ForceBreeding_trailer.mp4">MP4 Video</a> /</TD>
  </TR>
<TR>
  <TD align="center"><hr></TD>
</TR>
<TR>
  <TD align="center"><h1>Sharon Wild in Alien Abduction</h1>
      <strong>Watch Free Porn Trailer  	Sharon Wild has been transported to the "Alien Sexual Training Facility" from the seeming safety of her bed, after her Sex Play Orgasm! As her Pussy is still Hot and Wet, she becomes the willing victim of EXTRATERRESTRIAL MIND CONTROL forcing Sharon to use the Alien Probes and begin her ALIEN SEX TRANSFORMATION!</strong></TD>
</TR>
<TR>
  <TD align="center"><a href="SharonWild_AlienAbduction_trailer.wmv"><img src="SharonWild.jpg" alt="Sharon Wild in Alien Sex Machine" width="724" height="511" border="0"></a><br>
    / <a href="SharonWild_AlienAbduction_trailer.mp4">MP4 Video</a> /</TD>
  </TR>
<TR>
  <TD align="center">
  <hr></TD>
</TR>
<TR>
  <TD align="center"><h1>Sinn Sage Alien Abduction Interview</h1>
      <strong>Kinky fetish slut Sinn Sage was on her way to a hand-job female domination porn shoot when she was abducted by the evil alien breeders. They have  mistaken her for one of the Galactic Girl Warriors. The nasty aliens  have brought her to the interrogation laboratory, where the evil alien baby mind was waiting. We were able to interview Sinn after she escaped the  alien capture. She also provided us with hidden camera recording of the  torture she was put under inside the alien DNA extraction lab. We  started editing the movie and we will show it up soon on  GalacticGirls.com! Enjoy!</strong></TD>
</TR>
<TR>
  <TD align="center"><a href="SinnSageAlienAbductionInterview-flv-1.wmv"><img src="SinnSage.jpg" alt="Sinn Sage in alien abduction interview" width="724" height="511" border="0"></a><br>
    / <a href="SinnSageAlienAbductionInterview-flv-1.mp4">MP4 Video</a> /</TD>
</TR>
</TABLE></td>
        </tr>
        <tr>
          <td><img src="../../TGP/movieT/GG_bottom_movies.jpg" alt="scifi porn and alien sex movies and videos" width="778" height="249" border="0"></td>
        </tr>
      </table></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>
<div align="center">GalacticGirls&#8482;<strong><br>
 18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement at:<br>
 http://xxxspacegirls.us/18-statement/18-statement.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
	}
}

