Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2017-11-08, 01:27:36

Author Topic: Installing IonCube  (Read 6525 times)

0 Members and 1 Guest are viewing this topic.

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Installing IonCube
« on: 2013-05-20, 03:10:38 »
What would be the best way to install IonCube?

My server signature:

A. Kloxo-MR: 6.5.0.f-2013031815

B. OS: CentOS release 6.4 (Final) i686

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.i686
   2. PHP: php-5.3.23-1.el6.i686
   3. Httpd: httpd-2.2.24-1.el6.i686
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.22.mr.el6.i686
   7. Dns: bind-9.9.2-3.P2.el6.i686

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           498        476         22          0         39        272
   -/+ buffers/cache:        164        334
   Swap:         1023          0       1023
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Installing IonCube
« Reply #1 on: 2013-05-20, 10:34:34 »
It's depend on php branch selected. Try 'yum install php-ioncube-loader'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #2 on: 2013-05-20, 20:21:48 »
php-fpm_event - this is my PHP branch.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Installing IonCube
« Reply #3 on: 2013-05-20, 20:53:22 »
Php-fpm_event is php-type. In sysinfo, we see 'Php: Php-...' that mean 'php' as php-branch. Another branch (depend on Centos version) will be php (php 5.2/5.3 version), php52 (php version 5.2), php53, php53u and php54u.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #4 on: 2013-05-20, 20:56:22 »
It's php_(as_5.3.23)
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #5 on: 2013-05-20, 21:02:47 »
Also I got new problem. I tried changing the PHP branch, but MySQL broke. Scripts now say, I don't have MySQL PHP extension installed.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Installing IonCube
« Reply #6 on: 2013-05-20, 21:06:27 »
You must reinstall php module. For 'php' as php branch you can run 'yum install php-mysql' for install php mysql extension.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #7 on: 2013-05-20, 21:11:33 »
How would I reinstall PHP, without breaking stuff?

EDIT: Now it works. Only the PHP Ioncube problem remains.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Installing IonCube
« Reply #8 on: 2013-05-20, 21:20:12 »
You need install ioncube also with 'yum install php-ioncube-loader'. Remember, if using php-fpm_event/_worker as php-type, run 'sh /script/restart-services' (or enough 'service php-fpm restart') after install/reinstall php module.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #9 on: 2013-05-20, 21:25:56 »
[root@server ~]# yum install php-ioncube-loader
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: centos.someimage.com
 * extras: ftpmirror.your.org
 * kloxo-mr-epel: mirror.seas.harvard.edu
 * kloxo-mr-ius: ord.mirror.rackspace.com
 * kloxo-mr-ius-c5: ord.mirror.rackspace.com
 * updates: mirror.steadfast.net
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php54-ioncube-loader.i686 0:4.2.2-2.ius.el6 will be installed
--> Processing Dependency: php54 >= 5.4 for package: php54-ioncube-loader-4.2.2-2.ius.el6.i686
--> Running transaction check
---> Package php54.i686 0:5.4.14-1.ius.el6 will be installed
--> Processing Dependency: php54-common = 5.4.14-1.ius.el6 for package: php54-5.4.14-1.ius.el6.i686
--> Processing Dependency: php54-cli = 5.4.14-1.ius.el6 for package: php54-5.4.14-1.ius.el6.i686
--> Running transaction check
---> Package php54-cli.i686 0:5.4.14-1.ius.el6 will be installed
---> Package php54-common.i686 0:5.4.14-1.ius.el6 will be installed
--> Processing Conflict: php54-5.4.14-1.ius.el6.i686 conflicts php < 5.4
--> Finished Dependency Resolution
Error: php54 conflicts with php-5.3.23-1.el6.i686
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Installing IonCube
« Reply #10 on: 2013-05-20, 21:34:15 »
Did you change php branch from php (version 5.3) to php54 (version 5.4)?. If yes, you must run 'yum install php54-ioncube-loader' for installing ioncube.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline DJRadi

  • Junior Member
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
    • http://radiclub.info
Re: Installing IonCube
« Reply #11 on: 2013-05-20, 21:42:19 »
I didn't change it. I however was able to get ioncube installed, using the old-school way. With loader-wizard.php .
« Last Edit: 1970-01-01, 01:00:00 by Guest »
http://radiclub.info - Best site, out there! \":D\"

Offline hilfans

  • Junior Member
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
    • Just Shared
Re: Installing IonCube
« Reply #12 on: 2014-03-14, 11:06:18 »
Just want to share from my install progress of ioncube

I do the following instruction from loader-wizard.php (from ioncube) for php53u

yum install php53u-ioncube*

edit /etc/php.ini

add : zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.3.so

upload http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_dar_x86-64.zip
to : /usr/local/ioncube

copy "ioncube_loader_lin_5.3.so"
to : /usr/lib/php/modules/

service httpd restart
/script/fixphp

done. but it will be a reminder that ioncube loader start in all domain, if you want just run ioncube for some domain, so edit the php.ini at exisiting domain folder not at /etc/php.ini exm: /home/httpd/your-domain-folder/php.ini


 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.043 seconds with 17 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM