Posts Tagged With: Download PHP classes
Simple AJAX :: Execute server side actions without page reloading
This class can be used to execute server side actions without reloading the current page. It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page. The AJAX requests can be associated to server side PHP scripts that execute … Continue reading
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)
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
