Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 13 March 2010
in

Total scripts: 203
Total downloads: 25548
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Statistics Scripts

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.
(0 votes)
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...
(0 votes)
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...
(2 votes)
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...
(0 votes)
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...
(0 votes)