#!/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 Fashion Models TGP gallery 1

Xxx Fashion Models

xxx fetish world - porn stars performing horror sex and female domination
NoRulesXXXFashionModels1_0001 NoRulesXXXFashionModels1_0006 NoRulesXXXFashionModels1_0007 NoRulesXXXFashionModels1_0027 NoRulesXXXFashionModels1_0028
NoRulesXXXFashionModels1_0032 NoRulesXXXFashionModels1_0043 NoRulesXXXFashionModels1_0060 NoRulesXXXFashionModels1_0066 NoRulesXXXFashionModels1_0069
NoRulesXXXFashionModels1_0075 NoRulesXXXFashionModels1_0078 NoRulesXXXFashionModels1_0083 NoRulesXXXFashionModels1_0096 NoRulesXXXFashionModels1_0104
VISIT XXX SPACE GIRLS TODAY AND SEE MORE FETISH GIRLS.
100'S OF THE HOTTEST PORN STARS DOING YOUR WILDEST FANTASIES. OVER 360,000 EXCLUSIVE FETISH, HORROR, VAMPIRE, SCI-FI, ALIEN, BONDAGE IMAGES AND MOVIES.

webmasters

XXXSPACEGIRLS™

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