#!/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 "Jewell Marceau Galactic Rubber Vixen"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "

Jewell Marceau Galactic Rubber Vixen

"; 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 "
Fear "; print " paralyzed Jewell "; print " Marceau as the alien machine examined her. She was too afraid even to "; print " breathe while the alien probed her... A moan escaped Jewell's lips. This "; print " was just what she needed. Tension left her body as she gave herself entirely "; print " to the wonderful feeling of the tentacle inside her. No one was talking "; print " sweet little words in her ear, but two out of three wasn't bad at all. Why "; print " had she been so afraid?!
JewellMarceauGalacticRubberGirl1_0001 JewellMarceauGalacticRubberGirl1_0005 JewellMarceauGalacticRubberGirl1_0027 JewellMarceauGalacticRubberGirl1_0050 JewellMarceauGalacticRubberGirl1_0055
JewellMarceauGalacticRubberGirl1_0056 JewellMarceauGalacticRubberGirl1_0090 JewellMarceauGalacticRubberGirl2_0006 JewellMarceauGalacticRubberGirl2_0038 JewellMarceauGalacticRubberGirl2_0057
JewellMarceauGalacticRubberGirl2_0075 JewellMarceauGalacticRubberGirl2_0077 JewellMarceauGalacticRubberGirl2_0106 JewellMarceauGalacticRubberGirl2_0113 JewellMarceauGalacticRubberGirl2_0120
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 } }