PDA

View Full Version : Top Referrers Code


Hawtalta
03-01-2005, 10:41 PM
Hi all,
My site is www.hawtalta.com and I was wanting to add a part that shows where my referrals are coming from. I want it to work like this site here:
www.linkswarm.com

Any ideas on how to do this or a place where I can find out? Thanks.

JamieR
03-04-2005, 12:34 AM
what so you want a type of stats-pulling script ?
Shortstat - http://www.shauninman.com/shortstat/free/ is a good piece of stats software that shows referers.

However, you could use PHP to do that. What you would need is a php script using $_SERVER['REMOTE_ADDR'] to find the remote referer (the pahe that the visitor is coming from) and then log the details in a mysql database. Then you would need to pull the referer info off the database and echo it in to the page.

Jamie.