Updating ionCube PHP loader to the latest version on cPanel
You can know the current version of the ionCube PHP loader by executing the following command.
=========
  php-v
=========
You can get the latest version of ionCube PHP loader in the following url:
=========
 http://www.ioncube.com/loaders.php
=========
You can know your OS platform version by executing the following command.
=========
 uname -i
=========
The following commands can be executed in 32 bit OS for updating ionCube PHP loader.
=========
 cd /usr/local/src
 wget http://downloads2.ioncube.com/loader_downloads /iocube_loaders_lin_x.86.tar.gz
 tar -xvzf iocube_loaders_lin_x.86.tar.gz
 mv /usr/local/Ioncube /usr/local/Ioncube_old
 cp -r /usr/local/src/ioncube /usr/local/Ioncube
 service httpd restart or you can use “/etc/init.d/httpd restart”