Requirements for whmcs and my cpanel server

ASTRAPI

Well-Known Member
Jul 8, 2008
321
0
66
Hello

The whmcs requirments are:

PHP & MySQL 4.2 or later <--- I think this is ok :)
Curl (with SSL Support) <--- Does this is included in cpanel?
GD Image Library <--- How can i install this?
Ioncube Loaders Support <--- How can i install this?
Thanks
 

ASTRAPI

Well-Known Member
Jul 8, 2008
321
0
66
Ok rebuild done but how i can check if these are ok?

Curl (with SSL Support)
GD Image Library
Ioncube Loaders Support
Also do i need Zend optimizer?
 
Last edited:

thewebhosting

Well-Known Member
May 9, 2008
1,199
1
68
Ok rebuild done but how i can check if these are ok?
Also do i need Zend optimizer?
You just need to create a phpinfo page in your domain to check the php settings. Just create a new php file in your domain inside the public_html folder and enter below code:

<?
phpinfo();
?>

save it as phpinfo.php.

I think you will require ioncube loader rather then zend optimizer in order to install WHMCS.