Click to See Complete Forum and Search --> : [RESOLVED] Automatic email creation in cpanel ----PHP


vssp
08-01-2006, 02:41 AM
Hi friends
Is it posssible to create an email account in the cpanel without manualy logging in ? I want to create a php script which logs into the cpanel and create an email account . I hope i would get a solution form u guys

Thanks

NogDog
08-01-2006, 03:05 AM
Possibly by using the Curl extension. Alternatively, if you have access to the database that cpanel uses, you could just directly insert into it with PHP's database functions.

vssp
08-01-2006, 03:56 AM
The problem is that i don't know where the database of the Cpanel is? Do you know where it would be, I looked at the mysql databases but i there is no database for cpanel.

LeeU
08-01-2006, 10:51 AM
I'm not sure if this is what you're looking for but check this one out (http://www.zubrag.com/scripts/cpanel-create-email-account.php).

vssp
08-01-2006, 11:05 PM
Thanks for your replay i will check and let You know

vssp
08-01-2006, 11:33 PM
Thanks for all i got the solution .

Thanks Lee your script very usefull for me

VssP

LeeU
08-02-2006, 08:28 AM
Glad I could help.