-
Install and configure Ioncube to Xampp REFERENCE
-
How to install Ioncube Loader on CentOS, Debian and Ubuntu REFERENCE
-
Installation steps: It's for xampp version
- Download Ioncube Into
/opt/lampp
directory For 64Bit x86_64 Linux:
sudo wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.bz2
For 64Bit x86_64 Linux:
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
- Extract tar zip file
sudo tar xfz ioncube_loaders_lin_x86-64.tar.bz2
- Now copy loader-wizard in htdocs directory
sudo cp ioncube/loader-wizard.php htdocs/
- after run loader-wizard.php file, you'll get path of
Put the Loader files in
/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626
and then edit the file/opt/lampp/etc/php.ini
and before any other zend_extension lines ensure that the following is included:
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/ioncube_loader_lin_5.3.so
- Restart apache2/Php
sudo /opt/lampp/lampp restart
Thanks 👍