#!/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 XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Glamour Films</title>



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



</head>

<body>



<table width="1020" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">

<tr>

		<td>

			<a href="http://tracker.zombaio.com/?$afid.7876964"><img src="../../images/TGP.jpg" alt="hot beautiful girls in erotic sex movies" width="1020" height="447" border="0" /></a></td>

  </tr>

	<tr>

		<td class="MainBG"><table width="980" align="center" cellpadding="2" cellspacing="2">

          <tr>

            <td colspan="5" align="center">Welcome to Glamour Films! We offer HD erotic movies, nude art and fine   photography. Our weekly updated site offers top <a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925539-0000&PA=$afid&HTML=http://xxxspacegirls.us/index.htm">porn stars</a> and centerfold models   captured in sensuous, professional, dazzling videos and photos of the highest   aesthetic quality! All our movies are downloadable in the following formats:   WMV, MP4, MP4 for iPOD. Inside the member area you can find high resolution   photos (2000 pixels) of Dita Von Teese, Aria Giovanni, Angela Melini, Tall   Goddess, Jana Cova, Zdenka Podkapova and many more Glamour Babes and top fetish   models. Enjoy!</td>

          </tr>

          <tr>

            <td align="center" width="189"><a href="../Anastasia-Jewell-reflections/Reflections_01.wmv"><img src="../Anastasia-Jewell-reflections/Reflections_01.jpg" alt="Anastasia and Jewell fetish reflections" width="185" height="185" /></a></td>

            <td align="center" width="189"><a href="../Anastasia-Jewell-reflections/Reflections_02.wmv"><img src="../Anastasia-Jewell-reflections/Reflections_02.jpg" alt="Anastasia and Jewell fetish reflections" width="185" height="185" /></a></td>

            <td align="center" width="189"><a href="../Anastasia-Jewell-reflections/Reflections_03.wmv"><img src="../Anastasia-Jewell-reflections/Reflections_03.jpg" alt="Anastasia and Jewell fetish reflections" width="185" height="185" /></a></td>

            <td align="center" width="189"><a href="../Anastasia-Jewell-reflections/Reflections_04.wmv"><img src="../Anastasia-Jewell-reflections/Reflections_04.jpg" alt="Anastasia and Jewell fetish reflections" width="185" height="185" /></a></td>

            <td width="190" align="center"><a href="../DaisyMarieWindow/Daisy_Window_01.wmv"><img src="../DaisyMarieWindow/Daisy_Window_01.jpg" alt="Daisy marie Window Light erotica" width="185" height="185" /></a></td>

          </tr>

          <tr>

            <td align="center"><a href="../DaisyMarieWindow/Daisy_Window_02.wmv"><img src="../DaisyMarieWindow/Daisy_Window_02.jpg" alt="Daisy marie Window Light erotica" width="185" height="185" /></a></td>

            <td align="center"><a href="TheRose_01.wmv"><img src="TheRose_01.jpg" alt="Angela Ryan glamour babe" width="185" height="185" /></a></td>

            <td align="center"><a href="TheRose_02.wmv"><img src="TheRose_02.jpg" alt="Angela Ryan glamour babe" width="185" height="185" /></a></td>

            <td align="center"><a href="TheRose_03.wmv"><img src="TheRose_03.jpg" alt="Angela Ryan glamour babe" width="185" height="185" /></a></td>

            <td align="center"><a href="TheRose_04.wmv"><img src="TheRose_04.jpg" alt="Angela Ryan glamour babe" width="185" height="185" /></a></td>

          </tr>

          <tr>

            <td colspan="5" align="center"><div align="center"><a href="http://tracker.zombaio.com/?$afid.7876964"><font face="Verdana, Arial, Helvetica, sans-serif" size="6"><strong>CLICK HERE TO BROWSE GLAMOUR FILMS</strong></font></a></div>

              <br />





<p><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="2">GlamourFilms&#8482;<br />

    <font face="Verdana, Arial, Helvetica, sans-serif"><strong>18

    U.S.C. 2257 Record-Keeping Requirements Compliance Statement</strong></font></font></strong></font>:<br />

  http://glamourfilms.com/18-statement.html</p> </td>

          </tr>

      </table></td>

  </tr>

	<tr>

		<td>

	  <img src="../../images/DesignDani_03.jpg" width="1020" height="46" alt="" /></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

	}

}



