Where can i find or create a script that tracks page Hits?

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
Seraphimk
Forum Newbie
Posts: 22
Joined: Mon Feb 09, 2009 12:49 pm

Where can i find or create a script that tracks page Hits?

Post by Seraphimk »

Hi i want to start a proxy advertising site and i want a hit counter that counts the amount of times customers click on a link and i also want a table that has a list of proxies were there order randomly changes automatically every 10 min does anyone know how to do this or somewhere were i can find the script or somewhere which tells me how to do it ?
tech603
Forum Commoner
Posts: 84
Joined: Thu Mar 19, 2009 12:27 am

Re: Where can i find or create a script that tracks page Hits?

Post by tech603 »

Here are a few links that may help you out with that question.

http://node777.net/tclick.php
http://www.monetizers.com/php-click-tracker.php

For a page refresh every ten minutes or so you could use some fancy ajax scripts or just use a simple meta refresh tag that refreshes the page every ten minutes. At which point you could write a php script that randomly grabs those links for you.

hope that helps.
Post Reply