ioncube issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kkonline
Forum Contributor
Posts: 251
Joined: Thu Aug 16, 2007 12:54 am

ioncube issues

Post by kkonline »

I have a script encoded with ioncube
but on my script it shows

Site error: the file /var/www/web1/classes/setupclass.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

although in php.ini i have mentioned
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.2.so
in the first line

in the php.ini other refernce to szend is
; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
zend.ze1_compatibility_mode = Off


echo phpinfo() mentions

Code: Select all

 
Variables
_SERVER["argc"] 0
_ENV["PATH"]    /usr/local/bin:/usr/bin:/bin
_ENV["PWD"] /usr/local/lib/ioncube
 
Environment
Variable    Value
PATH    /usr/local/bin:/usr/bin:/bin
PWD     /usr/local/lib/ioncube
LANG    C
SHLVL   1
_   /usr/sbin/apache2

What can be done in order to run the encoded script
iceman83
Forum Newbie
Posts: 9
Joined: Sat Sep 06, 2008 1:34 pm

Re: ioncube issues

Post by iceman83 »

Not sure if this may help you or not but I remember when i was playing around with Nuke Evo CMS there was a mod i used that needed a ioncube and it worked great on my private server but when i uploaded it to my site server it wouldn't work even after editing the php.ini but once i talked to the server admin and had him install the ioncube it worked just fine.. get ahold of your Server admin and have him install it.
Post Reply