#!/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 "Galactic Girl Coco"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "

Galactic Girl Coco

"; print "
galactic"; 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 " "; print "
World "; print " famous “GO GO DANCER”, COCO, is beamed up to the GALACTIC GIRLS "; print " Space Station while she is in the middle of entertaining a screaming crowd "; print " with her HOT ASS SHAKING! Coco is a bit “dazed and confused” "; print " as she was not prepared to enter the new GALACTIC"; print " PORTAL. As the Galactic Powers begin to STRIP her of her “Earthly "; print " Clothes”, Coco is getting a bit freaked out due to the fact that her "; print " brain was erased of all former Galactic memory! Coco’s seductive “Go "; print " Go Dancing” powers are essential to new Galactic Girls projects!!!
GalacticGirlCoco1_0001 GalacticGirlCoco1_0007 GalacticGirlCoco1_0010 GalacticGirlCoco1_0025 GalacticGirlCoco1_0040
GalacticGirlCoco1_0046 GalacticGirlCoco1_0050 GalacticGirlCoco1_0054 GalacticGirlCoco1_0061 GalacticGirlCoco1_0067
GalacticGirlCoco1_0071 GalacticGirlCoco1_0084 GalacticGirlCoco1_0086 GalacticGirlCoco1_0090 GalacticGirlCoco1_0095
Visit "; print " XXX Space Girls today and see more"; print " Sci-Fi Sex!
"; 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 "

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