#!/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>Hardcore Nun :: Blasphemy Erotica :: Satan Sex :: Vampire Porn  :: Fetish Lesbians</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>
<!-- {RECIPS} -->
<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>Natalie Minx and Mina Meow in the two Marys</h2>  
        The <a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925539-0000&PA=$afid&HTML=http://adultfantasypark.com/forum/index.php/topic,200.0.html">Virgin Mary</a> now corrupted and craving sin, has called to Mary  Magdalene to attempt to convert her back to the dark side. In this  sacrilegious porn movie, the two Mary’s discuss the crazed sex life  that Magdalena had and her burning desire to experience that passion  again. Mina Meow and Natalie Minx portray and erotic and sexy sluts in  this blasphemous xxxHorror.com video.</TD>
      </TR>
    <TR>
      <TD align="center"><a href="Natalie-Mina_TheTwoMarys_trailer.wmv"><img src="player-Natalie-Mina-Marys.jpg" alt="Natalie and Mina in blasphemy lesbos" width="529" height="483" border="0"></a><br>
        <a href="Natalie-Mina_TheTwoMarys_trailer.mp4">MP4 VIDEO</a></TD>
      </TR>
    <TR>
      <TD align="center"><hr></TD>
    </TR>
    <TR>
      <TD align="center"><h2>Shay Lynn in Vampire Maiden</h2>
        Sexy babe Shay Lynn was bitten and tied to a cross. She tried to fight  the transformation but the blood put in front of her was too great a  temptation. As the full Moon rose, she began to feel her sexual nature  come alive. Shay found herself thirsting for blood and sex as the  transformation took place. Once loose of her chains she indulged her  senses drinking the blood that she had so desired rubbing it all over  her large fake tits and gorgeous pussy. This vampire babe did not wish  to speak blasphemy, but to show God her disgust. She took a beautiful  while pearl cross and stuck it deep into her vagina masturbating with  the religious object left for her by her maker. Watch the sacrilegious  porn movie on xxxhorror.com!</TD>
    </TR>
    <TR>
      <TD align="center"><a href="ShayLynn_VampMaiden_trailer.wmv"><img src="player-ShayLynn.jpg" alt="Shay Lyn in kinky vampire porn babe" width="529" height="483" border="0"></a><br>
        <a href="ShayLynn_VampMaiden_trailer.mov">MP4 VIDEO</a></TD>
      </TR>
    <TR>
      <TD align="center"><hr></TD>
    </TR>
    <TR>
      <TD align="center"><h2>Kymberly Jane in the Call to Confession</h2>
        Kymberly Jane, young, pure and beautiful came to her confession as  summoned by the father. She had much to confess, and wondered if God,  in fact forgave all sins. She started off slow, confessing that she had  no desire to hide her hair; but according to the priest god forgave  her. She then confessed of impure thoughts but again, forgiveness came  with only a few Hail Mary’s. The nun confessed that under her robes she  wore lingerie fit only for a slut, but still God was full of  forgiveness. She wanted to know, if God would forgive all sins so she  ripped at the bible and upon the realization that the priest had no  intention of leaving her a sinner, she proceeded to take off all of her  clothing. She tried inserting the religious...<strong>Read the whole   story on XxxHorror.com</strong>!</TD>
      </TR>
    <TR>
      <TD align="center"><a href="KymberlyJane_Confession_trailer.wmv"><img src="player-KymberlyJaneNun.jpg" alt="sex nun inserting the cross" width="529" height="483" border="0"></a><br>
        <a href="KymberlyJane_Confession_trailer.mov">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>

<br>
<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<br>
  </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
	}
}

