How to install ionCube Loader on ISPmanager?

How to install ionCube Loader on ISPmanager

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

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to Install and Setup LAMP on CentOS VPS

LAMP (Linux - Apache - MySQL - PHP) is a common webserver software stack for Linux. Installing...

How to get a trial period VPS / VDS?

We provide a test server for a period of up to 1 day.To receive trial period VPS / VDS you need:...

Windows Server - Change the Administrator Password

Procedures for changing Administrator passwords This topic provides procedures to change...

Как получить пробный период VPS / VDS от Asvhost?

Как получить пробный период VPS / VDS? Мы предлагаем тестовый виртуальный сервер на срок от 1...

How do I add an additional IP address in Windows 2003/2008 Server?

How do I add an additional IP address in Windows 2003/2008 Server? IMPORTANT: You do not have...