Zend Guard 6.0 installed, also cracked, the PHP file is also encrypted, now need to be how the server normal access to the encrypted PHP file. That is to say how to build zend environment. Please see the following steps:
First step: View the PHP version
Description: Because the encrypted PHP file is php5.4 version, so the PHP version on the server should also be 5.4.
The second step: the encrypted php file uploaded to the server to see the effect
Prompted PHP file with Zend Guard encryption, need to install Zend Loader/zendoptimizer
Step three: Download Zend Guard Loader
First of all, the following zendoptimizer no longer support PHP version of more than 5.3 of the, can only use Zend Guard Loader. So download Zend Guard loader file for Windows/linux. Windows corresponds to the DLL file, and Linux corresponds to the so file.
Step Fourth: Modify the php.ini file
Put the downloaded Zend Guard loader.dll/zend Guard loader.so file into the PHP Extension Module directory module/ext.
Windows version is also similar, here is not much to say, because my local environment is Wamp, and Wamp PHP is the Thread safe mode, and Zend Guard loader can only use in the No Thread safe version, So here's just the Linux version.
Step Sixth: Restart the HTTPD service to see if Zend Guard loader installed
Step Seventh: see if the encrypted file is normal
Or the prompt does not install Zend Loader ... How to solve?
Eighth step: SELinux the reason, temporarily close selinux.
and restart the httpd service.
Step nineth: View effects