How to Install Ioncube Loader on Unbuntu 20.04, 18.04, 16.04 or 14

How to Install Ioncube Loader on Unbuntu 20.04, 18.04, 16.04 or 14 You must have ssh access with root permission. Download ioncube loader: root@ubuntu-15:    wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz root@ubuntu-15:   tar -zxvf ioncube_loaders_lin_x86-64.tar.gz -C /usr/local/src/ root@ubuntu-15:   /usr/local/src/ioncube# mkdir /usr/local/ioncube root@ubuntu-15:   /usr/local/src/ioncube# cp ioncube_loader_lin_5.6.so ioncube_loader_lin_5.6_ts.so /usr/local/ioncube/ Edit php configuration files: root@ubuntu-15:   apt-get install nano root@ubuntu-15:   nano /etc/php5/cli/php.ini

How to install multiple PHP versions on VestaCP

How to install multiple PHP versions on VestaCP This how to will enable PHP 5.6, 7.0, 7.1, 7.2, 7.3 and 7.4 to specific/desired domains. Tutorial is for Debian and Ubuntu. First pre-required step for Debian 9 Strech: apt-get update apt install apt-transport-https ca-certificates wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sh -c ‘echo “deb https://packages.sury.org/php/ stretch main” >