#!/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.shtml">
</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>Victoria Zdrok Horror Nun Movies</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="horror.css" rel="stylesheet" type="text/css">
</head>

<body>

<table width="700" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top"><a href="http://tracker.zombaio.com/?$afid.7876929"><img src="../../TemplateM/t2/Headar.jpg" alt="Horror Sex bondage video" width="700" height="300" border="0"></a></td>
  </tr>

  <tr> <td><table width="600" border="0" align="center" cellpadding="10" cellspacing="10">
        <tr>
          <td colspan="2"><h2 align="center">Victoria Zdrok Horror Nun</h2></td>
        </tr>
        <tr>
          <td colspan="2" align="center">Sister  Victoria Zdrok is tempting Evil and testing her faith in the Vampire  Castle. Little does she know that the Evil Power she is tempting is  overpowering to mere mortals! As she is being Sexually Seduced by this  overwhelming Evil, she is about to be pushed further into the <a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925539-0007&PA=$afid&HTML=http://galacticgirls.com/index.shtml">Forbidden  World</a>.</td>
        </tr>
        <tr>
          <td align="center"><a href="ForbiddenDesires-wmv2-1.wmv"><img src="movie1.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
          <td align="center"><a href="ForbiddenDesires-wmv2-2.wmv"><img src="movie2.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
        </tr>
        <tr>
          <td align="center"><a href="ForbiddenDesires-wmv2-3.wmv"><img src="movie3.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
          <td align="center"><a href="ForbiddenDesires-wmv2-4.wmv"><img src="movie4.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
        </tr>
        <tr>
          <td align="center"><a href="ForbiddenDesires-wmv2-5.wmv"><img src="movie5.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
          <td align="center"><a href="ForbiddenDesires-wmv2-6.wmv"><img src="movie6.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
        </tr>
        <tr>
          <td align="center"><a href="ForbiddenDesires-wmv2-7.wmv"><img src="movie7.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
          <td align="center"><a href="ForbiddenDesires-wmv2-8.wmv"><img src="movie8.jpg" alt="Victoria Zdrok Horror Nun" width="245" height="180" border="0"></a></td>
        </tr>
        <tr>
          <td colspan="2" align="center">&nbsp;</td>
        </tr>
        <tr>
          <td colspan="2" align="center"><h2>Alira Astro in Demon Pussy Tattoo</h2></td>
        </tr>
        <tr>
          <td align="center"><a href="../../Alira/Trailer_Demon_PUSSY.wmv"><img src="movie9.jpg" alt="Alira Astro in demon pussy tattoo" width="245" height="180" border="0"></a></td>
          <td><span class="style3">Here I am . Alira Asto. This here is just the beginning. I decided to get my   pussy tattooed. Totally nuts. With a Demon head. Oral only for me. I want it. To   prove Sascha how much I love him and for me, to be different. I am aware that   people might be strange to me or even disrespect me cause of that. The tattoo is   pretty big. I like big and everything else I am going to do or I am going to get   tattooed in future will be crazy and big too. You will see. People will be   stupid towards me, but that is only going to make me stronger. You will see...</span></td>
        </tr>
      </table>
      <br>
    </td>
  </tr>
  <tr>
    <td valign="top"><a href="http://tracker.zombaio.com/?$afid.7876929"><img src="../../TemplateM/t2/Footer_b.jpg" alt="Horror Sex BDSM  movies" width="700" height="300" border="0"></a></td>
  </tr>
</table>
<br>
<div align="center">
  <p><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="2">xxxHorror&#8482;<br>
    <font face="Verdana, Arial, Helvetica, sans-serif"><strong>18 U.S.C. 2257
    Record-Keeping Requirements Compliance Statement</strong></font> at:<br>
    http://xxxspacegirls.us/18-statement/18-statement.html </font></strong></font></p>
</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
	}
}

