#!/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 "Generator errorPlease input Your affiliate ID Try again."; exit; } sub gencode{ print "Content-Type: text/html\n\n"; print ""; print ""; print ""; print "Michelle Aston Galactic Wild Woman"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "

Michelle Aston Galactic Wild Woman

"; print "
wild
"; print ""; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print " "; print "
Michelle "; print " Aston receives a notice about a party in a nearby galaxy outside of the "; print " Carina system. She's never been to a real party, especially one outside "; print " of the place she's known for so long. She mentions the party to the Galactic "; print " Girls team and they think it's a good idea, so they head off in the Great "; print " GG11 and arrive at the small, moon-sized planet. Little do they know they "; print " will be pulled into a Sexy and Lethal TRAP!!! Watch phase 1, where Michele "; print " Aston prepares to fight the evil "; print " aliens!
MichelleAstonGalacticWildWoman_0001 MichelleAstonGalacticWildWoman_0027 MichelleAstonGalacticWildWoman_0029 MichelleAstonGalacticWildWoman_0044 MichelleAstonGalacticWildWoman_0053
MichelleAstonGalacticWildWoman_0065 MichelleAstonGalacticWildWoman_0072 MichelleAstonGalacticWildWoman_0076 MichelleAstonGalacticWildWoman_0081 MichelleAstonGalacticWildWoman_0084
MichelleAstonGalacticWildWoman_0092 MichelleAstonGalacticWildWoman_0097 MichelleAstonGalacticWildWoman_0099 MichelleAstonGalacticWildWoman_0100 MichelleAstonGalacticWildWoman_0109
Visit "; print " SPACE GIRLS today "; print " and see more Galactic Girls!
"; print " 100's of the hottest PORN STARS doing your WILDEST FANTASIES - Over 400,000 "; print " exclusive Fetish Movies, Horror Sex Images, Lesbian Vampires, SCI-FI Videos, "; print " Alien Experiments and Bondage Pictures.
"; print "
"; print "
"; print " webmasters"; print "

GalacticGirls™
"; print " 18 "; print " U.S.C. 2257 Record-Keeping Requirements Compliance Statement"; print "

"; print "
"; print ""; print ""; 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 } }