|
Setistats
|
|
SetiStats is a PHP-Class to grab the Seti@Home Userstats from the Seti@Home Server. Now your Userstats can look as you like.
|
|
|
Bar Graph
|
|
This class creates a PNG image bar graph for inclusion in HTML pages.
The graph can display one or more data sets in user defined colors. The font size, font color background color, spacing between sets of bars, labels, and y-axis tick marks are all set by the user.
To...
|
|
|
OnlineUsers
|
|
"20 users online" style user tracking is a favourite of ASP websites - this class allows you to do the same thing easily in PHP. The OnlineUsers class uses a leightweight mySQL table to track the users, logging them to a table. Details of who is online and how many users is...
|
|
|
IPTracker
|
|
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...
|
|
|
SimpleDB
|
|
The SimpleDB class implements a PHP algorithm to store associative arrays in files without using any PHP database function.
The key feature is the use of flock to prevent corrupting files.
If you do not have a database and want to create a simple application, this is a...
|
|