Problem with ioncube

Jibbs

Verified User
Joined
Feb 27, 2010
Messages
18
I'm having a terrible time installing ioncube loader on my server running direct admin

I ran the helper script and it said to use ioncube_loader_lin_5.2.so

in my php ini file (/usr/local/Zend/etc/php.ini) I added these lines

zend_extension=/usr/local/Zend/lib/ioncube_loader_lin_5.2.so
zend_extension_ts=/usr/local/Zend/lib/ioncube_loader_lin_5.2_ts.so

those files DO exist, look to be permissioned properly.

I rebooted httpd service and it is not loading, not showing in phpinfo() and ioncube encoded files are not running.

any help would be appreciated, not sure what to do next
 
You must add

zend_extension=/usr/local/Zend/lib/ioncube_loader_lin_5.2.so
zend_extension_ts=/usr/local/Zend/lib/ioncube_loader_lin_5.2_ts.so

inn /usr/local/etc/php5/cgi or some place else, your php.ini in Zend dir will not be loaded anyway. You can see your phpinfo Where it is php.ini actually loaded
 
Back
Top