Skip to main content

ionCube Assistance, please!

Comments

2 comments

  • JaredR.
    There are two separate PHP installations on a cPanel server. One is internal for cPanel, and the other is for the sites that you host. The ioncube option in Home " Server Configuration " Tweak Settings installs IonCube Loader for the internal cPanel PHP. The internal cPanel PHP is only used for Webmail, phpMyAdmin, phpPgAdmin, and plug-ins that run inside cPanel. It has nothing to do with your sites, and that is why your site reports that IonCube is not installed. To install IonCube for the PHP that runs your sites, log into the server as root via SSH and run this command:
    # /usr/local/cpanel/scripts/phpextensionmgr install IonCubeLoader
    That will install IonCube Loader in the PHP that runs your hosted Web sites. You can use phpextensionmgr to install the following PHP extensions as well:
    # /usr/local/cpanel/scripts/phpextensionmgr list Available Extensions: EAccelerator IonCubeLoader Zendopt Xcache SourceGuardian PHPSuHosin # /usr/local/cpanel/scripts/phpextensionmgr help Usage: phpextensionmgr [options] [action] [extension] Options: --help Help message --prefix Installation prefix for PHP (normally /usr/local) Actions: install Install or update the extension uninstall Uninstall the extension status Display the installation status of the extension list Show available extensions
    0
  • ajlst21
    OK, thanks for the information and that's enlightening. I was attempting to do it via [url=http://www.ioncube.com/loaders.php]Loader Download - PHP Encoder, protection, installer and performance tools from ionCube (Linux 32 bit) on a VPS at GoDaddy and although it worked on their shared hosting, I cannot get it installed on their VPS, even though I do believe PHP 5.4 is running efficiently. I am calling on it via the .user.ini file in the root director. .vB Thanks!
    0

Please sign in to leave a comment.