#!/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 "Alira Astro Galactic Alien Snatch"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "

Alira Astro Galactic Alien Snatch

"; 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 "
Alira "; print " Astro escaped from a research facility, lost her tools in the process and "; print " somehow took a wrong turning. Now she is trapped on the space station. There "; print " is no food. Watching the evil aliens, Alira "; print " learns to get food from the machines and it is this that almost gets her "; print " caught. The alien clone is so excited he asks to join the hunt, but only "; print " at the last moment does he realize that this is a living, breathing person "; print " the robots are trying to kill. He saves Alira, smuggles her into his room "; print " and defends her from all cumers.
AliraAstro_GalacticAlienSnatch1_0001 AliraAstro_GalacticAlienSnatch1_0017 AliraAstro_GalacticAlienSnatch1_0020 AliraAstro_GalacticAlienSnatch1_0032 AliraAstro_GalacticAlienSnatch1_0049
AliraAstro_GalacticAlienSnatch1_0092 AliraAstro_GalacticAlienSnatch1_0120 AliraAstro_GalacticAlienSnatch2_0001 AliraAstro_GalacticAlienSnatch2_0030 AliraAstro_GalacticAlienSnatch2_0035
AliraAstro_GalacticAlienSnatch2_0050 AliraAstro_GalacticAlienSnatch2_0055 AliraAstro_GalacticAlienSnatch2_0057 AliraAstro_GalacticAlienSnatch2_0065 AliraAstro_GalacticAlienSnatch2_0122
Visit "; print " SPACE GIRLS today "; print " and see more ALIRA ASTRO!
"; print " 100's of the hottest PORN STARS doing your WILDEST FANTASIES - Over 400,000 "; print " exclusive Fetish Movies, Horror Sex Images, Vampire Comics, SCI-FI Anime, "; print " Alien Manga 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 } }