You can install curl with apache update in whm, and you need to change register_globals to On in php.ini, that really is it, you don't need to know how to compile it because whm does it for you.......
i got finally ioncube and all to work now its just having trouble installingi need register globals on and CURL i dont know what curl is so if someone can help me please pm me or talk to me here thx.
You can install curl with apache update in whm, and you need to change register_globals to On in php.ini, that really is it, you don't need to know how to compile it because whm does it for you.......
(\__/) Joe Watkins
(='.'=) Software Architect
(")_(") http://pthreads.org
Copy and paste bunny into your sig, help him gain world domination.
where do i edit the php.ini






Use your ftp program and edit it , orelse in cpanel
ServerBros Limited
UK Company Number - SC423338
Reliable Shared, Reseller & VPS Hosting
http://serverbros.co.uk
Create the file php.ini then add this to it:
Upload that to the main whmcs folder, the install folder and the admin folder. It should work then.Code:register_globals = on zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so![]()
JSHosts - UK Web Hosting
Web Hosting | Reseller Hosting | OpenVZ VPS | Xen VPS
cPanel | Softaculous | CloudLinux | CloudFlare | R1Soft Backups
im on a vps just so you know ill give that a shot
You don't really need to edit the php.ini file to trun register_globals on.
Just add the following line to the .htaccess file in the root folder of the script.
Code:php_flag register_globals on
Yeah,
If you enable register globals on in php.ini, all accounts would have the reg. globals on, and you know its ill effects, more over most scripts (other than your WHMCS) do not work with it switched on.
So just create a .htaccess file and put the above code (tpnoc's) in it and save it.
You'll find .htaccess in your /public_html folder.
Bookmarks