|
|
|
|
|
|
![]() |
#1 |
Rock stars ... is there anything they don't know?
Join Date: Apr 2003
Location: Pakistan
Posts: 16
|
![]() 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! |
![]() |
![]() |
![]() |
#2 |
And Lord, we are especially thankful for nuclear power, the cleanest, safest
energy source there is. Except for solar, which is just a pipe dream |
You have the php script separate from the main page right? skim the link going to the php file!
I have a random gallery generator on my tgp, I call it a tgp3 or tgp cubed. It's at the top of my tgp @ n2bigtits.com I have more info on it on my webmaster page if you want to know more! |
![]() |
![]() |
![]() |
|
|