Current time: 04-20-2024, 01:13 AM Hello There, Guest! (LoginRegister)


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

Posts: 65
Joined: Feb 2008
Reputation: 0
Post: #11
RE: Installing Ioncube loader
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!
10-31-2008 05:33 PM
Find all posts by this user Quote this message in a reply
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
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #13
RE: Installing Ioncube loader
Please use google. We don't give Support for other things then ispCP related Stuff!
01-20-2009 05:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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