#!/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 "Kami Andrews Galactic Battle I"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "

Kami Andrews in Galactic Battle I

"; print "
future
"; 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 "
KamiAndrewsGalacticBattle1_0001 KamiAndrewsGalacticBattle1_0007 KamiAndrewsGalacticBattle1_0027 KamiAndrewsGalacticBattle1_0036 KamiAndrewsGalacticBattle1_0048
KamiAndrewsGalacticBattle1_0065 KamiAndrewsGalacticBattle1_0079 KamiAndrewsGalacticBattle1_0085 KamiAndrewsGalacticBattle1_0089 KamiAndrewsGalacticBattle1_0090
KamiAndrewsGalacticBattle1_0095 KamiAndrewsGalacticBattle1_0103 KamiAndrewsGalacticBattle1_0107 KamiAndrewsGalacticBattle1_0109 KamiAndrewsGalacticBattle1_0110
Visit "; print " XXX Space Girls today and "; print " see more Kami Andrews!
"; print " 100's of the hottest PORN STARS doing your WILDEST FANTASIES - Over 400,000 "; print " exclusive Horror Sex Images, Fetish Movies, Vampire Comics, SCI-FI Porn, "; print " Alien Sex Experiments and Bondage Pictures.
"; print "
"; print "
"; print " webmasters"; print "

GalacticGirls™"; 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 } }