Enabling ionCube Support
Print this Article
Comment on this Article
Last Updated:
January 12, 2010 12:53 PM
By default, ionCube support is not enabled on our Linux hosting accounts, but you can enable it. Windows hosting accounts do not support ionCube.
To Enable ionCube Support
- Download the compressed Linux x86 binary file from ionCube's site.
- Upload the compressed file to your hosting account. For more information, see Uploading a File to Your Hosting Account Using the File Manager.
- Unarchive the compressed file in your hosting account. For more information, see Unarchiving Files and Directories.
NOTE: Unarchiving the compressed file creates the necessary
/ioncubedirectory. - Add the following lines of script to your
php.inifile using PHP4 orphp5.inifile using PHP5 to reference the absolute path to the binary:[Zend]
zend_extension=/absolutepath/ioncube/ioncube_loader_lin_X.X.soNOTE:: If your account does not have a
php.iniorphp5.inifile, you must create one.- To find your absolute path, see How do I find my absolute hosting path?.
- Replace "X.X" with "5.2" using PHP5, or "4.4" using PHP4.
NOTE: The
zend_extensionscript must appear as the first line after[Zend].