Archive for May, 2009

Validate Game ID

Sunday, May 24th, 2009

Package:
Validate Game ID
Summary:
Validate and convert game identifiers
Groups:
Games, PHP 5, Validation
Author:
Lukas Mestan
Description:
This class can be used to validate and convert game identifiers.

It can take a game ID or steam ID string and determine whether it is valid.

The class can also convert steam ID to community ID.


Tags:
Posted in Uncategorized | No Comments »

XXXpROH4×0r

Saturday, May 23rd, 2009

Package:
XXXpROH4x0r
Summary:
Implements an IRC client bot
Groups:
Chat, Networking, PHP 5
Author:
cobra90nj
Description:
This class implements an IRC client bot.

It connects to a given IRC server and authenticates on behalf of a given user.

Separate scripts can send other IRC commands via the connection opened to the server.


Tags:
Posted in Uncategorized | No Comments »

PHP2HTML

Saturday, May 23rd, 2009

Package:
PHP2HTML
Summary:
Compose HTML documents programmatically
Groups:
HTML, PHP 5
Author:
svacant
Description:
This class can be used to compose HTML documents programmatically.

It can add individual tags or with enclosed data to the document being composed.

The class can also detect deprecated tags and add to the generated HTML Javascript code that displays warning messages when the page is loaded.

The added tags and data may be returned as strings or displayed as the current script output.



Posted in Uncategorized | Comments Off

[Free] New Digital Audio Editor: Wavosaur

Saturday, May 23rd, 2009

A new audio editor, Wavosaur, has been added to the Free Digital Audio / Sound Editors page. This one supports the usual assortment of editing features as well as support for VST plugins, ASIO, pitch shifting, vocal removal, loop, bit-depth conversion, etc. Like all the other digital sound editors on that page, it is free.

Tags:
Posted in Uncategorized | No Comments »

WordPress 2.8 Beta 2

Saturday, May 23rd, 2009

Download beta 2.  See changes since beta 1.

Tags:
Posted in Uncategorized | No Comments »

Simple benchmark

Friday, May 22nd, 2009

Package:
Simple benchmark
Summary:
Measure the time a PHP script takes to run
Groups:
PHP 5, Time and Date
Author:
James Blond
Description:
This class can be used to measure the time a PHP script takes to run.

It can take note of time when it starts and ends a given PHP script named section.

The class can return that elapsed since it the beginning and and end of a section.



Posted in Uncategorized | Comments Off

Image to PHP Standalone Output

Friday, May 22nd, 2009

Package:
Image to PHP Standalone Output
Summary:
Generate a class to serve a list of images
Groups:
Code Generation, Graphics, PHP 5
Author:
Tarcísio Xavier Gruppi
Description:
This package can be used to generate a class to serve a list of images.

It is based on the original Image to PHP class originally written by Ben Yacoub Hatem.



Posted in Uncategorized | Comments Off

backup & restore database

Thursday, May 21st, 2009

Package:
backup & restore database
Summary:
Backup and restore MySQL databases
Groups:
Databases, PHP 5, Systems administration
Author:
moha g.saeed
Description:
This package can be used to backup and restore MySQL databases.

It can generate a backup file that contain SQL statements to create all the database tables and insert its table record data.

The class can also read a previously generated backup file and execute the SQL in the file to restore the original database tables and record data.



Posted in Uncategorized | Comments Off

Paypal Pro Payment Integration

Thursday, May 21st, 2009

Package:
Paypal Pro Payment Integration
Summary:
Send payment requests to Paypal payments Pro API
Groups:
E-Commerce, PHP 5, Web services
Author:
Raj Trivedi
Description:
This class can be used to send payment requests to Paypal payments Pro API.

It can send HTTP request to the Paypal API Web servers to execute a given API operation passing a list of name and value pairs. It can also send requests to the sandbox API web servers.

The class returns the response name value pairs as an associative array.



Posted in Uncategorized | Comments Off

mb_cache

Wednesday, May 20th, 2009

Package:
mb_cache
Summary:
Cache page content output in files
Groups:
Cache, Files and Folders, PHP 5
Author:
James Blond
Description:
This class can be used to cache page content output in files.

It can check if a cache file for the current page exists and whether it is still valid.

If the cache file does not exist or it is expired, the class starts capturing the current page output and stores it the cache file when the scripts exits.

If the cache file exists and has not yet expired, the class outputs the contents of the cache file and exits.



Posted in Uncategorized | Comments Off