Install IonCube Loader Wordops in VPS (php7.2, php7.3, php7.4)

Posted on

WordOps is a VPS panel for hosting purposes developed from the Easy Engine version 3 (EE v3) system. The WordOps system has been updated to a default of PHP 7.2 and users can select PHP 7.3 automatically without installing again. To be clear, WordOps still uses NGINX as its flagship web server. Here’s how to install WordOps on the full VPS.

Install IonCube Loader Wordops in VPS

How to Install IonCube Loader in WordOps

Download IonCube Loader:

cd /usr/local

wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

tar xzf ioncube_loaders_lin_x86-64.tar.gz && rm -f ioncube_loaders_lin_x86-64.tar.gz

Install IonCube Loader di PHP 7.2:

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so’ >> /etc/php/7.2/cli/php.ini

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so’ >> /etc/php/7.2/fpm/php.ini

Install IonCube Loader di PHP 7.3:

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.3.so’ >> /etc/php/7.3/cli/php.ini

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.3.so’ >> /etc/php/7.3/fpm/php.ini

Install IonCube Loader di PHP 7.4:

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.4.so’ >> /etc/php/7.4/cli/php.ini

echo -e ‘zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.4.so’ >> /etc/php/7.4/fpm/php.ini

WordOps System Reload:

wo stack reload