PHP DEFENDER 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).

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 PD_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.
PhpDefender is a windows GUI application so it is very easy to operate. We recommend you after run the Php Defender see the red marked area is it showing "you are running in proper License Mode" if not then it will not encode anything . Your second step is select your source and destination folder then Click on "ENCODE NOW" button
Using PhpDefender encoded PHP files requires ioncube loader 12.02 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 hence you need to download and install it by yourself.
Yes. You can, no problem mix encoded with non-encoded files, also you can mix dynamic + normal encoding + un encoded files.
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.
For example our root directory is "WWW" and our Project Folder name is "Myproject". 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 go to the application Tools menu and select License manager after open it Put the license File name into tho 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.