Last update at :2023-12-25,Edit by888u
Currently, there are many programs or templates that require Zend Guard Loader to decrypt, most of which are based on php5.3 or php5.4. By default, WDCP does not install Zend, whether it is the latest version or any previous version. Guard Loader plugin.
The following will briefly talk about how to install Zend Guard Loader on the WDCP control panel. Online installation is convenient and fast, and the whole process can be completed in less than 1 minute!
1. Use wget command
wget http://down.wdlinux.cn/in/ZendGL_ins.sh sh ZendGL_ins.sh
After installation, the configuration code will usually be automatically added to php.ini. If not, you can add it manually. This site also adds it manually. You can add it directly in the background of the WDCP control panel without any commands. Path: Backend-Website Management-PHP Settings-Online Editing-Finally find Zend. The default one is related to Zend Optimizer. Just add the following code at the end and you're done!
[Zend]
zend_extension =/www/wdlinux/Zend/lib/ZendGuardLoader.so zend_loader.enable = 1
After adding it, it is best to restart it! This method has been used many times on this site and there have been no problems so far!
Recommended site search: Ministry of Industry and Information Technology website registration system, agency service IP, Mainland China virtual host registration number query, website registration, cm domain name registration, US virtual space, overseas servers, servers, Alibaba Cloud servers,
p>
发表评论