מאגר מידע

How to install ioncube loader in PHP on CentOS linux Print

  • 0

How to install ioncube loader in PHP on CentOS linux

Ioncube is located at :
/usr/local/ioncube

php.ini  location:
/usr/local/php/php.ini

Your PHP version must match ioncube version
eg. PHP 5.5 will use file: ioncube_loader_lin_5.5.so
eg. PHP 5.4 will use file: ioncube_loader_lin_5.4.so
eg. PHP 5.3 will use file: ioncube_loader_lin_5.3.so

to include ioncube in php.ini first select version using ls command:
Code: [Select]
php -v 
ls /usr/local/ioncube


to include eg file "ioncube_loader_lin_5.4.so" in PHP 5.4 use this command:
Code: [Select]
echo "zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so" >> /usr/local/php/php.ini
 
AntiDDoS Protection (web + mail)
https://sive.host/knowledgebase/280/webpanelcomorwebsite-ddos-protection-proxy.html

Join our Development Team and get paid !
https://sive.host/knowledgebase/282/webpanelcomordevelope-modules-for-cwp.html


   
   


 
  Services Monitoring & RBL Monitoring
https://sive.host/knowledgebase/285/webpanelcomorservices-monitor.html

  Do you need Fast and FREE Support included for your CWP linux server?
https://sive.host/knowledgebase/287/webpanelcomornoc-partner-list.html
Installation Instructions
https://sive.host/knowledgebase/288/webpanelcomorinstallation-instructions.html
Get Fast Support Herehttps://sive.host/knowledgebase/290/webpanelcomorsupport-services.html

Re: How to install ioncube loader in PHP on CentOS linux

I read everything, and pointed the way as specified in your manual:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so but him is not work  :'(

I downloaded separately incube and set the path to php.ini:
zend_extension = / usr / lib64 / extensions / no-debug-non-zts-20131226 / ioncube_loader_lin_5.6.so
But it does not work too. 
What could be the problem?
1:
Image removed by the security of SiteLock seal

2:
Image removed by the security of SiteLock seal

3: 
Image removed by the security of SiteLock seal]
« Last Edit: December 07, 2016, 08:58:00 PM by Administrator »
 

Re: How to install ioncube loader in PHP on CentOS linux
You can try installing it from CWP Admin under -- PHP Settings --> PHP Addons
 

Re: How to install ioncube loader in PHP on CentOS linux

doesnt support php7.1.0-dev
 
 
Re: How to install ioncube loader in PHP on CentOS linux

How can I use IonCube Loader with version switcher ?
J have compiled 5.3 to 7.1 PHP versions but see only ioncube_loader_lin_ for 5.6 and 7.0 PHP version.

Ig user change PHP version by htacces file how he can enable iocvube ?



Re: How to install ioncube loader in PHP on CentOS linux

Ok. I have installed all ioncube versions and modified all php.ini files in opt


Re: How to install ioncube loader in PHP on CentOS linux

Ok. I have installed all ioncube versions and modified all php.ini files in opt
 
Can you please explain the steps you performed to get this working. I ran into the same exact issue in your previous post.



 
Re: How to install ioncube loader in PHP on CentOS linux

The following worked for me:
https://sive.host/knowledgebase/292/BUG-on-PHP-Builder.html
Code: [Select]
yum clean all
rm -rf /var/cache/yum
yum update all -y
That downloaded the missing ioncube loader files. I did not have to add anything to php.ini.

 
 
 
 

?האם התשובה שקיבלתם הייתה מועילה
Back