Web Hosting Talk







View Full Version : Cpanel official API? ( PHP )


stormridermay
01-08-2008, 08:39 PM
Hello,

I'm writing my own billing/hosting system.

I was wondering if there is a cpanel official api in order to create, terminate, suspend and unsuspend accounts.

I have already found a PHP class ( http://php-classes.kinghost.net/browse/package/3534.html ) but i guess it can stop working anytime due to cpanel upgrades.

Thanks.

activelobby4u
01-09-2008, 02:11 AM
may be you should send a mail to cpanel support to get more information :cool:

Dan L
01-09-2008, 02:38 AM
http://www.cpanel.net/support/docs/index.htm

foobic
01-09-2008, 02:50 AM
http://www.cpanel.net/plugins/devel/
Edit: oops, very slow!

BurakUeda
01-09-2008, 03:06 AM
If you are looking to perform only create, terminate, suspend and unsuspend functions, there is a basic API for those:
http://www.cpanel.net/plugins/devel/cpacct.html

stormridermay
01-09-2008, 06:26 AM
If you are looking to perform only create, terminate, suspend and unsuspend functions, there is a basic API for those:
http://www.cpanel.net/plugins/devel/cpacct.html

Thanks,

That's exactly what i need.