How to install ioncube on direct admin server

Go to the below path

cd /usr/local/src

Download the tar file using the below link

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

Extract that file using the below command.

tar xvf ioncube_loaders_lin_x86-64.tar.gz

Move the file

mv ioncube /usr/local

Open php.ini file.

/usr/local/lib/php.ini

Add the below link into it

zend_extension = /usr/local/ioncube/ioncube_loader_lin_xxxx.so

Restart apache

/etc/init.d/httpd restart

 

Comments are closed.