<?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>ioncube loader on apache &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/ioncube-loader-on-apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Wed, 24 Nov 2010 02:39:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Install ionCube Loader</title>
		<link>https://lifelinux.com/how-to-install-ioncube-loader/</link>
					<comments>https://lifelinux.com/how-to-install-ioncube-loader/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 11:31:58 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[install ioncube loader]]></category>
		<category><![CDATA[install zend optimizer]]></category>
		<category><![CDATA[ioncube loader on apache]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[vi command]]></category>
		<category><![CDATA[zend optimizer on apache]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=84</guid>

					<description><![CDATA[<p>ionCube Loader is an extension to PHP interpreter which allows execution of ionCube-encoded files. Most of modern hosting providers already have ionCube Loader available on hosting servers. In this case no additional action is required to use iAuto, iRealty or iLister with encoded core. Download ionCube Loader http://www.ioncube.com/loaders.php Unpack ionCube Loader tar -zxvf ioncube_loaders_lin_x86.tar.gz Move [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ioncube-loader/">How To Install ionCube Loader</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><strong>ionCube Loader</strong> is an extension to PHP interpreter which  allows execution of ionCube-encoded files. Most of modern hosting  providers already have ionCube Loader available on hosting servers. In  this case no additional action is required to use iAuto, iRealty or  iLister with encoded core.<span id="more-84"></span><strong></strong></p>
<p><strong>Download ionCube Loader</strong></p>
<pre>http://www.ioncube.com/loaders.php</pre>
<p><strong>Unpack ionCube Loader</strong></p>
<pre>tar -zxvf ioncube_loaders_lin_x86.tar.gz</pre>
<p><strong>Move ionCube Loader to /usr/local/ionCube</strong></p>
<pre>cd ioncube_loaders_lin_x86
mv ioncube_loaders_lin_x86 /usr/local/ionCube
</pre>
<p><strong>Edit php.ini</strong></p>
<pre>vi /usr/local/lib/php.ini
</pre>
<p><strong>Add Code:</strong></p>
<pre>zend_extension=/usr/local/ionCube/ioncube_loader_lin_5.2.so
</pre>
<p><strong>Restart Apache</strong></p>
<pre>/etc/init.d/httpd restart
</pre>
<h2>Note</h2>
<p>If you have installed <a href="http://www.lifelinux.com/how-to-install-zend-optimizer-ioncube-loader-on-apache-2-x/"><strong>Zend Optimizer</strong></a> on Apache, I need to make sure that in file php.ini, the following line :</p>
<pre>zend_extension=/usr/local/ionCube/ioncube_loader_lin_5.2.so
</pre>
<p>it&#8217;s above the line</p>
<pre>zend_extension=/usr/local/ionCube/ZendOptimizer.so</pre>
<p><strong>Checking</strong></p>
<p>Create a file info.php in your root web directory  with content:</p>
<pre>&lt;?php
phpinfo();
?&gt;
</pre>
<p>Open your web browser and type the url: http://&lt;domain&gt;/info.php, sample outputs:</p>
<p><a href="http://www.lifelinux.com/wp-content/uploads/2010/11/ionCube.png"><img loading="lazy" class="aligncenter size-medium wp-image-92" title="ionCube install on apache" src="http://www.lifelinux.com/wp-content/uploads/2010/11/ionCube-300x101.png" alt="" width="300" height="101" srcset="https://lifelinux.com/wp-content/uploads/2010/11/ionCube-300x101.png 300w, https://lifelinux.com/wp-content/uploads/2010/11/ionCube.png 601w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<g:plusone href="https://lifelinux.com/how-to-install-ioncube-loader/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-ioncube-loader/">How To Install ionCube Loader</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-ioncube-loader/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
