This class can be used to count the number user accesses using files.
It stores in one text file the list of the IP addresses of all users that access the site, in another file the number of unique visitors and the total number of accesses in another file.
The class can also retrieve each of the counts from the files.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
count.txt |
Data |
File that stores the count of unique ips on the page |
hits.txt |
Data |
The file to store the total number of hits |
ips.txt |
Data |
The file to store the ip addresses |