Is Ioncube Installed? |
---|
IonCube is now installed on all servers. You can use it by creating a php.ini file in your /public_html directory. In this file, you should have the following: [Zend]
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
Note, if you are using PHP5, you can change
to zend_extension=/usr/local/IonCube/ioncube_loader_lin_5.2.so After the php.ini file is created, you need to edit the .htaccess file to add: suPHP_ConfigPath /home/username/public_html
You can verify that everything is loaded properly by looking at phpinfo() output. You can create a php file containing: Above the line that says PHP Credits, you will see a box and in this box should be references to IonCube PHP Loader and Zend Optimizer. If you can not get this working, feel free to open a ticket on our helpdesk and we can assist you with this. |