ionCube is an encoder (encryption method) used to help protect the php files from software piracy. It is normally used by software vendors to deliver their php software(s) in some sort of encoded format to help protect their copyrights and licensing distribution.
The ionCube version of Ultimate Locator is meant for Linux, Unix and FreeBSD platform servers. ionCube can also be run on a Windows server though.
Outsource support
Here are the installation steps for ionCube loader:
Download link: http://www.ioncube.com/loaders.php
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar -zxvf ioncube_loaders.tar.gz
cd ioncube
mv ioncube /usr/local/
You can check the path of the php.ini file with the below command:
php -i | grep php.ini
Edit the php.ini file with the following command:
nano php.ini
Then, add the below line in the php.ini
zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so
So, now determine if ionCube is on your dedicated web server, do the following:
Add the below code in you a php file, usually in case of cPanel server it is under your public_html directory
And, access the file in your favourite browser.
Using SSH you can check it with the command:
php –v
source
Knowledge base web hosting guide, world best web hosting guide magazine webhostingmatters.com
The ionCube version of Ultimate Locator is meant for Linux, Unix and FreeBSD platform servers. ionCube can also be run on a Windows server though.
Outsource support
Here are the installation steps for ionCube loader:
Download link: http://www.ioncube.com/loaders.php
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar -zxvf ioncube_loaders.tar.gz
cd ioncube
mv ioncube /usr/local/
You can check the path of the php.ini file with the below command:
php -i | grep php.ini
Edit the php.ini file with the following command:
nano php.ini
Then, add the below line in the php.ini
zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.2.so
So, now determine if ionCube is on your dedicated web server, do the following:
Add the below code in you a php file, usually in case of cPanel server it is under your public_html directory
And, access the file in your favourite browser.
Using SSH you can check it with the command:
php –v
source
Knowledge base web hosting guide, world best web hosting guide magazine webhostingmatters.com