Random Links

Everything related to LinkMan - reciprocal links manager
Post Reply
kide83
Posts: 3
Joined: Sat Apr 07, 2007 11:33 pm

Random Links

Post 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 :)
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Post 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:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
kide83
Posts: 3
Joined: Sat Apr 07, 2007 11:33 pm

Post by kide83 »

yes it's working :) thanks a lot
going to buy licence for LinkMan :)
kide83
Posts: 3
Joined: Sat Apr 07, 2007 11:33 pm

Post by kide83 »

finished, i got my licence key 8)
WebsiteManagers
Posts: 23
Joined: Fri Jun 24, 2005 8:19 pm

Random Links

Post by WebsiteManagers »

Works perfect! Thanks Klemen.

Jim
[url=http://www.websitemanagers.net]Website Managers[/url]
Website Hosting and Development Since 1998
Post Reply