Sentora Support Forums
[HOW-TO]How Install Ioncube Sentora - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: Community Guides & How-To's v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=33)
+---- Thread: [HOW-TO]How Install Ioncube Sentora (/showthread.php?tid=767)

Pages: 1 2


[HOW-TO]How Install Ioncube Sentora - Cantalupo - 12-18-2014

[Image: web_logo.png]



SO: Ubuntu

  1. Begin by downloading the latest loaders
    32 bits
    Code:
    wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.zip unzip ioncube_loaders_lin_x86.zip

    64 bits
    Code:
    wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip unzip ioncube_loaders_lin_x86-64.zip

  2. Move the ioncube folder to a permanent location by entering:
    Code:
    mv ioncube /usr/lib/php5/20121212

  3. Next, you need to locate the php.ini file, to do this enter: locate php.ini - You should find it is in /etc/php5/apache2/php.ini. Now that you know the location of php.ini you need to edit it.
    Code:
    sudo nano /etc/php5/apache2/php.ini

  4. Paste in your new line for ioncube loader:
    Code:
    zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.1.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.2.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.3.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.3_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.4.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_4.4_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.0.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.0_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.1.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.1_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.2.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.2.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.2_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.3.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.3_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.4.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.4_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.5.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.5_ts.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.6.so zend_extension = /usr/lib/php5/20121212/ioncube/ioncube_loader_lin_5.6_ts.so

  5. Save the changes: ctrl + X then Y and enter

  6. Restart the web server to take effect.
    Code:
    sudo /etc/init.d/apache2 restart



RE: [HOW-TO]How Install Ioncube Sentora - rajeevrrs - 02-15-2015

In centos ????


RE: [HOW-TO]How Install Ioncube Sentora - henrique araujo - 02-16-2015

i install here, centos 7 and php 5.6.5 ...
####################################
Code:
wget -q -O - http://www.atomicorp.com/installers/atomic |sh yum install php-ioncube-loader -y
#########################
[Image: 3Y9MYKt.png]


RE: [HOW-TO]How Install Ioncube Sentora - Manoel Júnior - 02-17-2015

@Cantalupo,

Video Private!

Sad


RE: [HOW-TO]How Install Ioncube Sentora - bulletproof - 03-22-2015

Hello
There is no folder apache2 or php5 in centos7 with Sentora is there another location i can install.
can someone help with this install of ioncube?
Please Help


RE: [HOW-TO]How Install Ioncube Sentora - Me.B - 03-22-2015

apache2 is httpd /etc/httpd and php5 is /etc/php under centos.

If you don't have such basic sys admin knowledge I don't advice you to play with that.

M B


RE: [HOW-TO]How Install Ioncube Sentora - bulletproof - 03-22-2015

(03-22-2015, 12:41 AM)bulletproof Wrote: Hello
There is no folder apache2 or php5 in centos7  with Sentora is there another location i can install.
can someone help with this install of ioncube?
Please Help

MR B thanks for the fast responce and im learning on an old dell I do have an article directory that i use for traffic
(matt cutts) miss spelled from Google knocked article directorys and i think hes full of sh*** if you know how to use
Well anyway I see the Apache folder and installed everything in root mode on the server itself the php folder to im used to cpanel and all the paths look different in sentora nice panel by the way. If i use my own paths to files and folders will senora work


RE: [HOW-TO]How Install Ioncube Sentora - Me.B - 03-22-2015

The tip with ioncube download the tar files and pick the right one that fits your php release here would be for php 5.4. place the extension in a php modules folder then add a load the module in php.ini.

It's so trivial.

M B


RE: [HOW-TO]How Install Ioncube Sentora - bulletproof - 03-22-2015

(03-22-2015, 05:28 AM)Me.B Wrote: The tip with ioncube download the tar files and pick the right one that fits your php release here would be for php 5.4. place the extension in a php modules folder then add a load the module in php.ini.

It's so trivial.

M B


Hi MR B I’ve tried everything possible in my ways and i cannot get it to work I’ve tried the downloads I’ve tried the terminal and just manually don’t know

Now i think ion cube is working when i go to domain i get this
Access denied for user 'apache'@'localhost' (using password: NO)


RE: [HOW-TO]How Install Ioncube Sentora - Me.B - 03-24-2015

I don't like when you bump the thread that way! I deleted the post.

You should wget ioncube decompress it and follow instruction above that are easy and clean.

Some time I don't feel the need help more if you don't have the basic knowledge over basic sys admin and I end up ask my self: why helping more some one who is managing a server with minimal basic sys admin?

Read again the above thread all the instructions cristal clear there.

M B