Home     PHP / Javascript / Ajax
PHP AGTC PHP - Simple Hits Counter Script

PHP Script Codes > counters

AGTC PHP - Simple Hits Counter Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4898

PHP Script Codes > AGTC PHP - Simple Hits Counter
Well its a very simple hits counter that only logs individual hits, in other words one hit per person per visit.
Its work simply by checking the visitors Remote Address and logs it as a SESSION.
Once the visitor enters your site the session is then logged with their Remote Address and the hits counter logs one hit.
For as long as there on your site they will not add anymore hits to the counter until they re-visit in a new session.
The idea of this script came to me from some of the poor or lazy examples of hits counters I have seen, which each time you refreshed the page
it would log another hit, this is no good if you want to see the true value of visitors to your site. Great, simple, and easy to integrate into any PHP script. Try the demo...