| TOTAL: 72 Page: 1 of 4 |
|
Class Path Locator - Corneliu
This class is meant to resolve path of a [PHP class library] file to be included like in Java. You can specify the directory paths of several [class] libraries that are available and accessible on the system. This class can check whether a file with given name exists in any of the specified directory paths. If the file path is found it loads its file via PHP include or require statements. It's also possible only to receive the path of a given file. This can be used to load e.g. Template-fi


| Hits: | 153 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
class_requirement - MARY Mat
This class checks the availability of functions needed by an application scripts and their requirements to evaluate whether the PHP version being used satisfies such requirements to execute the application scripts.


| Hits: | 109 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
CNimda - lix-Gabr
Use this class to show the attempts of the new NIMDA Worm to infect your webserver. This code should work with all webserver using the Apache-logfile format. Now also scanning after "MSADC/root.exe" and "scripts/root.exe" when checking your log files.


| Hits: | 112 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
CVS NT - Pascal T
This class is meant to browse a CVS repository in the same Windows server where the class is being used. The class is capable of listing the modules, directories and files that are stored in the local CVS repository. This class requires the Registry class.


| Hits: | 128 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
DataDumper - Matt Dur
DataDumper will take a PHP variable (numeric, boolean, string or array) and convert it into a string containing the PHP code needed to re-create the variable again using eval().


| Hits: | 136 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
DEA - Benjamin
This class implements a very abstract, but simple model of an deterministic finite automaton. You can use it to a great variety of applications.


| Hits: | 118 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Debugging for Editor Homesite - Stephan
This package can be used to debug PHP code using the Homesite editor. The class homesitedebug can dump the contents of variables into a table. There are also two scripts for the for the editor Homesite named debug1.js and debug2.js . These scripts are integrated in the editor shortcuts. The script named debug1.js tells that the debug output should go to the file debug.html. The script debug2.js closes that output file. The code and the comments are in German.


| Hits: | 160 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Detector - Piotr Ma
This package can be used to determine which plug-ins the user browser supports and what is the available screen resolution. It uses AJAX to send the browser plug-ins and screen resolution information without reloading the current page. A script can collect the information sent via AJAX and store it in server side files.


| Hits: | 125 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
ecSQL - Richard
A couple of classes that brings the simplicity and smoothness into the development and maintenance of a PHP site with a mySQL connection.


| Hits: | 77 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Encode And Optimize PHP - Er. Roch
This class can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does. It can also compact the PHP source code files by eliminating comments, white spaces and empty line, making the output smaller and even harder to read.


| Hits: | 128 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
ENV Vars - Florian
This class provides an interface to manage enviroment variables like with the SET command in Windows Console. This is mostly useful when developing applications that rely on external programs that can be configured via specific environment variables. It provides functions to set and retrieve given environment variable values with support for protecting certain variables from being changed by the current script. The class also provides support for saving and loading the environment varia


| Hits: | 88 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
ErrorHandler - Gyozo Pa
This class is a powerful wrapper for PHP error-reporting features. It helps when developing new scripts and monitoring sites in production state, too. It has several enhancements (previously known as report layouts): * SOURCE = prints the source code fragment where the error encountered, * CONTEXT = prints variable context around error source, * SILENT mode = suppresses error-messages * REPLACE page = displays an arbitrary HTML or PHP page in case of error (useful in production st


| Hits: | 168 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Evaluate - Thomas B
The evaluate class extends the eval function to add the capability of mixing HTML and PHP. The class can handle within a text string which makes it possible to include HTML files.


| Hits: | 83 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Excel - alain sa
Implements the basic functionalities of Excel in PHP4 using the COM interface.


| Hits: | 123 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
extensive - Pablo Da
// This class'goal is return a number in extensive format, english language


| Hits: | 104 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
extenso - Pablo Da
Essa classe tem como meta retornar um número por extenso no idioma português


| Hits: | 98 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
feedback.class.php - Daniel E
Every business must be analyzed from a SWOT perspective (Strength, Weaknesses, Opportunities and Threats) at the same time it should be customer oriented. This class should be integrated into almost any type of business website to enhance customer value. It is free for use. Do not forget to change the email addresses to the correct ones.


| Hits: | 125 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Form auto Generator - Devta Si
This class builds completely an HTML Form based in a description of the fields, it's ideal to avoid writing one form any new table you have to feed. This contains only the form generator. And it´s builded over two classes, one builds the field and the other builds the entiry form. ----------- Esta clase crea un formulario HTML a partir de una descripción de los campos, es muy flexible y puede crear todo tipo de controles de formulario, se puede adaptar fácilmente para que la descripción de


| Hits: | 120 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
Getopt_Util - Leandro
Getopt_Util es una clase para simplificar el manejo de opciones de comando para hacer más simple el desarrollo de scripts para consola en php. --------------------------- Getopt_Util is a class to make easy the management of command options to simplify development of shell scripts with php.


| Hits: | 129 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |
gif2function.php3 - Pierre M
Embed those pesky little gif files right into your scripts.


| Hits: | 93 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-23 |