Informational Website publish

Blog

News about our company, tutorials about IT and much more you will find in this page.

How to install ionCube Loader on ISPmanager

Janeiro 30th, 2018

Check OS version / x86_64 or x86

  • uname -a

Download the IonCube to your OS version (x86_64 or x86):

x86_64

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

x86

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

Unzip the file to /usr/local/

  • tar xzf ioncube_loaders_lin_x86-64.tar.gz -C /usr/local/

Add ionCube modules in php.ini.
ATTN: 5.1 means that the version of php 5.1
For example, for php 5.2, you need to specify the file ioncube_loader_lin_5.2.so and ioncube_loader_lin_5.2_ts.s

  • echo ‘zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.1.so’ >> /etc/php.ini
  • echo ‘zend_extension_ts=/usr/local/ioncube/ioncube_loader_lin_5.1_ts.so’ >> /etc/php.ini

Restart httpd

  • /etc/init.d/httpd restart

Check ionCube

  • php -m | grep ionCube

or PHP

  • php -v