#!/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>

<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Justine Joli's first kinky BTS movies</title>



<link href="../../template/template.css" rel="stylesheet" type="text/css">

</head>



<body>

<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td height="284"><a href="http://tracker.zombaio.com/?$afid.7876969"><img src="../../template/images/header.jpg" alt="hot porn stars exposing perfect naked bodies in glamour films images" width="780" height="284" border="0"></a></td>

  </tr>

  <tr>

    <td class="table-back"><table width="670" border="0" align="center" cellpadding="0" cellspacing="0">

        <tr> 

          <td align="center"><h2>Justine Joli's first kinky BTS movies</h2></td>

        </tr>

        <tr> 

          <td align="center">Check one of the first BTS movies of well known now 

            porn star Justine Joli! </td>

        </tr>

        <tr> 

          <td>&nbsp;</td>

        </tr>

        <tr> 

          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">

              <tr> 

                <td><a href="../smokin_jeans/SmokinJeans_01.wmv"><img src="../smokin_jeans/movie1.jpg" alt="Justine Joli smoking foot fetish movies" width="215" height="214" border="0"></a></td>

                <td><a href="../smokin_jeans/SmokinJeans_02.wmv"><img src="../smokin_jeans/movie2.jpg" alt="Justine Joli smoking foot fetish movies" width="215" height="214" border="0"></a></td>

                <td><a href="../smokin_jeans/SmokinJeans_03.wmv"><img src="../smokin_jeans/movie3.jpg" alt="Justine Joli smoking foot fetish movies" width="215" height="214" border="0"></a></td>

              </tr>

              <tr> 

                <td>&nbsp;</td>

                <td>&nbsp;</td>

                <td>&nbsp;</td>

              </tr>

              <tr> 

                <td><a href="../smokin_jeans/SmokinJeans_04.wmv"><img src="../smokin_jeans/movie4.jpg" alt="Justine Joli smoking foot fetish movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion1_01.wmv"><img src="movie1.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion1_02.wmv"><img src="movie2.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

              </tr>

              <tr> 

                <td>&nbsp;</td>

                <td>&nbsp;</td>

                <td>&nbsp;</td>

              </tr>

              <tr> 

                <td><a href="Fashion1_03.wmv"><img src="movie3.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion1_04.wmv"><img src="movie4.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion2_01.wmv"><img src="movie5.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

              </tr>

              <tr> 

                <td>&nbsp;</td>

                <td>&nbsp;</td>

                <td>&nbsp;</td>

              </tr>

              <tr> 

                <td><a href="Fashion2_02.wmv"><img src="movie6.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion2_03.wmv"><img src="movie7.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

                <td><a href="Fashion2_04.wmv"><img src="movie8.jpg" alt="Justine Joli fashion sex movies" width="215" height="214" border="0"></a></td>

              </tr>

              <tr> 

                <td>&nbsp;</td>

                <td>&nbsp;</td>

                <td>&nbsp;</td>

              </tr>

              <tr> 

                <td colspan="3"><div align="center"> <a href="http://tracker.zombaio.com/?$afid.7876969"><font size="5" face="Verdana, Arial, Helvetica, sans-serif"><strong>CLICK 

                    HERE TO ENTER BABE CENTERFOLDS</strong></font></a> </div>

                  </td>

              </tr>

            </table></td>

        </tr>

      </table></td>

  </tr>

  <tr>

    <td height="271"><img src="../../template/images/footer.jpg" alt="babe centerfolds posing in hot kinky fetish movies" width="780" height="271"></td>

  </tr>

</table>

<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="2">BabeCenterfolds&#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> 

</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

	}

}



