Monthly Archiv: August, 2010

PHP Omegle

One of my bots in action.
Package:
PHP Omegle
Summary:
Connect and chat with users of Omegle site
Groups:
Chat, PHP 5, Web services
Author:
David J. Thompson
Description:
This class can be used to connect and chat with users of Omegle site.

It can send HTTP requests to the Omegle site in order to authenticate as a given user and then it can send requests to message other chat users and get their responses.


Notes

Show's the Copy Right Notice
Package:
Notes
Summary:
AJAX based notes editor
Groups:
AJAX, Content management, Databases, PHP 5
Author:
Michael J. Fuhrman
Description:
This package implements an AJAX based notes editor.

It generates a user interface panel divided in three sections updated without reloading using AJAX: a menu, a folder list and the content viewer.

The content section displays forms for creating, viewing and editing notes.

The folders section lists the available section. The content section is updated when a folder item is selected to show the item content.

The menu allows the user to create, edit, view and delete notes or folders.


SQLite and MySQL

Package:
SQLite and MySQL
Summary:
Access MySQL and SQLite databases
Groups:
Databases, PHP 5
Author:
Waqas Ahmed
Description:
This package can be used to access MySQL and SQLite databases.

It provides two similar classes for connecting to MySQL or SQLite databases and executing queries.

The classes store the query results in array and return an object of another class that simplifies traversing the results array.


Episode tracker

Package:
Episode tracker
Summary:
Get TV show episodes information from IMDB
Groups:
PHP 5, Web services
Author:
Arturs Sosins
Description:
This class can be used to get TV show episodes information from IMDB.

It can send HTTP requests to the IMDB site Web server to retrieve several types of information.

The class can search for TV shows by a given or similar name, retrieve the list of show episodes of check for a given episode by title.


Box Cache

BoxCache logo
Package:
Box Cache
Summary:
Store and retrieve data in cache files
Groups:
Cache, Files and Folders, PHP 5
Author:
Alan Hoffmeister
Description:
This class can be used to store and retrieve data in cache files.

It can store a given data string in a cache file with a given expiry period.

The class can also retrieve the data from a cache file if it was already previously stored there and it was not yet expired.

It can also remove one or all cache files from the cache or just remove all those that expired.


Moos Validation

Package:
Moos Validation
Summary:
Validate submitted form values according to rules
Groups:
HTTP, PHP 5, Validation
Author:
Hugo Mastromauro da Silva
Description:
This package can be used to validate submitted form values according to rules.

The is a base class that can take a definition of validation rules and error messages and checks submitted form values to determine wether the submitted values satisfy the validation rules.

Currently the base class supports validating value text length, date format, non-empty passwords, e-mail addresses, numbers, URLs and IP addresses.

There is also a sub-class that provides support for additional rules for validating types of values used in Brazil like CEP, CPF, CNPJ, phone numbers, dates and user names.


Flash Message

Package:
Flash Message
Summary:
Store message to show to user in session variables
Groups:
User Management
Author:
Bryan
Description:
This class can be used to store and retrieve message to show to user in session variables.

It can set a given named message to display to the current user and assign it to a given session variable.

The class can also check if a named message was assigned and retrieve if so.


Simple login and database module

Package:
Simple login and database module
Summary:
Authenticate users with records in a MySQL table
Groups:
Databases, PHP 5, User Management
Author:
saeed ahmed
Description:
This class can be used to authenticate users with records in a MySQL table.

It can check a given user with a password. If the user exists and the password is correct, it will start a session and redirect the browser to a secure are page.


Powered by Gewgley