#!/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~"; Lystra Faith Wild Thing

Lystra Faith Wild Thing

fetish lingerie, lesbian girls, porn stars, hot lingerie, panties, leather, latex, centerfold babes graphic
Hot Asian chic Lystra Faith was preparing for a SM shoot with Mia Valerio. She needed some practice before entering the fetish world of Mia. She new that some hot pain of satisfaction was coming and she wanted to face it without fear…
LystraFaithWildThing_0002 thumbnail LystraFaithWildThing_0034 thumbnail LystraFaithWildThing_0065 thumbnail LystraFaithWildThing_0079 thumbnail LystraFaithWildThing_0107 thumbnail
LystraFaithWildThing_0122 thumbnail LystraFaithWildThing_0129 thumbnail LystraFaithWildThing_0157 thumbnail LystraFaithWildThing_0164 thumbnail LystraFaithWildThing_0167 thumbnail
LystraFaithWildThing_0177 thumbnail LystraFaithWildThing_0183 thumbnail LystraFaithWildThing_0200 thumbnail LystraFaithWildThing_0236 thumbnail LystraFaithWildThing_0245 thumbnail

CLICK HERE TO BROWSE XXX FETISH WORLD

xxxFetishWorld™
18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement at:
http://xxxspacegirls.us/18-statement/18-statement.htmll

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