The sort of PHP Compiler

Posted by admin on December-11-2009 Add Comments

Bookmark and Share


The (sort of) PHP Compiler

By : Warren Smith

This class can be used to obfuscate PHP code.

It can parse one or more PHP source code files using the PHP tokenizer functions to remove comments and white space.

The resulting code can be compressed using gzip before it generates a self-extracting PHP script that decompresses the original obfuscated code.

It class can call an hook to further obfuscate the source after it has been compressed.

Download:
http://www.ziddu.com/download/7365507/sortacompiler-2006-07-22.zip.html

Post a Comment

You must be logged in to post a comment.