Current time: 05-20-2024, 03:39 AM Hello There, Guest! (LoginRegister)


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

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #12
Sad RE: Installing Ioncube loader
(10-31-2008 05:33 PM)viperiii Wrote:  Thanks for Writing this up... worked perfectly as advertised!!

Stupid thing that I am having to run encoded files. But oh well!

(11-12-2007 11:14 PM)bulforce Wrote:  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!

hello,

it doesnt work.
i have do it exactly step by step.

i have this error

Code:
Site error: the file /var/www/virtual/meine.de/htdocs/testshop/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

i have look now 4 hours that i had make a mistake, but i can`t
find something.

now i need help.

thanks

barkeeper
01-20-2009 07:49 AM
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 - barkeeper69 - 01-20-2009 07:49 AM
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)