This class can be used to keep track of site visitors in a MySQL database.
It inserts records to a a MySQL table with the IP address and time of visit of the current user.
The class may also query the access table to count the number of visits, unique visitors, page views and last user access.
|
|
| Name: |
Visit, UniqueVisit Counter |
| Base name: |
access |
| Description: |
Keep track of site visitors in a MySQL database |
| Version: |
1.0 |
| PHP version: |
4 |
| License: |
Artistic License |
| All time users: |
633 users |
| All time rank: |
4288 |
| Week users: |
1 user |
| Week rank: |
2036  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
access.php |
Class |
PHP Class, which count visits, unique visits, page views and last access of your webpage |