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 Install ioncube loader on the new forum.
Hello,
i just installed virtualmin successfully, all services are running fine. There was a small problem with proftpd but fixed by editing the hosts file
Anyway i am setting up this vps to run whmcs, however is required that is has ioncubeloader.
I cant find any guide online or on google that will help me in a newbie way how to install this on virtualmin
step by step will be highly appreciated
Thanks ERick
Howdy,
There's actually an Install Script to install WHMCS onto both Virtualmin Pro as well as GPL. That will handle setting up ioncube for you.
You can access that by going into Install Scripts, and click on WHMCS.
-Eric
[b]Read the whole post before you do anything...[/b]
There are a few versions of the loader in the tar archive. Use the one that matches your PHP version. Im in a Linux Ubuntu 10.10 Using Virtualmin:
NOTE: I also had to install Curl to use with a script and Paypal, here is how: - sudo apt-get install php5-curl - sudo service apache2 restart
Here are the Original Instructions to Install ioncube loader on Ubuntu 10.04 Lucid, PHP 5.3:
Or here is my Short Version: Copy the ionCube folder to your public_html folder Copy: ioncube_loader_lin_5.3.so to: /usr/lib/php5/20090626+lfs (you may need to use 'gksu nautilus' command to do this) Copy: 20ioncube.ini to: /etc/php5/cgi/conf.d Add the following line to: Virtualmin -> Services -> PHP 5 Configuration, right below [PHP]: zend_extension = /home/blablabla/public_html/ioncube/ioncube_loader_lin_5.3.so
BTW Eric, the installation said, You must purchase an WHMCS license before installing this script. is there a free version?or u can still install it without the license?
Howdy,
WHMCS is only available as a pay product, there isn't a free version. I do believe they offer a refund within a certain timeframe if it doesn't do what you want, though you'd need to verify that with the WHMCS folks :-)
-Eric
No biggi. I was just curios of what that plugging was for. I managed to install ioncube with the instruction I typed above, actually, I use what I called there "the short version". And all my websites that require ioncube work fine. Thank Eric,