How to install Ioncube

cd /usr/local/
wget http://oratoronline.com/how2/Ioncube/ioncube_loaders_lin_x86.tar.gz
tar -xvzf ioncube_loaders_lin_x86.tar.gz
check
php -v
and also
cat /etc/redhat-release

Now check the folder
cd /usr/local/ioncube

If the php version is 5.2.2 and the OS is linux than add following lines in php.ini

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

Where lin is for Linux and
5.2 is for php version.
change the two parameter according to your server.

NOTE:
in php.ini search the following word (if exist)
[Zend]
and add the zend_extension line above the [Zend] word.

service httpd stop
service httpd start

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Fix PHPMyAdmin Error "Fatal error: Allowed memory size of 132218712 bytes exhausted (tried to allocate 11641294 bytes)"?

METHOD: 1. Clear your web browser cache.a.) Windows CMD: http://www.wikihow.com/Flush-DNSb.)...

How to Register FREE Domain Name?

Register first: http://my.freenom.com/register.php Then click this link to register your free...

How to create a website or blog with FREE Domain (.tk/.ml/.ga/.gq/.cf) and Web Hosting for ₱45.00 or ₱100.00 pesos monthly only?

1. Order a Web Hosting plan first:a.) Starter Plan (₱135.00 quarterly or ₱45.00 monthly):...

How do I track how many hits my website gets?

There are a few things that need to be cleared in terms of terminology: 1. Hits - this simply...

Common SSH Commands - Linux Shell Commands

Navigating in UNIX pwd Shows the full path of the current directory ls Lists all...