(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
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