How To Install IonCube Loader 4.0.10 for PHP 5.1 on Centos
Go to http://www.ioncube.com/loaders.php
Download
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar xvfz ioncube_loaders_lin_x86.tar.gz
cd ioncube
Copy loader-wizard.php to location you can access on a web browser.
I then get told that there is an updated script so I down load the latest and update it.
mv loader-wizard.php /var/www/html
cp this file to a folder you can access from a browser.
Then follow the instructions
mkdir /usr/lib/php/ioncube/
Copy the downloaded files to /usr/local/ioncube
cp * /usr/lib/php/ioncube/
cd /etc/php.d
Download ioncube.ini from from the link on loader-wizard.php page.
But the ioncube.ini in /etc/php.d
Restart you httpd server
service httpd restart
Click on the test link and make sure everything works
http://localhost/loader-wizard.php
Loader Installed Successfully
The ionCube Loader version 4.0.10 for PHP 5.1 is installed and encoded files should run successfully.
Please contact the script provider if you do experience any problems running encoded files.
For security reasons we advise that you remove this Wizard script from your server now that the ionCube Loader is installed.
Done.
PS: put this code zend_extension=/usr/lib/php/ioncube/ioncube_loader_lin_5.1.so in ioncube.ini
loading...
loading...

