<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Support facility &#187; ionCube autoinstaller</title>
	<atom:link href="http://www.supportfacility.com/blog/tag/ioncube-autoinstaller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportfacility.com/blog</link>
	<description>Your outsourcing partner!</description>
	<lastBuildDate>Wed, 02 Nov 2011 14:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ionCube autoinstaller script</title>
		<link>http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/</link>
		<comments>http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 14:38:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Install]]></category>
		<category><![CDATA[ionCube autoinstaller]]></category>

		<guid isPermaLink="false">http://supportfacility.com/blog/?p=68</guid>
		<description><![CDATA[ionCube php loader is the PHP extension that decodes encrypted PHP files on runtime, usually this is already installed on any web server whether it be used for shared hosting, reseller hosting or on your dedicated web servers. If for some reason you don’t have it installed on your linux server, you can use the [...]]]></description>
			<content:encoded><![CDATA[<p>ionCube php loader is the PHP extension that decodes encrypted PHP files on runtime, usually this is already installed on any web server whether it be used for shared hosting, reseller hosting or on your dedicated web servers.</p>
<p>If for some reason you don’t have it installed on your linux server, you can use the below shell script created by one of our system administrator.</p>
<p>Create a file named ioncubeinstaller.sh and paste the below code in the file:</p>
<pre><code>
#!/bin/bash
# Supportfacility.com

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" &gt;&gt; $phpinifile

rm -f ioncube_loaders_lin_x86.tar.gz

echo "Ioncube installed sucessfully"
</code></pre>
<p>Then, change the permissions of the file to 755</p>
<pre>root# chmod 755 ioncubeinstaller.sh</pre>
<p>And execute it with</p>
<pre>root# ./ioncubeinstaller.sh</pre>
<p>This has been tested on cPanel, Plesk, DirectAdmin dedicated servers and will work on any linux server</p>
<p>Let us know if this script was helpful for you.</p>
<p><strong>This article is released by <a href="http://www.supportfacility.com/" target="_blank">SupportFacility.Com</a> — the leaders in providing outsourced technical support, live chat support &amp; help desk support for web hosts. Interested ? Opt for a <a href="../../hosting-support-facility-riskfree-trial.php" target="_blank">trial</a> now.</strong></p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@supportfacility:++ionCube+autoinstaller+script+-+http://tinyurl.com/237zro2" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;amp;t=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=ionCube autoinstaller script...&body=ionCube php loader is the PHP extension that decodes encrypted PHP files on runtime, usually this is already installed on any web server whether it be used for shared hosting, reseller hosting or on your dedicated web servers.

If for some reason y[..] - http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-scriptstyle"><a href="http://scriptandstyle.com/submit?url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-blinklist"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;Title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-furl"><a href="http://www.furl.net/storeIt.jsp?t=ionCube+autoinstaller+script&amp;u=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-reddit"><a href="http://reddit.com/submit?url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=ionCube+autoinstaller+script&amp;u=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-technorati"><a href="http://technorati.com/faves?add=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mixx"><a href="http://www.mixx.com/submit?page_url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;amp;t=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-designfloat"><a href="http://www.designfloat.com/submit.php?url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&amp;amp;title=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-comfeed"><a href="http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/feed" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&title=ionCube+autoinstaller+script&summary=ionCube+php+loader+is+the+PHP+extension+that+decodes+encrypted+PHP+files+on+runtime%2C+usually+this+is+already+installed+on+any+web+server+whether+it+be+used+for+shared+hosting%2C+reseller+hosting+or+on+your+dedicated+web+se%5B..%5D&source=Support facility" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&save?u=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&h=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-devmarks"><a href="http://devmarks.com/index.php?posttext=ionCube+php+loader+is+the+PHP+extension+that+decodes+encrypted+PHP+files+on+runtime%2C+usually+this+is+already+installed+on+any+web+server+whether+it+be+used+for+shared+hosting%2C+reseller+hosting+or+on+your+dedicated+web+se%5B..%5D&posturl=http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/&posttitle=ionCube+autoinstaller+script" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.supportfacility.com/blog/install/ioncube-autoinstaller-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

