HELP! with Refferer domains!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leebies
Forum Newbie
Posts: 9
Joined: Wed Apr 23, 2003 3:18 am

HELP! with Refferer domains!

Post by leebies »

I need help with the following.

There are several domains pointing to one script that picks up their domain name and displays in on the page with some text underneath.

I need to put in a counter/stats script that will give me the following:

The Domain that the person used to get there (The referer)
The number of unique visits from that domain
The number of those visits that were from the United States.

I also want to make it plit the data monthly still keeping the old data until it is deleted manually.

I know it is possible to list all the reffering domains, the unique visitors and where they come from but I am having difficulty calling the data and then putting it somewhere.

Can anyone help or is there a freeware script out there that I can edit/change?

Cheers
Post Reply