How to install ionCube loader on Ubuntu


Salam all ..

In this section share about ioncube.

if you have php script and it is encrypted with ioncube encrypter, So you must Install ioncube in your Box.

I am use Ubuntu in this section.
lets Do it*

Open your terminal and type :
 cd /usr/local
 wget http://downloads2.ioncube.com/loader_download /ioncube_loaders_lin_x86.tar.gz        
tar -xzf  ioncube_loaders_lin_x86.tar.gz

Next check if PHP loaded the extensions :
echo "zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.4.so" | sudo tee /etc/php5/conf.d/ioncube.ini

Restart your apache :
service apache2 restart

Note : 
for 32-bit :
http://downloads2.ioncube.com/loader_download /ioncube_loaders_lin_x86.tar.gz

for 64-bit :
http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
Title : How to install ionCube loader on Ubuntu
Description : Salam all .. In this section share about ioncube. if you have php script and it is encrypted with ioncube encrypter, So you must ...

0 Response to "How to install ionCube loader on Ubuntu"

Post a Comment