#!/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~"; Xxx BBW MILF Farrah Foxx as fat vintage sailor
xxx bbw interracial sex banner
 

XXX BBW MILF Farrah Foxx as Vintage Sailor

BBW MILF Farrah Foxx posing in vintage art porno scene for a XXX magazine...Watch the more Farrah Foxx art scenes at WildBBWporn.com!
Farrah-Foxx-Vintage_01 Farrah-Foxx-Vintage_02 Farrah-Foxx-Vintage_05 Farrah-Foxx-Vintage_16 Farrah-Foxx-Vintage_26
Farrah-Foxx-Vintage_31 Farrah-Foxx-Vintage_34 Farrah-Foxx-Vintage_36 Farrah-Foxx-Vintage_42 Farrah-Foxx-Vintage_45
GSW_SJM_1045 GSW_SJM_1053 GSW_SJM_1121 GSW_SJM_1132 GSW_SJM_1179
XXX BBW MILFs in WILD PORNO ART SCENES
 
  Copyright: Web Projects
2257 info at: http://cjwrightxxx.com/2257.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 } }