-
phpSecurityAdmin is a PHP application that was designed to be implemented in custom Content Management Systems (CMS). The ease of use allows the CMS programmer to concentrate on creating a quality application without having to waste a lot of time on the security access side of the system.This application can be used for restricting access to web pages based on ...
-
crontab is for creating scheduling cron jobs.
-
Cookie session stores session variables in a persistent cookie, so when the user returns to the site after the session has expired, the session variables may be reloaded from the cookie, as if the continues the navigating in the site using the same session.For instance, if you use a session to store information about the data that a user entered ...
-
AdminPro is an user authentication class based on a MySQL database and the PHP Session functions. It was written for Web sites that need some password protected area.AdminPro class includes an user management application script, as well a MySQL table setup application script.Functions of AdminPro class:- Login and logout a user via Web based forms.- Expire the session of an ...
-
Simple Login class is meant to manage the access permissions of multiple users to Web pages of a site. It can be used to ask for your site users to authenticate to have access to protected pages. You only need to insert one line of code at the top of your site protected pages to use this system.Simple Login class ...
-
Date Picker classes is meant to generate HTML month calendars that can be browsed by the user to let him pick a data.This is an improved version of the BD calendario class originally published in this site by Samuel Aiala Ferreira. The original script did not work when going from December to January and back again. That and other bugs ...
-
Another modified version of CDI's Fast Template with new 'clean' code and some neat features.
-
PDF Generation class. Uses an XML input file w/ simple substitutions to generate a PDF document.
-
File upload php class is meant for handling files uploaded via Web forms. It includes a function for storing the files with encoded names with two options: md5 and latin.Additional methods also are included in a class to resize file images or output listings of the uploaded files in the destination storage directory.
-
Upload Class is meant to assist in the management of files uploaded via Web forms.It provides means to copy the uploaded files a separate folder. If the files are images in the GIF, PNG or JPEG format, it may also generate thumbnails by rescaling the uploaded images.Abasic upload script.. You can also resize the uploaded image and create thumbnails with ...
-
upload.inc.php is a class for managing files uploaded via Web forms. Given the form file field name, it can determine if the file upload was performed correctely and does not exceed a given size limit.If everything is correect, the class can move the uploaded file in a given destination directory. upload.inc.php may also check whether the destination directory has sufficient ...
-
Config Tool is meant to read configuration information from the external text file. Configuration information is placed in the text file with normal format as name-value pairs.With Config Tool you can read and use configuration variables with object reference, modify key value pairs and save modified object back to the file.Class supports commenting with your favourite marks. Only alphabetically started ...
-
Config Magik is meant to read and write configuration files in the .ini format.Features of Config Magik:- Load and save ini style configuration files- Optional automatic synchronization by updating the file after each change of a key value- Protected mode for securing your sensitive data from being accessed directly from the Web- Supports for sections- Add and remove key value ...
-
Calendar classes is meant to generate HTML to display a given month of the calendar.
-
Numtoword class can spell a number returning its textual representation. It can spell integer and decimal amount values.Numtoword supports spelling ammounts in multiple idioms: English, Spanish, French, Italian, German and Brazilian Portuguese.


