Login   Register  
PHP Classes
elePHPant
Icontem

Class: Access Pattern Counter

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Richard Munroe  >  Access Pattern Counter  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Access Pattern Counter
Base name: accesspatterncounter
Description: Count page accesses and show the count in HTML
Related classes: , , , , , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 1375 users
All time rank: 2349
Week users: 1 user
Week rank: 2434
Picture of Richard Munroe
Author: Richard Munroe is available for providing paid consulting. Contact Richard Munroe .
Packages: 22 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Age: 61
All time rank: 101 in United States United States
Week rank: 38 Down6 in United States United States Down
Innovation award
Innovation award
Nominee: 3x

Winner: 1x


  Detailed description  
This package is meant to keep track of the count of users access to the pages of a site. The counter class can also output the current access count in an HTML table.

Page accesses are considered by the remote user computer IP address only if sufficient time has passed, by default one hour. During this access window, a count is kept of the accesses to the page by a specific ip address.

This allows possible detection of denial of service attacks by keeping data useful for tracking access patterns by specific hosts.

All data is kept in a MySQL database.

This class is officially compatible with PHP 5.

 

  Groups  
Group folder image Statistics Collecting, processing and reporting statistical data View top rated classes
Group folder image User Management User records, authentication and session handling View top rated classes

  Rate classes User ratings   Dependencies   Applications   Files Files  

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Insufficient (35.0%)
Sufficient (70.0%)
-
Sufficient (60.0%)
-
-
Insufficient (30.5%)
2169
Month:
Not yet rated by the users

  Packages needed by this class  
Class Dependency Why it is needed
DB
Required
SQLData

  Applications that use this class  
Link Description
Florida Democratic Party Website for the Florida Democratic Party
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file class.counter.php Class Class interface for page counter
Plain text file class.counterUser.php Class Access pattern counter class
Plain text file counter.example.php Example Example of counter class usage
Plain text file counter.sql Data Create MySQL tables

Download all files: accesspatterncounter.tar.gz accesspatterncounter.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.