View Single Post
Old 2004-03-01, 01:58 AM   #1
GM
Rock stars ... is there anything they don't know?
 
Join Date: Apr 2003
Location: Pakistan
Posts: 16
Question Gallery Skimming!

OK! I need help! the follwoing script is used for random link:

<?php
$fileName = "./name.txt";
mt_srand( (double) microtime() * 1000000 );
$a = file($fileName);
$randNum = mt_rand( 0, sizeof($a)-1 );
header( "Location: ". $a[$randNum] );
?>

And it works great now i want to add gallery skimming option so that i may send some hits to blind link sponsors how can i do that?

Greenguy, Jim anyone???
__________________
Life is to ENJOY! so enjoy it!
GM is offline   Reply With Quote