-
Folder Stats classes can generate a listing of the files of a server side directory.The listing is generated in a XML format that can be served of a Flash applet that interacts with the Web server to browse the directories and show the file listings in detail.The directory XML listing returns the names of all files and directories, the entry ...
-
Folder Stats can generate a listing of the files of a server side directory.The listing is generated in a XML format that can be served of a Flash applet that interacts with the Web server to browse the directories and show the file listings in detail.The directory XML listing returns the names of all files and directories, the entry type ...
-
HTTP Request class can be used to send HTTP requests to remote Web servers from Javascript code in Web pages without the need to reload such pages.The class generates the necessary Javascript for performing the HTTP requests and handle the returned XML responses. It uses same technology behind Gmail and many other sites, that is also known as AJAX.
-
SSH in PHP implements a SSH client to securely execute shell commands in a remote server using an encrypted communications channel. This class is not based on any PHP extension specifically meant to implement the SSH protocol. It only requires the PHP extensions bcmath and mcrypt.SSH in PHP can connect to a SSH server, authenticate with given user and password, ...
-
SMTP Mail is a simple class for sending e-mail messages through a given SMTP server.SMTP Mail main function is similar to the PHP mail() function as it also sends a message by connecting to a given SMTP server and taking as arguments the message To: address, the Subject: text, the message body data, the From: address and an optional Cc: ...
-
DB eSession is meant to manage session data stored in a MySQL database using PHP built-in session handling support.Features of DB eSession:- Stores session data in a MySQL table using session handler built-in PHP.- Handle session expiration and cleanup.- Supports the changes of session related configuration settings (including of PHP 5).- Allows for normal or persistent MySQL database connections.- Access ...
-
Combo Box is a simple class for generating HTML form select inputs with options defined from data retrieved from a MySQL database table. The class takes the name of the select input and the name of a MySQL table to query as required parameters.Combo Box generates a form select input using the value of the first column of the query ...
-
ADODB SQL 2 Excel can be used to generate Excel files in the XLS format from database query results.This is an altered version of of the SQL 2 Excel class that uses ADODB API instead of MySQL. It extends the GeraExcel class to generate Excel files from the results of execution of an SQL query.ADODB SQL 2 Excel takes an ...
-
Currency Display & Convert are classes that allow youto perform Currency conversion and display according to national formats.Display and Conversion are decoupled to ease customisation and reusability.
-
Template engine for PHP that allows to store your html code apart from your php code. It was tested with php 3.0.11.Features of XTemplate:- Simple variable interpolation ( {STUFF} )- Array variable interpolation for eg. {ROW.ID} {ROW.NAME} {ROW.WHATEVER}, you assign an array to the variable ROW once- Global PHP variables available without making assigns for eg. {PHP.HTTP_HOST} {PHP.PHP_SELF} or any ...
-
MSNStatus is meant to retrieve the status of a MSN Messenger account. The class can also check if there are messages in the incoming mailbox of a given e-mail address.
-
MySQL Form Generator allows you to generate complex input forms directly from a MySQL Database Table, and then automatically inserts the user's input back into the database.Currently MySQL Form Generator supports Insert and Update in MySQL only.
-
MSN Contact list Grabber can grab the list of contacts of a MSN Messenger user.It can connect to a MSN Messenger server logging as an user with the given credentials to retrieve the identity of the users in the list of contacts.
-
Class.Jabber.PHP is a class which you can use to connect to the Jabber network. It allows you to easily connect to a server and interact with it.It supports all packet types (message, iq, and presence), is very flexible, and offers both high-level methods (registration, message sending, etc.) and low-level methods (packet sending, etc.).
-
Simple MSN Class is meant to connect to a MSN Messenger server, login as a given user and handle chat requests with other users.The package comes with a separate class that acts as robot that interacts with other connected users.


