#!/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>hot porn star babes performing wild sci fi porn and alien sex in movies</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><a href="http://tracker.zombaio.com/?$afid.7876960"><img src="../../TGP/header/GalacticPornGirls.jpg" alt="galactic girls performing in alien sex and SciFi Porn movies" width="778" height="210" border="0"></a></td>
  </tr>
  <tr>
    <td><TABLE width="750" border=0  align="center" cellpadding="5" cellspacing="5">

<TR>
  <TD align="center"><h1>Kagney Linn Karter in Alien Experiment</h1>
    Abducted by the evil Cybourg, Kagney Lin Karter finds herself  controlled by a device of superior technology. Attached to the brain  wave of the Cybourg, the Galactic Girl is forced against her will to  extract DNA from her own pussy to continue the Cybourg species on the  Planet Pussea. Completely under the control of the Evil abductor,  Kagney rubs the device on her firm huge breasts, Sucks it, and inserts  it all the way inside her; unable to fight or resist. Watch as the  Cybourg completely dominates her tiny sexy body only on  GalacticGirls.com...</TD>
  </TR>
<TR>
  <TD align="center"><a href="KagneyLinnKarter_Experiment_trailer.wmv"><img src="KagneyLinnKarter.jpg" alt="Kagney Linn Karter in alien sci fi experiment" width="750" height="526" border="0"></a><br>
    / <a href="KagneyLinnKarter_Experiment_trailer.mp4">MP4 Video</a> /</TD>
  </TR>
<TR>
  <TD align="center"><hr></TD>
</TR>
<TR>
  <TD align="center"><h1>Jana Cova in the Galactic DNA Dream</h1>
      Spacegirl Jana Cova is on a mission to combat the Galactic growth of  the Evil Alien Empire! Armed with her Pulse Beam Weapon, Jana begins to  survey the Probe apparatus. Suddenly, the Tentacles come to life and  begin to Suck Her In, disarming her and wrapping her into their Sucking  Web! The more Jana Cova struggles, the more powerful the Alien Sucking  Tentacles become, forcing themselves into her mouth! As Jana bites and  struggles with one Alien Tentacle, the other makes its way into her Hot  Pussy she is losing the battle!!! The Alien Pussy suckers begin to  fully take control and Spacegirl Jana Cova has been subdued for the  NEXT STAGE of Alien Pussy Control!!</TD>
</TR>
<TR>
  <TD align="center"><a href="JanaCova_GalacticDream_trailer.wmv"><img src="JanaCovaProbeAttack.jpg" alt="Jana Cova in sci fi dildo sex dream" width="750" height="526" border="0"></a><br>
    / <a href="JanaCova_GalacticDream_trailer.mp4">MP4 Video</a> /</TD>
  </TR>
<TR>
  <TD align="center">
  <hr></TD>
</TR>
<TR>
  <TD align="center"><h1>Evie Delatosso in Mind Control Feeding</h1>
      Evie Dellatosso awakened to find herself in a cold, unfamiliar room.  She glanced around to find that she was alone, surrounded by strange  machines and terrifying devices. Could she be dreaming she thought?  Just as the thought crossed her mind, her dream turned into a  nightmare. An unfamiliar creature approached her carrying a device.  Terrified, she tried to communicate with him, but he would not speak.  As he placed the device on her head she began to loose all rational  though. Her thoughts became blurred and foggy and not her own. Her  thoughts told her to do things, as if something was controlling them...<strong>read the whole story on GalacticGirls.com</strong>!</TD>
</TR>
<TR>
  <TD align="center"><a href="EivieDelatosso_MindControl_trailer.wmv"><img src="EvieDelatossoMindControl.jpg" alt="Evie Delatosso fighting the alien tentacles" width="750" height="526" border="0"></a><br>
    / <a href="EivieDelatosso_MindControl_trailer.mp4">MP4 Video</a> /</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>

<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
	}
}

