Hi I am looking for a script similar to the one on this site. http://www.jarkey.net/hotlinks.html It tracks all links referring to the site and tallies them and the highest referrer is shown. Does anyone know where I can find something similar? Preferably for free? Please note I do not want the Top Sites scripts, just Top Referrers for my links page.
I can put something simple together for you, just add the code to existing pages instead of making seperate one, if that's okay ? or you want something seperate ?
Like I want it to be able to get a hit on any of my pages and it tracks it down and tallies it at my links.php page. So like if one of my pages gets a hit from a site I want it to be tracked from the hit from that page and a referral site added to links.php you know what I mean?
He'll most likely include a seperate PHP script where you can just use include() on the top of each page to track for referrals.
Yeah, hes right, I'll do that, so shall I do that ? can u pm me the css that'll be attached to the page please ? n whatever else you think I might wanna know....
Looks like a great script, but is there any way to block URL's from showing? Don't want to have search engines on that list...
Yes there is. Open up xReferrer-class.php in your page editor and do a search for the following line. if( $xReferrer != "" && $xReferrer != $_SERVER['HTTP_HOST'] Code (markup): and replace it with this line, for instance I will block www.google.com if( $xReferrer != "" && $xReferrer != $_SERVER['HTTP_HOST'] && $xReferrer != "www.google.com" Code (markup): All you have to do is keep adding && $xReferrer != "www.anothersite.com" Code (markup): to block another site. Hope this helps.
Thanks. I'll try this on my site You can see from the links on jarkey.net, that they are using http://www.trackyourstats.com/
Mines better, coz I'm better and I'm not asking you for an email address to trash ....which you know they're gonna do, how else will they make money