Page 1 of 1
Where can i find or create a script that tracks page Hits?
Posted: Thu Mar 26, 2009 5:10 pm
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 ?
Re: Where can i find or create a script that tracks page Hits?
Posted: Fri Mar 27, 2009 10:18 pm
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.