Activity Stream
48,167 MEMBERS
6991 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    pspgoonz.com extremeddl.info

    Default Ioncube Loader AutoInstaller

    1.Create a file named ioncubeinstaller.sh
    Code: 
    touch ioncubeinstaller.sh
    2.Edit ioncubeinstaller
    Code: 
    pico ioncubeinstaller.sh
    3.Paste the following into it

    Code: 
    #!/bin/bash
    
    WHO=$(whoami)
    if [ ${WHO} == "root" ]
    then
    echo "Script Initialized ..."
    else
    echo "You must be logged in as root to install ionCube Loader."
    echo "Terminating ..."
    exit 0
    fi
    
    echo "Changing directory"
    
    cd /usr/local/
    
    echo "Done."
    
    if [ -e ioncube_loaders_lin_x86.tar.gz ]
    then
    rm -f ioncube_loaders_lin_x86.tar.gz
    fi
    
    echo "Downloading files"
    
    wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
    
    echo "Done."
    
    echo "Installing files"
    
    tar -zxvf ioncube_loaders_lin_x86.tar.gz
    
    echo "Done."
    
    echo "Changing ownership"
    
    chown -R root.root ioncube
    
    echo "Done."
    
    phpline=`php -v | grep ^PHP | cut -f2 -d " "| awk -F "." '{print "zend_extension=\"/usr/local/ioncube/ioncube_loader_lin_"$1"."$2".so\""}'`
    phpinifile=`php -i | grep php.ini | grep ^Configuration | cut -f6 -d" "`
    
    echo "Adding line $phpline to file $phpinifile"
    echo "$phpline" >> $phpinifile
    
    rm -f ioncube_loaders_lin_x86.tar.gz
    
    echo "Ioncube installed sucessfully"
    4.Save the file
    Code: 
    press ctrl+x then type y then hit enter
    5.Chmod the file to 0755
    Code: 
    chmod 755 ioncubeinstaller.sh
    6.Execute it
    Code: 
    ./ioncubeinstaller.sh
    7.Delete the installer
    Code: 
    rm -f ioncubeinstaller.sh
    GoonzNetwork Reviewed by GoonzNetwork on . Ioncube Loader AutoInstaller 1.Create a file named ioncubeinstaller.sh touch ioncubeinstaller.sh 2.Edit ioncubeinstaller pico ioncubeinstaller.sh 3.Paste the following into it #!/bin/bash Rating: 5

  2.   Sponsored Links

  3.     
    #2
    mmm mmm!
    thanks for sharing.
    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

  4.     
    #3
    Member
    Website's:
    pspgoonz.com extremeddl.info
    no prob

  5.     
    #4
    Member
    For people who use cPanel on there systems.
    Rebuild apache via WHM and you can select install IONCUBE amongst other usefull modules etc
    It's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)

  6.     
    #5
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net

  7.     
    #6
    Member
    Website's:
    pspgoonz.com extremeddl.info
    no prob thanks for the credits

  8.     
    #7
    Member
    Nice script ..
    but this script installs only x86 version.
    you can find which architecture the os is and then download the respective file
    example :
    PHP Code: 

    if $(uname -grep 'x86_64'); then
    wget http
    ://example.com/example_x86_64.zip 

    Coding Horror Fan
    I don't read PM's frequently .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to install ionCube loader
    By Albert.Nawaro in forum Server Management
    Replies: 4
    Last Post: 8th Mar 2012, 08:20 AM
  2. How to install ionCube PHP Loader on Centos x64
    By cowboyup910 in forum Technical Help Desk Support
    Replies: 3
    Last Post: 20th Aug 2011, 04:50 AM
  3. [Shared] Offshore hosting with ionCube Loader??
    By fole13 in forum Archive
    Replies: 1
    Last Post: 17th Aug 2011, 03:22 PM
  4. How to solve 'ionCube PHP Loader ioncube_loader_lin_5.2.so' on VPS
    By desibreaker in forum Server Management
    Replies: 5
    Last Post: 11th May 2011, 04:34 PM
  5. How TO INSTALL Ioncube loader??
    By ipowerz in forum Server Management
    Replies: 7
    Last Post: 13th Dec 2010, 01:02 PM

Tags for this Thread

BE SOCIAL