#!/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 XXX retro model
xxx bbw interracial sex banner
 

XXX BBW MILF Farrah Foxx in Retro Lingerie

BBW MILF Farrah Foxx posing in glamour art porno scene for WildBBWporn.com...Dressed in kinky fetish gown and high heels the fat babe teases by a night light!
Farrah-Foxx-Retro_01 Farrah-Foxx-Retro_04 Farrah-Foxx-Retro_09 Farrah-Foxx-Retro_21 Farrah-Foxx-Retro_25
Farrah-Foxx-Retro_29 Farrah-Foxx-Retro_39 Farrah-Foxx-Retro_43 Farrah-Foxx-Retro_52 Farrah-Foxx-Retro_57
Farrah-Foxx-Retro_63 Farrah-Foxx-Retro_66 Farrah-Foxx-Retro_70 Farrah-Foxx-Retro_74 Farrah-Foxx-Retro_76
XXX BBW MILFs in KINKY 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 } }