-
Process Wait Screen is meant to generate a wait screen that is display during the execution of a long processes to make the wait more tolerable for the users. It supports displaying wait screens in pages accessed via either GET or POST methods. It also can disable the ability of letting user to repost form. The generated wait screens are ...
-
cUser is meant to add, remove and authenticate users with records stored in a database.It comes with module class to manage the storage of users in a MySQL database but it can be replaced with modules to store in other databases.
-
Password Generate is a simple class that can generate random password strings that satisfies agiven criteria.The generated password has a given length and may include an optional user defined prefix, upper case letters, lower case letters, digits and special symbols.
-
sessionSharing is meant to share session variables between different sites.All session variables of one site can be passed to another site using special URLs of links that contain encoded versions of the session variables of the origin site.
-
Form Validate Class can be used to compose and output HTML forms that include Javascript based client-side validation rules to check the form inputs. It can compose forms with inputs of the types: text, password, hidden, textarea, radio, checkbox, select, file, reset, submit.The form input definition parameters may include the respective input label and validation requirement. When the form definition ...
-
FloodDam can be used to protect a site against an abusive number of accesses. It determines the IP address of each user accessing the site PHP scripts and keeps the access counts stored in distinct files per each IP address.When the number of accesses from an IP address exceeds a configurable limit, the class exits the current script and the ...
-
Database access class is a class for interchanging data between databases and forms.Features of Database access class:- Inserting a new row into a database table with data from forms.- Loading form fields from database table row.- Updating database table rows from form fields.- Deleting database table rows with criteria defined by values from form field.- Building list in an array ...
-
Report Generator can generate customizable HTML reports from a given database structure. It presents a report preparation form page with the options that the user can customize.After the user submit the form, the class creates the report output in HTML.The report created taking the structure in which you have a table with foreign keys, and you want to know specific ...
-
Simple Mail php Class is a very simple class that can be used to send e-mail messages by relaying to a given SMTP server. It takes parameters defined as class variables for specifying the message sender, recipient, subject, body text and additional header.The mail server address and the SMTP port are also configurable using class variables. Simple Mail php Class ...
-
NT MAC Address is meant to retrieve the MAC address associated to a network card of a computer in the same local network.This class works only under Windows 2000 or later and can retrieve the MAC address of either the network card associated to the IP address of the current Web server or the client accessing to it.NT MAC Address ...
-
PasswdAuth uses the .htpasswd to authenticate access to your PHP script.
-
The htaccess class manages the htaccess functions of Apache Webservers. Without knowing much knowledge of Apache, users can be added or deleted, groups can be created and deleted, .htaccess files can be created with this class etc.
-
IAM Backup is a PHP script for backing up an entire database and sending the dump to the browser or download it as a file. It consists of two classes, one performs the backup of the selected MySQL database, and the other restores the database. Both of them support gzip-compressed files for improved performance.When performing the backup, the user is ...
-
SubmitForce is a HTTP based URL submission class.It can submit URLs of pages that you want to be listed by search engine sites using GET or POST methods of form submission.New engines can be added to the engines.dat configuration file.
-
A simple expat based XBEL-file parser(XML Bookmark Exchange Language). Used by browsers and bookmark editors to exchange links.Have your own bookmark displayed in a easy way with lot of styling options.


