Current time: 04-27-2024, 02:40 PM Hello There, Guest! (LoginRegister)


Post Reply 
Installing Ioncube loader
Author Message
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #6
RE: Installing Ioncube loader
Here it is... very very easy

Code:
cd /usr/src
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar zxvf ioncube_loaders_lin_x86.tar.gz

Check some php information

PHP Version
Code:
php -v

Thread Safety or Not?
Code:
php -i | grep "Thread Safety"

Copy ioncube loader to the right place
*** Presuming php version 5.2 and Thread Safety Disabled
Code:
mkdir /var/www/virtual/domain.com/ioncube
cp  /usr/src/ioncube/ioncube_loader_lin_5.2.so /var/www/virtual/domain.com/ioncube

Add the extension to php.ini
Code:
nano /var/www/fcgi/domain.com/php5/php.ini

Add this at the end of the file
Code:
;[IonCube]
zend_extension = /var/www/virtual/domain.com/ioncube/ioncube_loader_lin_5.2.so
Save and exit.

Restart apache
Code:
/etc/init.d/apache2 restart

DONE!
11-12-2007 11:14 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Installing Ioncube loader - scoutsniper - 11-12-2007, 06:55 AM
RE: Installing Ioncube loader - joximu - 11-12-2007, 07:01 AM
RE: Installing Ioncube loader - joximu - 11-12-2007, 07:30 AM
RE: Installing Ioncube loader - gOOvER - 11-12-2007, 10:24 AM
RE: Installing Ioncube loader - bulforce - 11-12-2007 11:14 PM
RE: Installing Ioncube loader - viperiii - 10-31-2008, 05:33 PM
RE: Installing Ioncube loader - joximu - 11-13-2007, 08:47 PM
RE: Installing Ioncube loader - gOOvER - 11-13-2007, 08:55 PM
RE: Installing Ioncube loader - joximu - 11-13-2007, 09:05 PM
RE: Installing Ioncube loader - gOOvER - 01-20-2009, 05:13 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)