cd /tmp
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar xfz ioncube_loaders_lin_x86-64.tar.gz
cd /tmp
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar xfz ioncube_loaders_lin_x86.tar.gz
php -v
it should show something like
7.0.xxx that’s fine
php -i | grep extension_dir
You should get
extension_dir => /usr/lib/php/20151012 => /usr/lib/php/20151012 if this looks different the next command need too reflect that difference
cp /tmp/ioncube/ioncube_loader_lin_7.0.so /usr/lib/php/20151012
nano /etc/php/7.0/apache2/php.ini and after the [PHP] in the first line add zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so
nano /etc/php/7.0/cli/php.ini and after the [PHP] in the first line add zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so
nano /etc/php/7.0/cgi/php.ini and after the [PHP] in the first line add zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so
nano /etc/php/7.0/fpm/php.ini and after the [PHP] in the first line add zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so
service apache2 restart
service php7.0-fpm restart
php -v
You should see something like
PHP 7.0.22-0ubuntu0.16.04.1 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.0.0 (), Copyright (c) 2002-2017, by ionCube Ltd.
with Zend OPcache v7.0.22-0ubuntu0.16.04.1, Copyright (c) 1999-2017, by Zend Technologies
<?php
phpinfo();
?>
This should also show that Ioncube is installed etc.
So now you need to go into ISPConfig3—>System–>Remote Users add a username and password tick all the boxes that are available
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh
It will ask for a username and password. Use the data you added to ISPConfig3 when you create your remore user in the previous step.
Let the script finish and you should be good to go. You can find Softuculous under ISPConfig3–>Tools->Softaculous
Dive straight into the feedback!Login below and you can start commenting using your own user instantly