How to install ionCube Loader on Ubuntu

ionCube is a Zend-Engine extension to encode PHP files.

To install it on Ubuntu first download the software from ionCube's website.
Extract it to /usr/local.

For the 64 bit version:
  • cd /usr/local
    sudo wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
    sudo tar xzf ioncube_loaders_lin_x86-64.tar.gz

If you need the 32 bit version use http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz instead (further downloads can be found at http://www.ioncube.com/loaders.php)

NOTE: Make sure the extension is loaded by PHP:

  • echo "zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.3.so" | sudo tee /etc/php5/conf.d/ioncube.ini

That’s it! To test if ionCube loader is installed you can check the output of phpinfo(); it should contain the line ionCube Loader under Additional Modules. You can also copy the file /usr/local/ioncube/loader-wizard.php to your public web directory and run it via your web browser. It will run some additional tests and tell you if there are still any problems.

 



  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Install Postfix to configure SMTP Server. -- Fedora 16

[root@mail ~]# yum -y install postfix [root@mail ~]# vi /etc/postfix/main.cf #...

Install Dovecot to Configure POP/IMAP Server. -- Fedora 16

[root@mail ~]# yum -y install dovecot [root@mail ~]# vi /etc/dovecot/dovecot.conf # line...

Create SSL Certficates for Mail server - Fedora 16

[root@www ~]# cd /etc/pki/tls/certs [root@www certs]# make server.key umask 77 ; \...

Configure Postfix and Dovecot for SSL - Fedora 16

[1] Create certifcate first. Click here[2] Configure Postfix and Dovecot for SSL [root@www ~]#...

Install Cairo Dock 3.0 on Ubuntu/Linux Mint

To Install Cairo Dock 3.0 on Ubuntu/Linux Mint (Press Ctrl+Alt+T) and copy the following commands...