Monthly Archiv: March, 2010

Ceta

This script is something like bb. You can easily add it to your forum or chat. Just include ceta.php and cal function ceta("your text")! Its curnetly have smiles. You can remove powered by link for free.

Proxy

Package:
Proxy
Summary:
Extract lists of proxy servers from remote sites
Groups:
Code Generation, PHP 5, Web services
Author:
Petter Kjelkenes
Description:
This class can be used to extract lists of proxy servers from remote sites.

It goes through a list of remote sites and retrieve pages that contain lists of proxy servers.

The class parses the retrieved pages to extract the proxy server addresses.

It generates a PHP script with the details of all the proxy servers.


Apinstall

example bar
Package:
Apinstall
Summary:
Show a progress bar for a server job using AJAX
Groups:
AJAX, HTML, PHP 5
Author:
Pawel Janisio
Description:
This class can be used to show a progress bar for a job running on the serve using AJAX to update the bar.

It displays a bar place holder section on the page that will be updated when the job progresses.

The class also generates Javascript that uses the jQuery library to send AJAX requests to retrieve the job progress status.

The class gets update notices from the PHP script running the server job and updates a file that is updated with job progress information. This information is served to the browser when it gets the job status AJAX request.


CouchDB Session Handler

Package:
CouchDB Session Handler
Summary:
Session handler that stores data in CouchDB
Groups:
Databases, PHP 5, User Management
Author:
Jo Giraerts
Description:
This package implements a PHP session handler that that stores and retrieves session data in a CouchDB database.

The handler class implements all session management functions by sending HTTP requests to a CouchDB database.


[New] Free Royalty Free Music and Sounds

The new Free Royalty-Free Music and Sounds page lists websites that provide free royalty-free music, songs, and sounds that you can use on your websites, videos, powerpoint presentations and so on. If you are a non-musician and want to spruce up your work with some music or sound, and don't want to run afoul of copyright law, check this out.

Report

Package:
Report
Summary:
Show MySQL results in pages updated using AJAX
Groups:
Databases, HTML
Author:
kai
Description:
This class can be used to show MySQL query results in pages with browse links updated using AJAX to avoid page reloading.

It can execute a given MySQL query and display the results in an HTML table.

The table may have headers with links that sort the results when they are clicked.

The listing may also be split in multiple pages with a limited number of result rows. Pagination links are display to let the user browse other query result pages.

AJAX requests are sent to retrieve new pages of results when either the sorting or pagination links are clicked to avoid full page reloading.


Typesafe Enum

Package:
Typesafe Enum
Summary:
Implement enumerated values as class functions
Groups:
Code Generation, Data types, PHP 5
Author:
Fabian Schmengler
Description:
This class can be used to implement enumerated values as class functions.

It takes the name of a class and the list of names for enumerated values to define and generates code for a new class that defines the enumerated values.

The enumerated values can be retrieved using static function calls to the generated class.


Powered by Gewgley