Posts Tagged With: FREE PHP code

PHP Obfuscator :: Obfuscate PHP as base64 encoded strings

This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm. The generates script is saved to a file with a given name. Demo: http://demo.dmwtechnologies.com/PHP/PhpObfuscator/ Download: http://www.phpclasses.org/browse/package/4926.html http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)

Categories: Downloads, PHP Code | Tags: , , | 588 Comments

PHP Fancy Directory Browsing :: List the contents of directories in a Web page

This class can be used to list the contents of directories in a Web page. It can extract the list of directories and files and output the listing as an HTML table. The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | Leave a comment

PHP Debugger :: Output debugging information of the current script

This is a simple class that can output debugging information about the current PHP script that is being executed. The class has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed. … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 508 Comments