This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HOW-TO]How Install Ioncube Sentora
#1
[HOW-TO]How Install Ioncube Sentora
[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
Reply
Thanks given by: lino69 , Manoel Júnior , Xversion
#2
RE: [HOW-TO]How Install Ioncube Sentora
In centos ????
Reply
Thanks given by:
#3
RE: [HOW-TO]How Install Ioncube Sentora
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]
Reply
Thanks given by: Manoel Júnior
#4
RE: [HOW-TO]How Install Ioncube Sentora
@Cantalupo,

Video Private!

Sad
Reply
Thanks given by:
#5
RE: [HOW-TO]How Install Ioncube Sentora
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
Reply
Thanks given by:
#6
RE: [HOW-TO]How Install Ioncube Sentora
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
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#7
RE: [HOW-TO]How Install Ioncube Sentora
(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
Reply
Thanks given by:
#8
RE: [HOW-TO]How Install Ioncube Sentora
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
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#9
RE: [HOW-TO]How Install Ioncube Sentora
(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)
Reply
Thanks given by:
#10
RE: [HOW-TO]How Install Ioncube Sentora
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
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Secure Sentora With SSLForFree Chris L 1 4 ,622 01-22-2020, 09:19 PM
Last Post: ralphharder
Fail2ban for Sentora (Centos 7) bbspike 14 44 ,485 01-14-2020, 07:32 AM
Last Post: Vedran B
Timeout for Sentora Admin Panel minufreelance 12 44 ,976 11-24-2018, 12:33 PM
Last Post: fearworks

Forum Jump:


Users browsing this thread: 2 Guest(s)