PHP Unique Hit Counter

Description
This simple and easy-to-use script logs the number of unique visitors to your web site by logging only one occurence of each IP address. This script is 100% free!
Installation
It’s a quick 3-step process.
1.
Upload uniquehits.php and uniquehits.log to your web server.
2.
CHMOD 666 (writable) uniquehits.log (skip this step on Windows servers).
3.
Insert this PHP code on every […]

Object Oriented PHP Counter

A more advanced version of our PHP Counter, this script is object oriented and remembers return visitors by setting a cookie. Because it remembers visitors, this counter counts the number of unique visitors that visited your site.
This script is object oriented and written for PHP 5+, which handles object differently than older versions of PHP. […]