ionCube Loader

Is there an easy way to install ionCube Loader in virtualmin . If that is avaliable in the pro version I am happy to buy it now becaue i need ionCube Loader for my sites to work. Can you conform this

Howdy,

Unfortunately there isn’t an ionCube loader Install Script for Virtualmin. There probably should be, there’s quite a few folks who want those installed :slight_smile:

The WHMCS Install Script does happen to install ionCube automatically, but there isn’t a standalone ionCube Install Script.

-Eric

Thanks. WHMCS Install Script requires a license

Yeah it does, if that’s not something you need, you may just need to install ionCuber loader mqnually for the time being. Sorry!

-Eric

NOTE: This is for educational use only; it may or may not work; your mileage may vary.

Step-by-step procedure for installing the IONCUBE loaders into a REDHAT/CENTOS server
(more information found at http://www.ioncube.com/loaders.php)

cd /usr/local

(for 32 bit machine)

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.zip
unzip ioncube_loaders_lin_x86.zip
rm ioncube_loaders_lin_x86.zip

(for 64 bit machine)

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip
unzip ioncube_loaders_lin_x86-64.zip
rm ioncube_loaders_lin_x86-64.zip

(create a PHP5 conf file)

vim /etc/php5/conf.d/0_ioncube.ini

(determine correct loader based on current PHP version, this example is for PHP 5.6)

—snip—
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
;zend_extension_ts = /usr/local/ioncube/ioncube_loader_lin_5.6_ts.so
—snip—

(restart APACHE server)

service apache2 restart