#!/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" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

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

<title>Satine Phonexi and Emily Marilyn Movies movies</title>

<style type="text/css">

<!--

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #000000;

}

body {

	background-image: url(../../templateM/images/back.jpg);

	background-repeat: repeat-y;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-position: center;

	background-color: #B63D84;

	font-size: 16px;

}

.footer {

	background-image: url(../../templateM/images/footer.jpg);

}

.flash {

	text-decoration: underline overline blink;

	font-size: 28px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

}

-->

</style>

</head>



<body>

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

  <tr> 

    <td height="222"><img src="../../templateM/images/header.jpg" width="800" height="222" alt="XXX Fetish World header image"></td>

  </tr>

  <tr> 

    <td valign="top"><table width="672" border="0" align="center" cellpadding="0" cellspacing="0">

        <tr> 

          <td><a href="../../Emily_Marilyn/Villa/Villa_01.wmv"><img src="../../Emily_Marilyn/Villa/movie_1_TGP.jpg" alt="Emily Marilyn villa movie1" width="224" height="217" border="0"></a></td>

          <td><a href="../../Emily_Marilyn/Villa/Villa_02.wmv"><img src="../../Emily_Marilyn/Villa/movie_2_TGP.jpg" alt="Emily Marilyn villa movie2" width="224" height="217" border="0"></a></td>

          <td><a href="../../Emily_Marilyn/Villa/Villa_03.wmv"><img src="../../Emily_Marilyn/Villa/movie_3_TGP.jpg" alt="Emily Marilyn villa movie3" width="224" height="217" border="0"></a></td>

        </tr>

        <tr> 

          <td colspan="2" align="center"> <h1>EMILY MARILYN VILLA</h1>

            Top lingerie model <a href="http://tracker.zombaio.com/?$afid.7876969">Emily 

            Marilyn</a> gets very horny every evening<br>

            in her out of town Villa! She dresses in expensive lingerie and starts 

            posing in front of the camera. She strips, spreads her smooth ass 

            and fingers her pussy trying to satisfy her fetish sexual desires!</td>

          <td><a href="../../Emily_Marilyn/Villa/Villa_04.wmv"><img src="../../Emily_Marilyn/Villa/movie_4_TGP.jpg" alt="Emily Marilyn villa movie4" width="224" height="217" border="0"></a></td>

        </tr>

        <tr> 

          <td>&nbsp;</td>

          <td>&nbsp;</td>

          <td>&nbsp;</td>

        </tr>

        <tr> 

          <td><a href="TheCorset2_01.wmv"><img src="movie_1_TGP.jpg" alt="Satine phoenix sexy corset fetish movie1" width="224" height="217" border="0"></a></td>

          <td><a href="TheCorset2_02.wmv"><img src="movie_2_TGP.jpg" alt="Satine phoenix sexy corset fetish movie1" width="224" height="217" border="0"></a></td>

          <td><a href="TheCorset2_03.wmv"><img src="movie_3_TGP.jpg" alt="Satine phoenix sexy corset fetish movie1" width="224" height="217" border="0"></a></td>

        </tr>

        <tr> 

          <td colspan="2" align="center"> <h1>SATINE PHOENIX FETISH BABE</h1>

            Flexible porn star <a href="http://tracker.zombaio.com/?$afid.7876969">Satine 

            Phoenix</a> spreading her perfect smooth ass and toying her pink pussy 

            in this hot fetish movie!</td>

          <td><a href="TheCorset2_04.wmv"><img src="movie_4_TGP.jpg" alt="Satine phoenix sexy corset fetish movie1" width="224" height="217" border="0"></a></td>

        </tr>

      </table></td>

  </tr>

  <tr> 

    <td valign="top">&nbsp;</td>

  </tr>

  <tr> 

    <td align="center"><a href="http://tracker.zombaio.com/?$afid.7876970" class="flash">CLICK HERE TO ENTER XXX FETISH WORLD</a></td>

  </tr>

  <tr> 

    <td valign="top">&nbsp;</td>

  </tr>



  <tr> 

    <td valign="top">&nbsp;</td>

  </tr>

  <tr> 

    <td align="center" class="footer"><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="2">xxxFetishWorld&#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></td>

  </tr>

</table>

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

	}

}



