Page 1 of 1

Random Links

Posted: Sat Apr 07, 2007 11:39 pm
by kide83
Hi all :) Is there any way to show listed links randomly? Let's say i have 25 links and i want LinkMan to show them mixed randomly each time links page is loaded... All links should be printed on page btw :)
I want to do this so i'll give each link the same chance to be on top and get highest exposure :)

Thanks in advance for your time :)

Posted: Mon Apr 09, 2007 6:34 pm
by Klemen
Haven't tested, but should be as simple as:
- open links.php in a text editor (Notepad, Wordpad)
- find line 38:

Code: Select all

$lines=file($settings['linkfile']);
- add this code just BELOW line 38:

Code: Select all

shuffle($lines);
Try it and post back if it works ok :wink:

Posted: Tue Apr 10, 2007 9:47 am
by kide83
yes it's working :) thanks a lot
going to buy licence for LinkMan :)

Posted: Tue Apr 10, 2007 10:06 am
by kide83
finished, i got my licence key 8)

Random Links

Posted: Tue Apr 10, 2007 12:53 pm
by WebsiteManagers
Works perfect! Thanks Klemen.

Jim