ionCube Loader

5 posts / 0 new
Last post
#1 Thu, 10/15/2015 - 09:44
viantea

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

Thu, 10/15/2015 - 10:39
andreychek

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 :-)

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

-Eric

Thu, 10/15/2015 - 11:46
viantea

Thanks. WHMCS Install Script requires a license

Thu, 10/15/2015 - 12:12
andreychek

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

Fri, 10/16/2015 - 11:05
jimdunn

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-6...
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

Topic locked