Tutorial cara install php ioncube loader di CentOS VPS secara manual
- Masuk ke direktori vhost domain
cd /home/demo.jadoel.info/public_html/
- Download ioncube loader untuk centos
- untuk centos 32-bit (x86)
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
- untuk centos 64-bit (x86_64)
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
- untuk centos 32-bit (x86)
- Extract ioncube yang sudah di download tadi
- untuk centos 32-bit (x86)
tar xvfz ioncube_loaders_lin_x86.tar.gz
- untuk centos 64-bit (x86_64)
tar xvfz ioncube_loaders_lin_x86-64.tar.gz
- untuk centos 32-bit (x86)
- Sekarang buka browser
http://domain.com/ioncube/loader-wizard.php
- Jika terdapat pesan error
Please note that the following problem currently exists with the ionCube Loader installation:
The necessary zend_extension line could not be found in the configuration.
maka ikuti petunjuk dibawahnyacp /home/demo.jadoel.info/public_html/ioncube/ioncube_loader_lin_5.4.so /usr/lib/php/modules/
kemudian edit php.ininano /etc/php.ini
tambahkan pada php.ini
zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.4.so
- restart webserver
disini karena menggunakan nginx maka:service nginx restart
- Reload browser
ionCube Loader Wizard
Loader Installed Successfully
The ionCube Loader version 4.5.3 for PHP 5.4 is installed and encoded files should run successfully.