-
This is a simple class for generating an hash string from another string or the contents of a file.It just replaces the text being hashed with other characters specified in a translation table defined within the class.
-
Configuracion can be used to generate PHP scripts with configuration values. It can add one or more configuration variables to a list. Configuracion is a free PHP code generator. The script generates a PHP script file with code that assigns the given values to the respective values.
-
This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows.It generates HTML and Javascript to display the records of a MySQL table in HTML table rows that can be dragged to sort the table elements.The class sends AJAX requests to send changes of the table elements to the ...
-
This package can be used to generate HTML from element definitions in an array. It takes an array that describes properties of page elements and generates HTML that represents the described elements. It provides several classes that can be used to generate HTML forms with AJAX based validation and grids that support sorting and pagination. The presentation of the elements ...
-
Random Script is a PHP class to generate random text strings with a predefined set of characters. The user can set the generated string length, if it contains upper or lower cases, digits or define a set of characters to use in the generation process.Requirements: PHP 5 or higher
-
AjaxIto generates HTML with JavaScript code that can be called by other JavaScript code in the current page, so it triggers the execution of a given PHP class. AJAX requests that get sent are detected and the specified callback class is called. That class takes care of generating the response to the AJAX request. Requirements: PHP 4.0 or higher
-
The retrieved RSS feed is parsed to generate HTML links for all its items. The HTML is outputted as the current script output and so it can be used to generate feed item listings retrieved using AJAX requests. Requirements: PHP 5.2 or higher
-
robots.wizard(tm) is an open source (PHP), web-based, robots.txt generator and editor with a nice interface that allows you to browse the file system and check the boxes of files and directories you would like to disallow. robots.wizard(tm) allows you to efficiently generate accurate robots.txt files and provides a powerful server-side reference checker. It includes authentication to limit access to the ...
-
Facebook Custom Friends Selector generates the necessary HTML, CSS and Javascript to display a list of friends of the current Facebook user. The list of selected friends is submitted to a given URL using AJAX in order to avoid page reloads. Requirements: PHP 5.0 or higher
-
Kreatura is useful for creating an HTML page with several visual elements that should be displayed in specific places. This is often achieved by putting these elements into tables. However, creating many tables with a complex structure of row and column spans often becomes tedious and not very efficient.Tables can be built with this class by creating cells with given ...
-
This PHP script provides a pure PHP solution to create packed archives in CAB format from a given list of files. A CAB archive files, directories or even files can be added by MakeCAB from remote web servers. The generated CAB archive is written to a specified file.Requirements:- PHP 4.0 or Higher
-
HTML Tag Maker was designed so that it can easily be used in conjunction with other specific HTML element generating classes.
-
A password of a specified length and allowed characters can be generated.Password Generator & Checker can also check whether a password is secure by counting the number of letters and digits it contains and also the password length.Requirements: PHP 4.0 or higher
-
Specific characters can be defined in an array for use in the password generating process.
-
Secure Password generates an hash for a password using a random salt of a given length. The hash is generated using the SHA1 algorithm appended to the salt string.Whether a password matches a specified hash can also be checked. It applies the same method retrieving the salt for the hash string.


