Skip to main content

IonCube loader

Comments

10 comments

  • Infopro
    This thread should be of some use:
    0
  • LostNerd
    Have you enabled Ioncube in WHM >> Software >> EasyApache? From what you have explained, you have only enabled it for cPanel's "internal" PHP which is not the same as the PHP version you're end users will be using. To enable Ioncube quickly, run this as root:
    /scripts/phpextensionmgr install IonCubeLoader
    0
  • srkn61
    hello, actually I am having the ioncube loader 4.7.5 I need the version upper than 5.4.. Where can I change this?
    0
  • LostNerd
    Download ioncube:
    0
  • srkn61
    hello, could you send me the same instruction for centos 6 64 bit, please?
    0
  • cPanelMichael
    hello, could you send me the same instruction for centos 6 64 bit, please?

    Hello, You can replace these two lines:
    # wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz # tar -xfz ioncube_loaders_lin_x86.tar.gz
    With:
    # wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz # tar -xfz ioncube_loaders_lin_x86-64.tar.gz
    Thank you.
    0
  • srkn61
    hell by typing in: "tar -xfz ioncube_loaders_lin_x86-64.tar.gz" I got this error: tar: z: Kann open nicht ausf"hren: Datei oder Verzeichnis nicht gefunden tar: Error is not recoverable: exiting now translated by me: tar: z: open can not: File or Path not found
    0
  • LostNerd
    You have not followed the instructions in their entirety. You cannot untar a file that you do not yet have on your system.
    0
  • cPanelMichael
    tar: z: open can not: File or Path not found

    Did you run this command after running the wget command? Did the file download successfully? Thank you.
    0
  • SuperBaby
    Use
    hell by typing in: "tar -xfz ioncube_loaders_lin_x86-64.tar.gz" I got this error: tar: z: Kann open nicht ausf"hren: Datei oder Verzeichnis nicht gefunden tar: Error is not recoverable: exiting now translated by me: tar: z: open can not: File or Path not found

    Use this instead: tar -zxvf
    0

Please sign in to leave a comment.