#!/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~";





<html>
<head>
<title>Kinky fetish amateur babes blowing and popping big balloons with their asses</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../../MBP.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="1020" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
		<td>
			<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=940106-0000&PA=$afid&HTML=http://www.myballoonporn.com/index.php"><img src="../../images/join_01.jpg" alt="my fetish balloon porn videos" width="1020" height="257" border="0"></a></td>
  </tr>
	<tr>
		<td align="center" class="ViewClipBG"><TABLE width="945" border=0  align="center" cellpadding=0 cellspacing=5>

<TR>
  <TD colspan="3" align="center"><h3>Kinky fetish amateur babes blowing and popping big balloons with their asses</h3>
  
  Kinky fetish small boob babes popping big burstable balloons with their tight hot asses. Check out how these amateur  girls blow the big innocent balloons and then sit on them trying to pop them.Very often the balloon rubber stings  their butts, which makes the girls very horny and wet...Read the whole story on MyBalloonPorn.com!    </TD>
  </TR>
<TR>
  <TD width="309" align="center"><a href="KittyBalloonPlay.wmv"><img src="tv-Kitty.jpg" alt="sexy Russian chic blowing and popping balloons with her hot ass" width="300" height="300"></a></TD>
  <TD width="307" align="center"><a href="DakotaCowgirl-flv-1.wmv"><img src="tv-Dakota.jpg" alt="sexy tattoo babe popping balloons with her sexy ass" width="300" height="300"></a></TD>
  <TD width="309" align="center"><a href="CassandraCruzPinkLady.wmv"><img src="tv-Cassandra.jpg" alt="hot ass Latina taking off her pantiess and popping balloons with her hot butt" width="300" height="300"></a></TD>
</TR>



<TR>
  <TD colspan="3" align="center">&nbsp;</TD>
  </TR>
<TR>
  <TD colspan="3" align="center"><a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=940106-0000&PA=$afid&HTML=http://www.myballoonporn.com/index.php" class="EnterText"><span class="EnterText">CLICK HERE TO ENTER MY BALLOON PORN</span></a></TD>
</TR>
<TR>
  <TD colspan="3" align="center">&nbsp;</TD>
</TR>

<TR>
  <TD colspan="3" align="center">&nbsp;</TD>
  </TR>
<TR>
  <TD colspan="3" align="center">Copyright: MY BALLOON PORN. COM<br>
    2257 Info at:<br>
    http://myballoonporn.com/2257.html</TD>
</TR>


</TABLE></td>
  </tr>
	<tr>
		<td>
			<img src="../../images/join_03.jpg" width="1020" height="65" alt=""></td>
  </tr>
	<tr>
		<td>
			<img src="../../images/join_04.jpg" width="1020" height="79" alt="sexy tattoo babes popping huge porn balloons"></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

	}

}



