Results 1 to 16 of 16
  1. #1

    Post HOW TO: Install IonCube Loader

    There will be a time when you need IonCube loader in order to run PHP scripts encoded with IonCube. So here's a quick guide which will tell you how to install IonCube loader using SHELL.
    • Root Shell Access to your server.
    • Download the loader suitable for your server from here: http://www.ioncube.com/loader_download.php.
    • Unpack the binary file by using this command tar -zxvf ioncube_loaders.tar.gz (Change the ioncube_loaders.tar.gz to the file name appropriate for your server)
    • After extracting it will create a folder called ioncube. Now use this command: cd ioncube
    • Copy ioncube-install-assistant.php to a web directory by typing this command cp ioncube-install-assistant.php /home/userdirectoryhere/www
    • Visit that file by going to http://www.yourdomain.com/ioncube-install-assistant.php.
    • And you should see something like below (depends on your server and configurations):

    Code:
    PHP Version 4.3.3
    Operating System Linux
    Threaded PHP No
    php.ini file /usr/local/lib/php.ini
    Required Loader ioncube_loader_lin_4.3.so
    • Go back to where you extracted the ioncube folder by using cd..
    • Now move the ioncube folder in a safe and permanent location by using command: mv ioncube /usr/local
    • Now edit the php.ini file for example: pico /usr/local/lib/php.ini
    • Look for [zend] by typing CTRL + W and typing [zend]
    • Paste the following line under [zend], zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    • Press CTRL + X, type Y and press Enter.
    • Restart the server by typing: /etc/init.d/httpd restart
    • Your installation is done.


    *If you have Zend Optimizer installed then put the ioncube loader line before the Zend Optimizer line, else you will receive any error.

  2. #2
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    98
    thanks this is old but very useful.
    "Don't Internet, BokoNET"

    Dedicated. Colo. Voip. bokonet.com

  3. #3
    Thanks and I must agree with bokoNet

  4. #4
    Great info

    Thanks

  5. #5
    Join Date
    Nov 2010
    Location
    London, England
    Posts
    171
    Alternatively, you could simply log in to cPanel through WHM(http://IPHERE:2086/" and then press "EasyApache" and then when you rebuild it, simply enable IonCube Loader.

    Its really as simple as that!

  6. #6
    Thanks, usefull.

  7. #7
    wow thank you very much

  8. #8
    Join Date
    Jan 2003
    Location
    U.S.A.
    Posts
    3,928
    This is pretty old and make sure you all are you using ioncube_loader_lin_5.3.so and not 4.3 .

  9. #9
    Join Date
    Jan 2011
    Location
    Germany
    Posts
    26
    Quote Originally Posted by PogiWeb View Post
    This is pretty old and make sure you all are you using ioncube_loader_lin_5.3.so and not 4.3 .
    ioncube_loader_lin_5.3.so for 64bit OS
    ioncube_loader_lin_5.2.so for 32bit OS


  10. #10
    Join Date
    Jan 2003
    Location
    U.S.A.
    Posts
    3,928
    Quote Originally Posted by servermonster-ltd View Post
    ioncube_loader_lin_5.3.so for 64bit OS
    ioncube_loader_lin_5.2.so for 32bit OS

    Thats incorrect and the 5.3 will work with a 32bit OS. Why do you think they include it in the 32bit download?

    http://www.ioncube.com/loaders.php

  11. #11
    thank great information.. keep updating

  12. #12
    thanks for the helpful guide.. keep posting

  13. #13

    HELP

    Keep getting this error. If anyone can help it be wonderful.

    Please note that the following problem currently exists with the ionCube Loader installation:

    The loader file /var/chroot/home/content/66/10364366/html/ioncube/ioncube_loader_lin_5.3.so, listed in the configuration file, /home/content/66/10364366/html/php5.ini, does not exist or is not accessible.

  14. #14
    Thank you buddy.

  15. #15
    Join Date
    Dec 2011
    Location
    Anywhere
    Posts
    17
    Thank you Men.

  16. #16
    thats very useful information about steps for using ion-cube loader.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •