ispCP - Board - Support
Installing Ioncube loader - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Installing Ioncube loader (/thread-1765.html)

Pages: 1 2


RE: Installing Ioncube loader - viperiii - 10-31-2008 05:33 PM

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!



RE: Installing Ioncube loader - barkeeper69 - 01-20-2009 07:49 AM

(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


RE: Installing Ioncube loader - gOOvER - 01-20-2009 05:13 PM

Please use google. We don't give Support for other things then ispCP related Stuff!