Results 1 to 7 of 7
Threaded View
-
3rd Apr 2010, 07:51 PM #1OPMemberWebsite's:
pspgoonz.com extremeddl.infoIoncube Loader AutoInstaller
1.Create a file named ioncubeinstaller.sh
Code:touch ioncubeinstaller.sh
Code:pico ioncubeinstaller.sh
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"
Code:press ctrl+x then type y then hit enter
Code:chmod 755 ioncubeinstaller.sh
Code:./ioncubeinstaller.sh
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to install ionCube loader
By Albert.Nawaro in forum Server ManagementReplies: 4Last Post: 8th Mar 2012, 08:20 AM -
How to install ionCube PHP Loader on Centos x64
By cowboyup910 in forum Technical Help Desk SupportReplies: 3Last Post: 20th Aug 2011, 04:50 AM -
[Shared] Offshore hosting with ionCube Loader??
By fole13 in forum ArchiveReplies: 1Last Post: 17th Aug 2011, 03:22 PM -
How to solve 'ionCube PHP Loader ioncube_loader_lin_5.2.so' on VPS
By desibreaker in forum Server ManagementReplies: 5Last Post: 11th May 2011, 04:34 PM -
How TO INSTALL Ioncube loader??
By ipowerz in forum Server ManagementReplies: 7Last Post: 13th Dec 2010, 01:02 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...