View Single Post
Old 07-04-2002, 08:39 AM  
.:Frog:.
Confirmed User
 
Join Date: Jul 2002
Location: ~ C A N A D A ~
Posts: 2,123
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.

Last edited by .:Frog:.; 07-04-2002 at 08:43 AM..
.:Frog:. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote