#!/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~"; Generator error Please input Your affiliate ID Try again. ~EOT~ exit; } sub gencode{ print "Content-Type: text/html\n\n"; print <<"~EOT~"; Real Deal Lady Brazil - BBW Kim Treats
CJ Wright's BBW hardcore interracial sex

Real Deal Lady Brazil - Kim Treats

I'd like to introduce two new editions, I have been reading all request and I believe the formula for this update is perfect. I went out and grabbed a very sexy thick woman and I welcomed a new young man to the site. Both were really into each other and the intensity comes off on camera really well. Take a look and be sure to let me know what you think!
KimTreat_003 KimTreat_015 KimTreat_025
KimTreat_029 KimTreat_054 KimTreat_061
KimTreat_064 KimTreat_070 KimTreat_079
KimTreat_081 KimTreat_089 KimTreat_091
KimTreat_099 KimTreat_110 KimTreat_112

CLICK HERE TO BROWSE CJ WRIGHT XXX

Copyright: CJ WRIGHT XXX . COM

~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 } }