Code:
<?php
$fileName = "./ce.txt";
mt_srand( (double) microtime() * 1000000 );
$a = file($fileName);
$randNum = mt_rand( 0, sizeof($a)-1 );
header( "Location: ". $a[$randNum] );
?>
Plain text file named ce.txt with a url in it.
So if I wanted to link to the CE thread
http://www.gofuckyourself.com/newrep...eply&p=6641788
It would look like this
www.taylorsmovies.com/ce.php
Not exactly easy but if you want them done I can set them up for our sites with your account codes and email them to you so you can upload to your site.