| IonCube Loader Installation Guide |
|
|
|
|
In this tutorial we will explain how to install the IonCube loader, logically you will need a root access to the server on which your site is hosted to install PHP extensions but if you are on a shared web hosting you can install this extension with the PHP CGI. If it is not possible you can then take a quality hosting service from our company, just click here on ICI to discover our offers for personal and professional use at very good prices. <?php phpinfo();?>
Access it through an URL et take note of these 3 important lines : PHP Version : You will find it on the top of the page. You will need to edit it on the server or download it with a software like SSH Secure Shell or even FileZilla in SFTP mode and upload it again once modified. For example : If you have a Linux 64bits Server you need to download this file : ioncube_loaders_lin_x86-64.tar.bz2 Once downloaded uncompress the archive and transfer the "ioncube" folder on your server at the most convenient place which cannot be accessed by an URL For example : /usr/local/ioncube
Once transfer is done open the "php.ini", you need to add a line to allow the loading of IonCube loader sent on your server. Follow this explanation carefully for Linux, Mac and Windows. ; End:
Just add right under zend_extension = /usr/local/ioncube/ioncube_loader_lin_x.x.so
For Windows : zend_extension_ts = C:\wamp\bin\php\ioncube\ioncube_loader_win_x.x.dll
The x.x is the version of PHP. To know you version just remember what you have noted thansk to the phpinfo syntax in PHP Version. Do not write the group of version but the exact number. For example : I have a PHP 5.2.10 on a Linux Server, i must write ioncube_loader_win_5.2.dll Once edited save it or transfer it on your server and restart the Apache service to allow the new PHP settings to be validated. Tip : In each archive downloaded from the IonCube site a PHP file is given as a sample, his name is ioncube-loader-helper.php, transfer it on your site and follow their instructions, you will have more details to install IonCube loader. |