Hosting

  1. Home
  2. Support
  3. Hosting
  4. PHP
  5. PHP/ionCube

PHP/ionCube

 

  1. Download ionCube from https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip
  2. Extract the zip file and locate the appropriate .so file for the PHP version you are using (for example ioncube_loader_lin_7.4.so or ioncube_loader_lin_8.1.so).
  3. Upload the .so file to the index of your website using the control panel file manager or FTP account.
  4. Within your control panel under Advanced > Developer Tools > php.ini editor create a new directive as follows:
    1. Directive: zend_extension
    2. Value: text
    3. Text: /var/www/$website-uuid/$ioncube.so (where $website-uuid is for the website you want to enable and $ioncube matches the filename for your ioncube version)
    4. Click Create
  5. You should now find ionCube loaded with your PHP for the website.
Was this article helpful to you? Yes No 1