We are aware of a potentially service impacting issue. Learn more

Installing IonCube loaders Print

  • 28

It's necessary to install IonCube for Fantastico to work with cPanel. Fantastico will return a blank page without IonCube. Follow these simple instructions to install it (instructions are available if you don't have a control panel, scroll to the bottom of this article): 

SSH/WHM

  1. Log into WHM as root via SSH.

  2.  Run the below command to install IonCube Loaders without having to recompile Apache:

    /scripts/phpextensionmgr install IonCubeLoader

Easy Apache/WHM

IonCube Loaders can be selected under the Exhaustive Options List prior to compiling. Follow these images with instructions: 

1. Log into WHM as root.

2. Go to the EasyApache section of WHM.

1.jpg

3. Click 'Next Step'. 

2.jpg

4. Click on 'Next Step' again.

3.jpg

5. Click on 'Exhaustive Options List'. 

4.jpg

6. Find 'IonCube Loader for PHP in the list and select the check box. 

7. Click 'Ok' to confirm. 

5.jpg

8. Scroll down and click 'Save and Build'. 

6.jpg

 9. Click 'Ok'.

7.jpg

10. Read and acknowledge the warning and click 'I understand'.

8.jpg

11. Allow time for the screen changes. Click 'Close' when done. That's it!

9.jpg

10.jpg

11.jpg

12.jpg

No control panel 

  1. Download the latest loaders from http://www.ioncube.com/loaders.php
  2. Extract the contents of the archived file.
  3. Upload the folder IONCUBE via FTP to your domain.
  4. Establish an SSH connection with the server using a client such as Putty for PC or Terminal for Mac. This is usually done using the command: SSH [email protected].
  5. Browse the public folder where you uploaded the IONCUBE directory (search internet for change and view directory commands in Unix).
  6. Move the ioncube folder to a permanent location by entering:
    mv ioncube /usr/local.
  7. Locate the php.ini file by entering:
    locate php.ini

     It should be in /usr/local/lib/php.ini. Now that you know the location of php.ini you need to edit it:
    pico /usr/local/lib/php.ini
  8. Find the location of other zend extensions in the file with:
    ctrl + w: zend_extension
  9. Paste in your new line for ion cube loader (Replace x with your version of PHP eg. 4.4):
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_x.so 
  10. Save the changes: ctrl + X then Y and enter.
  11. Restart the web server to take effect: /etc/init.d/httpd restart.

Was this answer helpful?

« Back