#!/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>Sexy Glamour Models in solo and lesbian porn movies</title>



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



</head>

<body>



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

<tr>

		<td width="800">

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

  </tr>

	<tr>

		<td class="MGP-table"><table width="780" border="0"  align="center" cellpadding="2" cellspacing="2">

          <tr>

            <td width="755" align="center"><h1>Rebecca Linares in Le Tigre</h1>

            Tigress Rebeca Linares performs a sexy and erotic strip dance taking it all off   one layer at a time. Watch Rebeca take off her sexy pink outfit and get down on   all fours to reveal all. She keeps her stilettos on as she spreads her legs to   reveal a tight pink pussy, and bends over to show off her perfect ass. Catch the   film only on glamourfilms.com!</td>

          </tr>

          <tr>

            <td align="center"><a href="LaTigre_RebecaLinares_trailer.wmv"><img src="RebeccaLinares.jpg" alt="Rebecca Linares stripping and posing with tigre statue" width="760" height="533" border="0" /></a><br />

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

          </tr>

          <tr>

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

          </tr>

          <tr>

            <td align="center"><h1>Rebecca Linares and Ariel  in Sex Slave</h1>

            Mistress Rebecca Linares in an erotic sex scene <a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925539-0000&PA=$afid&HTML=http://xxxhorror.com/index.php">dominating innocent</a> Ariel Summers.   Watch high quality images and video of this beautiful mistress strip off Ariel's   panties forcing her to lick her tight pink pussy.</td>

          </tr>

          <tr>

            <td align="center"><a href="Rebeca_Ariel-SexSlave_trailer.wmv"><img src="RebeccaLinaresArielSummers.jpg" alt="rebecca Linares and Ariel Summers in sex slave image" width="760" height="533" border="0" /></a><br />

            / <a href="Rebeca_Ariel-SexSlave_trailer.mp4">MP4 VIDEO</a> /</td>

          </tr>

          <tr>

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

          </tr>

          <tr>

            <td align="center"><h1>Evie Delatosso in Bubbles</h1>

            Sexy Latina babe Evie Delatosso exposing her smooth little nude body while   taking a bubble bath. Check out this glamour art gallery featuring pornstar Evie   touching her big boobs and spreading her sweet little ass all covered with white   bubbles!</td>

          </tr>

          <tr>

            <td align="center"><a href="EvieDelatosso_Bubbles_trailer.wmv"><img src="EvieDelatosso.jpg" alt="Evie Delatosso posing nude while taking a bubble bath" border="0" /></a><br />

            / <a href="EvieDelatosso_Bubbles_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/TGP-bottom.jpg" width="800" height="36" 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

	}

}



