Installing ionCube Loader in Windows Server
ionCube Loader is a free PHP extension used to decode PHP files encrypted using ionCube’s PHP Encoder. Follow the steps below to install it in a Windows machine.
- Download the Windows installer file from http://www.ioncube.com/loaders.php.
- Run the installer and select a temporary folder to extract the files to.
- Move the extracted files from the temporary folder to PHP’s extensions folder. If you are using Parallels Plesk the extensions folder is “C:\Program Files\Parallels\Plesk\Additional\php\extensions\”.
- Then edit the php.ini file, the path for Parallels Plesk is “C:\Program Files\Parallels\Plesk\Additional\pleskphp5\php.ini”, and add the following lines at the end:
[ZEND]
zend_extension_ts =”<php extensions folder>\ioncube_loader_win_<php version>.dll”<php extensions folder> is the path extensions folder
<php version> is the first and second parts of the versionFor example this is what you’ll add for PHP 5.2:
[ZEND]
zend_extension_ts =”C:\php\extensions\ioncube_loader_win_5.2.dll”





