Tuesday, November 13, 2012

MYPHPGUARD free php obfuscator UPDATE


There is a new release of Myphpguard. This is a good free php obfuscator and encoder.

This new version of obfuscator has few changes:
- There are no limits to the number of files in the project.
- Fixed some bugs when processing php files.

Also available is an installer for Windows.

INSTALLATION
For Windows 98/Me/XP and later:
  1. Download the installer.
  2. Double-click the installer file to run it. 
For others platforms with Mono 2.8.x
  1. Download the zip with binary files, extract it to any folder.
  2. Execute the command  mono  EXTRACT_DIR/MyPhpGuard.exe to run the obfuscator. 
DOWNLOAD LINKS

Myphpguard installer + portable 1.3.54d

http://www.mediafire.com/?2pnh2pjk87c9rhd


Myphpguard windows installer (.msi)


Myphpguard portable (.zip) for .net and mono

How to use the php obfuscator 







Know issues

There are known issues when using this php obfuscator. 1)Static strings and advanced obfucation static $name="php name"; result not work static $x355=myfunc(); In this case disable "Use Advanced Obfuscation for String and varnames". 2)Varname Hiding and Superglobals within functions or class methods function Test() { echo $_POST['data']; } result: function x545(){ echo ${myfunc()}[myfunc()]; } Here ${myfunc()} don't work To solve this just uncheck "Enable var Names Hiding" 3)Variables ${'Name'} result: $ft45{myfunc()} don't work If anyone has any other problems with this obfuscator can report me. Meanwhile we will continue working to improve this program.