open(IN, "link.txt");
chomp(@in=<IN>);
close(IN);
$link=$in[int(rand(scalar(@in)))];
print "Location: $link\n\n";
exit;
Put that in a file & upload to your cgi-bin.
name it link.cgi
Make a .txt file called "link" and throw in all your trades. What you have is a link which which pick a trade by random and send to a trade..
It will look like this:
www.website.com/cgi-bin/link.cgi
Make a table with hard link trades and throw a few random links within your tgp.
OR go to cjultra.com for a free script.
OR buy a script.