#!/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.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 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>Pornstar Babes Posing and in lesbian sex action at 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="989" border="0"  align="center" cellpadding="2" cellspacing="2">

          <tr>

            <td width="957" align="center"><h1>Rebecca Linares Alley Slut</h1>

              Hot skinny porn star babe Rebecca Linares posing as a back alley whore in this   erotic flick. <br /></td>

          </tr>

          <tr>

            <td align="center"><a href="RebeccaLinares_Alley_Trailer.wmv"><img src="RebecaLimaresSpanishBeauty.jpg" alt="Rebecca Linares Alley Slut" width="970" height="632" /></a><br />

            / <a href="RebeccaLinares_Alley_Trailer.mp4">MP4 VIDEO</a> /</td>

          </tr>

          <tr>

            <td align="center"><hr /></td>

          </tr>

          <tr>

            <td align="center"><h1>Mika Tan and Ashley Renee in Pantyhose Bound</h1>

            Kinky fetish lesbian babes Mika Tan and Ashley Renee dominating each other in this bondage film. Check out this wild lesbian sex movie and pictures featuring BDSM and dildo sex action! Stay tuned to Glamour Films!</td>

          </tr>

          <tr>

            <td align="center"><a href="MikaT-AshleyR_PantyhoseBound_trailer.wmv"><img src="MikaT-AshleyR.jpg" alt="Mika Tan and Ashley Renee in pantyhose glamour bound" width="970" height="644" /></a><br />

            / <a href="MikaT-AshleyR_PantyhoseBound_trailer.mp4">MP4 VIDEO</a> /</td>

          </tr>

          <tr>

            <td align="center"><hr /></td>

          </tr>

          <tr>

            <td align="center"><h1>Darenzia in Sexy Soviet Latex</h1>

            Glamour chick Darenzia stripping sexy soviet era latex corset trying to seduce the CIA officer. </td>

          </tr>

          <tr>

            <td align="center"><a href="Darenzia_SovietLatex_Trailer.wmv"><img src="DarenziaHotPinkLatexNurse.jpg" alt="pornstar Darenzia in sexy fetish soviet latex" width="970" height="644" /></a><br />

            / <a href="Darenzia_SovietLatex_Trailer.mp4">MP4 VIDEO</a> /</td>

          </tr>

          <tr>

            <td align="center"><hr /></td>

          </tr>

          <tr>

            <td align="center"><h1>Emily Marilyn is Vampy in Black</h1>

            Fetish lingerie model Emily Marilyn showed up for a <a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925539-0000&PA=$afid&HTML=http://xxxhorror.com/index.php">horror-sex</a> shoot in our secret studio location. At some point she realized that she was too scared to complete the scene, so we shot this erotic, seductive latex movie instead. She promised to come back in the next couple of weeks and finish the extreme vampire sex movie started in December/2008. Stay tuned to GlamourFilms.com! </td>

          </tr>

          <tr>

            <td align="center"><a href="EmilyMarilyn_VampyBlack_Trailer.wmv"><img src="EmilyMarilynVampyInBlack.jpg" alt="fdetish star Emily marilyn is vampy in black" width="970" height="644" /></a><br />

            / <a href="EmilyMarilyn_VampyBlack_Trailer.mp4">MP4 VIDEO</a> /</td>

          </tr>

          <tr>

            <td align="center"><hr /></td>

          </tr>

          



          



          

          <tr>

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

	}

}



