This is a discussion on Looking for script that creates list of referrers within the PHP Language forums, part of the PHP Programming Forums category; I've been looking for a script that will create a real-time list of 'top referrers', similar to the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've been looking for a script that will create a real-time list of
'top referrers', similar to the links to sites you see on the left of the page at http://www.linkswarm.com. They also have a page http://www.linkswarm.com/referrers/referrers.php which shows all referrers. I'm assuming you'd be able to set filters. There is no signup required, you just link to the site and your site appears in the referrers list, but as a webmaster, you wouldn't want to include search engines for example. Jason http://wickedmoon.com |
|
|||
|
.oO(Jason Brown)
>I've been looking for a script that will create a real-time list of >'top referrers', I would be careful with such things. The referrer-header is unreliable and could be abused for spamming. Would you like to see porn sites as top referrers on your site? It's quite easy to do, the spammer just has to send some dozen requests to your site with a faked referrer-header to shoot up to the top of your list. >similar to the links to sites you see on the left of >the page at http://www.linkswarm.com. They also have a page >http://www.linkswarm.com/referrers/referrers.php which shows all >referrers. seejulie best-of-nudes sexpea .... Do you think these are real referrers? Do you want such things on your site? Micha |
|
|||
|
Try this
http://www.truefresco.org/referrers.htm Sercee http://www.sercee.com Michael Fesser <netizen@gmx.net> wrote in message news:<hbkpk09esf15u891eakqrqd87b9ac68rck@4ax.com>. .. > .oO(Jason Brown) > > >I've been looking for a script that will create a real-time list of > >'top referrers', > > I would be careful with such things. The referrer-header is unreliable > and could be abused for spamming. Would you like to see porn sites as > top referrers on your site? It's quite easy to do, the spammer just has > to send some dozen requests to your site with a faked referrer-header to > shoot up to the top of your list. > > >similar to the links to sites you see on the left of > >the page at http://www.linkswarm.com. They also have a page > >http://www.linkswarm.com/referrers/referrers.php which shows all > >referrers. > > seejulie > best-of-nudes > sexpea > ... > > Do you think these are real referrers? Do you want such things on your > site? > > Micha |
|
|||
|
"Jason Brown" wrote:
> I’ve been looking for a script that will create a real-time list > of > ’top referrers’, similar to the links to sites you see on > the left of > the page at http://www.linkswarm.com. They also have a page > http://www.linkswarm.com/referrers/referrers.php which shows all > referrers. > > I’m assuming you’d be able to set filters. There is no > signup > required, you just link to the site and your site appears in the > referrers list, but as a webmaster, you wouldn’t want to include > search engines for example. > > Jason > > http://wickedmoon.com Log analyzer programs give you a list of top referrers, show you keywords typed, etc. So I would say you are going to reinvent the wheel, where log analyzers give you that and a whole lot more. I don’t have specific recommendations, but there are some good ones out there. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-script-c...ict151159.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=529234 |