Monthly Archiv: May, 2009

Header

Package:
Header
Summary:
Compose and send HTTP response headers
Groups:
HTTP, PHP 5
Author:
Kai Dorschner
Description:
This class can be used to compose and send HTTP response headers.

It can add headers to the current HTTP request response for several purposes, such as redirecting the request to another URL, setting the content type or content disposition for downloads.

It can also set the response status and automatically determine the textual description by looking up a list of known response codes.

Once the list of headers is fully defined, the class issues the response header output commands.


Foro

vista general
Package:
Foro
Summary:
Manage forum messages stored in a MySQL database
Groups:
Databases, Forums
Author:
adrian
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.


Connect to SSH

Package:
Connect to SSH
Summary:
Execute programs in remote computers using SSH
Groups:
Cryptography, Networking, PHP 5
Author:
Lukas Mestan
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.


olDelete

Package:
olDelete
Summary:
Delete aged files and folders
Groups:
Files and Folders, PHP 5
Author:
Carlos
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.


QTransfer

Package:
QTransfer
Summary:
Send HTTP requests and process XML responses
Groups:
HTTP, PHP 5, XML
Author:
Tom Schaefer
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.


[New] Free Hard Disk Backup Software: Bacula

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.

PHP Ajax Voting system

Package:
PHP Ajax Voting system
Summary:
Manage a vote polling system
Groups:
Content management, Databases
Author:
Nick Asenov
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.


Powered by Gewgley