PHP Unique Hit Counter
Posted on December 22, 2007
Filed Under Access Counters |
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 page where the counter should appear:
<? include ‘uniquehits.php’ ?>
Done!
Comments
Leave a Reply

