This is the abstract class for tracking visitor id. There are two subclasses for using either a database or a file for storing the information. Currently the ip, the hostname, the time and the last visited link are stored.
PUBLIC:
var $count
function getIP()
function track()
function getAll()
function get($id)
function getIdentifier()
PRIVATE:
function _store($ip, $host, $from)
function _countEntries()
|
|
| Name: |
IPTracker |
| Base name: |
iptracker |
| Description: |
Class for storing visitor data in a db or textfile |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
3319 users |
| All time rank: |
927 |
| Week users: |
2 users |
| Week rank: |
1329  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.2%) |
Good (81.2%) |
- |
Sufficient (68.8%) |
- |
- |
Not sure (55.6%) |
1140 |
| Month: |
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.
| Link |
Description |
| anyDB |
The db access class |
| |
Files |
|
|