Focus on cloud service provider activities
Notes on website operation and maintenance

Extension method for installing IonCube Loader in WDCP and AMH panel environment

If we use VPS/server only for a simple website environment, we can easily build the environment by directly using the WEB panel and one click installation package. However, for some software tools with special customized program requirements, we may need various VPS based component extensions. For example, we are used to PHP version 5.3 or above, and the environment needs to support eAccelerator, Zend Optimizer, and ionCube Loader extensions,

Just to help a netizen solve the problem that AMH and WDCP panels need to be installed to support IonCube Loader extension, which is not sure that the spirit of sharing and key points are recorded for direct reference with friends next time. Lao Zuo has shared before“ Linux VPS Apache+PHP installation of the ionCube component tutorial "Here are different environments and different methods.

 Extension method for installing IonCube Loader in WDCP and AMH panel environment

First, download different versions of IonCube Loader

A - 32-bit system version

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar -zxvf ioncube_loaders_lin_x86.tar.gz

B - 64 bit system version

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar -zxvf ioncube_loaders_lin_x86-64.tar.gz

Select different system environments according to the number of version bits of our own system. If you do not know the number of bits, you can use uname - a to detect them.

Second, install the ionCube Loader extension in the AMH panel environment

A - Need to go to the/usr/local/directory

The corresponding version of IONCUBE components should be downloaded and unzipped in the document directory.

B - Add to the last line of/etc/php.ini

[ioncube_loader] zend_extension="/usr/local/ioncube/ioncube_loader_lin_5.3.so"

C - Restart the AMH panel

/etc/init.d/amh-start

PS: In the background components of the AMH panel, you can also search for the installation of IONCUBE components.

Third, install the ionCube Loader extension in the WDCP panel environment

There are many users of the WDCP panel, but some security maintenance should be paid attention to. Similarly, download and decompress the components in the/www/wdlinux/php/lib/php/extensions directory, and then click PHP INI file.

[ionCube Loader] zend_extension="/www/wdlinux/php/lib/php/extensions/ioncube/ioncube_loader_lin_5.3.so"

Finally, restart the WDCP panel environment to take effect.

To sum up, the ionCube Loader component is generally used less frequently by users, but there are still many customized programs to support. If you need it, you can refer to it.

Vote for you
Domain name host preferential information push QQ group: six hundred and twenty-seven million seven hundred and seventy-five thousand four hundred and seventy-seven Get preferential promotion from merchants.
Like( zero )
Do not reprint without permission: Lao Zuo's Notes » Extension method for installing IonCube Loader in WDCP and AMH panel environment