Package:
Summary:
Manage forum messages stored in a MySQL database
Groups:
Author:
Description:
This class can be used to manage forum messages stored in a MySQL database.
It can perform several types of operations to manipulate messages of a forum. Currently it can:
– List the forum topics, threads and messages
– Mark threads as read]
– Retrieve the number of topic threads, the number of thread messages, the number of user messages
– Start a new topic thread
– Post a new message to a thread
The code and the comments are in Spanish.
Package:
Summary:
Convert non-ASCII text in UTF-8 to HTML entities
Groups:
Author:
Description:
This class can be used to convert non-ASCII text in UTF-8 to HTML entities.
It finds and replaces some non-ASCII characters encoded using UTF-8 to the equivalent HTML entities.
Package:
Summary:
Execute programs in remote computers using SSH
Groups:
Author:
Description:
This class can be used to execute programs in remote computers using secure shell (SSH).
It establishes a secure shell connecting to a given server using PHP ssh2 extension.
The class executes a remote program and returns whether it run successfully.
Package:
Summary:
Delete aged files and folders
Groups:
Author:
Description:
This class can be used to delete aged files and folders.
It uses the navigator class to browse a given directory and delete files or directories that were modified for the last time more than a given number of minutes ago.
When removing directories, the class can remove them recursively.
Package:
Summary:
Send HTTP requests and process XML responses
Groups:
Author:
Description:
This package can be used to send HTTP requests and process XML responses.
There is one class that can send and receive HTTP requests and another can process the request responses.
There are also other classes to process the HTTP XML responses.
A new computer backup software has been added to the Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities page.
Bacula is a free (in fact, open source) network-based backup program that you can use to back up multiple computers on a network. It supports backup to hard disks as well as tape drives.
Note: Bacula is interesting mostly to administrators of multiple computers. If you are an ordinary computer user, you may prefer to
look at the other free hard disk backup and imaging tools listed
instead. The others cater more to individual users, and are meant to be easy to use. Such tools capture a complete snapshot of your computer system so that
if your computer should ever fail, or it gets badly infected by a virus or spyware, you can restore it back to its original working condition.
Package:
Summary:
Keep track of form validation errors
Groups:
Author:
Description:
This class can be used to keep track of form validation errors.
It keeps track of the names and validation errors of the form fields that may be invalid.
The class also generate HTML to mark form fields as invalid.
Package:
Summary:
Manage a vote polling system
Groups:
Author:
Description:
This class can be used to manage a vote polling system.
It can record in a MySQL database the votes of the users in several possible options also defined in a database table of poll options.
It uses cookies to keep track of votes done by each user to prevent users voting again.
The class can also retrieve the statistics of votes done for each poll option.
Download it, test it, file bugs.
What’s new? All of this.
Good hunting, all you testers.
Package:
Summary:
Flat file database access abstraction layer
Groups:
Author:
Description:
This class implements a flat file database access abstraction layer. It can:
– Open a given flat file database
– Insert a new record with a given key
– Get a record with a given key
– Replace the value of a record with a given key
– Delete the record with a given key
– Optimize the database file