These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for ionCube Loader on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
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
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.
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
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-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