ULTIMATE ENCODER HELP

HELP

For any help or assistance please write us to support@phpdefend.com, We assure you, you will get response from our representative within 12 hours or less (except holiday's).

Ultimate Encoder is an application that fulfill all the requirments of PHP code protection and PHP developer will be full flexible about his /her code security, actually it is a combination of our two application ,PHP DEFENDER and PDW ENCODER, so with the help of this application you can Protect your PHP source code on with loader based method and without loaderbased method.
Php Defender can be installed on windows xp to windows 10+ . if you want to install on win-xp to win7 then no issue but from win 8.1 to win 10+ you will get windows smart screen issue. For handle your smart screen you can see our question "How to install php defender on windows?". Although it is a 32 bit windows application so most 64 bit of windows version will support it, if your windows not support the installation then please contact with us.
(1) First download The Zip file from http://Phpdefend.com
(2)Unzip the file by right click on the zip file and select unzip/extract from pop-up menu.
(3)right click on the extracted File ul_setup.exe and select "Run as administrator" from pop-up menu.

(4)If your windows version 8.1 or latter then you will see windows smart screen alert, here you will click on "More info". see the below picture:-

(5)After click on "More info" from above mentioned picture you will get below screen and click on "Run anyway"

(6) After click on "Run anyway" you will get a normal user account control message here you will click yes button. see the below picture.
We have not any direct installation packeg for linux installation, but if you want to use this application on Linux OS then first you need to install Wine / Virtual machine on your Linux. After successfully install any one of the application you can instal Ultimate Encoder into this application and run the application.
We declared our application is fully cleaned here you couldn't found any malicious activity but few AV company showing "False Positive" alert. We think Defender is flagging our exe, because it is not actually installed into Windows it is use its own environment so many security software, including Defender will flag a lone exe, although we are trying to remove from their database by contacting those AV company. if you trust us , you can use our application without any hesitation. Open Windows Security. Open Virus and Threat Protection and click on Threat history/Protection history. Under “Quarantined threats” click See full history. Now look for the our files' that you want to restore and click on Restore Then Click on Allow. Later, you can navigate to Virus & threat protection > Virus & threat protection settings > Exclusions and whitelist files to prevent Windows Defender from deleting them again. Also you can view microsoft forum regarding this issue of windows defender and solutions.
Ultimate encoder is a windows GUI application so it is very easy to operate. you will get flexible option of PHP source code encoding into this application, you can select loader based encoding or a without loader based encoding by click on exact button. encoded file with loader based method require ioncube loader 12.02 or higher installed into local or web server, and encoded file without loader based methode will run normally without help of any specially installed loader. So run the application and click on your desired encode method burtton and select your source and destination folder then Click on "ENCODE NOW" button
encoded file with loader based method require ioncube loader 10.4 or higher installed into local or web server to run , and encoded file withot loader based methode will run normally without help of any specially installed loader. Both encoding provide you good security for your PHP source code. Loader based security is slightly higher from without loader based but all web server not previously installed ioncube loader so it will be a hedeq of your clients for installing ion cube loader into their shared web server.
Using WITH LOADER encoded PHP files requires ioncube loader 10.4 or higher installed on the webserver or localhost. you will check it by using our Tester file. For your reference! an automated Installer and Wizard are available to help with install ioncube loader, that will be found on "ioncube.com/loaders.php". ioncube loader is not our property but it is compleatly FREE for all, so you need to download and install it by yourself.
Using WITHOUT LOADER encoded PHP files is a self decodeble encoding hence it will run normally into all most all web or local server without any changes into the normal setting.
Yes. You can, no problem mix encoded with non-encoded files.
First in time of encode your project, you will must setup enable license option and give the folder name and licensefile name wit any 3 chrecter extenction. Next click on "LICENSE BUILD MANAGER" button and must select the proper License for "with loader encryption" or "without loader encryption", either your license file will generate too many error.
For example :- Our root directory is "WWW" and our Project Folder name is "Myproject". We are encoding it into WITH LOADER BASED method. In time of encode the project, enable license radio button and and put the correct license file path into "License file include location" Myproject/Licensefolder/License.txt you can use any file extension or any folder or subfolder into root directory. See the below settings
PHP Source Code Protection
Now encode your project. after encode your project click on LICENSE BUILD MANAGER button, after open it, select license type from radio button and Put the license File name into the first input box and setup license as per your requirmrnts and generate a license file. see the below screen for our project
PHP Source Code Protection
After create the license file copy it to inside the www/Myproject/Licensefolder/ and run your php project.
After encode, some time not work properly __FILE__ and __DIR__, so how to solve this issue just follow the below code style example.
Declar one time or as you want $file= $_SERVER['SCRIPT_FILENAME']; $dir = dirname($file); Now use the $file as a replacement Of __FILE__ and $dir as a repacements of __DIR__
We think you are using "ob_start("ob_gzhandler");" into your source code, if possible avoid this command and you will not see any Content Encoding Error message.