This is a class that implements a counter. You don't need a database, since it stores the number of visitors in a file. It uses cookies to track your visitors. You should put
the class in a file (say counter.inc) and include it in your scripts. You can customize the looks of the counter by extending the class.
A download counter for your files, check for more info the example.php. Don't use mySQL, this is appropriated for small sites. Tested under Apache 1.3.12 / PHP 4.0.1 / Linux
2.2.16 and Win98.
LiveStats is an easy to setup php web statistics program. This web statistics program must be run by MySQL and PHP. If servers do not have MySQL or you do not know your MySQL
account info, you will not be able to use this program. This program tracks the IP from the visitors, what type of OS (Operating System) they were using, top ten IP's who
visited your website, and what type of browser they were using.
This is a special counter routine. Simple add name for your counter and this code snippet stores all counter in one file. Use counter on your all pages and analyzing stats is
very simple by on file.
Aren't we all tired of hit counters? How's about we take them out back and shoot them? Better still, let's give them a completely bogus counter. Sure, it's silly, but I'm a
silly mood today.
A script to count the hits to your website that checks if the current visitor was the LAST visitor to your website and if so doesnt count the hit and if not so counts the hit
and makes the visitor the new last visitor. Also lets you choose if you want the number of hits to be printed out as text or printed out in gfx with the numbers.