Various apps now need ionCube loader to be installed on your server, especially if you purchased any app which required to check licencing then you must need ionCube. Here we describe how you can very easily install ionCube loader on your VPS or dedicated server. This process will install ionCbue loader 10.2 on your server.
First check your server’s php version by typing below command
php -v
Now use instructions below for your php version.
For Cent OS with PHP 7.x
Login to your server SSH. Type below command
cd /
Now type below command
wget https://servers9.com/wp-content/uploads/2019/07/ioncubephp7.zip
Now unzip downloaded file by typing
unzip ioncubephp7.zip
Now type below command to enable ionCube for Vesta
/usr/local/vesta/ioncube/ioncube.sh
Now type
service httpd restart
For Cent OS with PHP 5.6
Type
cd /
Now type below command and press enter.
wget https://servers9.com/wp-content/uploads/2019/07/ioncube56.zip
Now unzip
unzip ioncube56.zip
Now enable ionCube for Vesta by typing below command.
/usr/local/vesta/ioncube/ioncube.sh
Now type
service httpd restart
You can check ionCube by type
php -v
Output should be like
PHP 5.6.40 (cli) (built: Jul 3 2019 06:59:29)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.0, Copyright (c) 2002-2018, by ionCube Ltd.