Results 1 to 7 of 7
-
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
-
23rd Apr 2010, 05:53 PM #2mmm 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.
-
24th Apr 2010, 01:52 AM #3OPMemberWebsite's:
pspgoonz.com extremeddl.info
-
24th Apr 2010, 01:55 AM #4Member
For people who use cPanel on there systems.
Rebuild apache via WHM and you can select install IONCUBE amongst other usefull modules etcIt's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)
-
24th Apr 2010, 09:53 AM #5Too busy :|Website's:
L337Fx.com BeastieBay.netThanks for this
I posted it here
http://tutsby.me/tutorial/212/ioncub...autoinstaller/
-
25th Apr 2010, 10:12 AM #6OPMemberWebsite's:
pspgoonz.com extremeddl.infono prob thanks for the credits
-
27th Apr 2010, 01:49 PM #7Member
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 -a | grep 'x86_64'); then
wget http://example.com/example_x86_64.zip
Coding Horror Fan
I don't read PM's frequently .
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
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...