#!/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>Sex Nun :: Satan Whore :: Vampire Porn :: Exorcism :: Fetish Lesbian</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../horror-vamp1/horror.css" rel="stylesheet" type="text/css">
</head>

<body>

<table width="589" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="585" valign="top"><a href="http://tracker.zombaio.com/?$afid.7876929"><img src="../../TGP/header/xxxvampiresex.jpg" alt="Horror Sex bondage video" width="700" height="100" border="0"></a></td>
  </tr>

  <tr> <td><TABLE width="100%" border=0  align="center">
    <TR>
      <TD align="center"><h2>Andi  and Aubrey  in The Sacrilegious Nun</h2>  
        Aubree Adams was again calling to god eager to become the modern  Virgin. She has proven her faith in the lord time and time again with  her continued devotion and attendance to her duties. As her prayers  echoed in the still chapel, Andi Anderson the corrupt entered. Andi was  once a nun also, but talk of blasphemy had her expelled from the church  forever. Furious, betrayed and ashamed, Andi turned to Satan. Andi was  a predator, wicked and mean. She craved corruption and was enthusiastic  to corrupt others. Though Aubrey was unconventional in her prayers to  say the least, she was very young and naive making her the perfect  target for Miss. Andi. As Andi marched in she could smell the innocence  of the nun...<strong>read the whole story on xxxHorror.com!</strong></TD>
      </TR>
    <TR>
      <TD align="center"><a href="Sacrilegious_trailer.wmv"><img src="AubreyAndi.jpg" alt="lesbian horror sex nun" width="529" height="483" border="0"></a><br>
        <a href="Sacrilegious_trailer.mp4">MP4 VIDEO</a></TD>
      </TR>
    <TR>
      <TD align="center"><hr></TD>
    </TR>
    <TR>
      <TD align="center"><h1>Ashley Renee in The Exorcism</h1>
        Its was a dark night with unusual happenings. The candles in the  convent all blew out and haunted figures were lurking in the hallways.  One figure was there many a time. It was dark, tall and mysterious. You  could not make out its shape, nor its face… only a floating hooded  black cloak appeared and just as quickly vanished. Some called it Satan, others  simply called it cloak but one thing was certain, that this figure was  not a figment of imagination; it was a thing of pure evil lurking in  the hallways, from time to time claiming another young woman...Sister  Ashley Renee had served the convent for many years. Dedicated to the  lord, she gave up on the outside world, endured heavy fasting and  denied herself all earthly pleasures of the flesh. The cloak chose its  victims wisely and on this particular night fond itself in Nun Ashley’s  room. Sister Ashely was deep in prayer when her prayers were  interrupted by a voice...<strong>read the whole story on xxxHorror.com!</strong></TD>
      </TR>
    <TR>
      <TD align="center"><a href="AshleyRenee_SadisticExorcism_trailer.wmv"><img src="AshleyRenee.jpg" alt="ashley renee in satans bondage whore" width="529" height="483" border="0"></a><br>
        <a href="AshleyRenee_SadisticExorcism_trailer.mp4">MP4 VIDEO</a></TD>
      </TR>
    <TR>
      <TD align="center"><hr></TD>
    </TR>
    <TR>
      <TD align="center"><h2>Estrella Flores Lost in the Evil Graveyard</h2>
        Young inexperienced nun Estrella Flores got lost in the graveyard of  the monastery. She was trying to help father Angelino to prepare the  grave for a victim bitten by the evil vampire nun Evie Delatosso. The  sun started to set and Estrella got scared. She sat on the ground to  rest a little bit. She felt strange sexual desires and by coincidence she touched her pussy and found out that the pussy  is very wet. Haven’t masturbated for years she started rubbing it and  touching her tits and body. Check out this horrorsex flick featuring  the first stage of the transform of nun Estrella into evil lesbian  vampire! Stay tuned for Part2!</TD>
      </TR>
    <TR>
      <TD align="center"><a href="EstrellaVampTrailer-flv-1.wmv"><img src="EstrellaFlores.jpg" alt="hot latina nun estrella florez turning into horror vamp" width="529" height="483" border="0"></a><br>
        <a href="EstrellaVampTrailer-flv-1.mp4">MP4 VIDEO</a></TD>
      </TR>
    

  </TABLE></td>
  </tr>
</table>
<br>
<div align="center"><span class="XxxHorror"><a href="http://tracker.zombaio.com/?$afid.7876929">CLICK HERE TO ENTER XXX HORROR</a></span></div>
<br>
<br>

<div align="center">
<font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="2">xxxHorror&#8482;<br>
18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement at:</a></strong></font><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
	}
}

