Has anyone had success in creating your own interface for creating MySQL databases and user accounts? Is it possible to do this similarly to using the Accounting PHP module to set up new web accounts?
Has anyone had success in creating your own interface for creating MySQL databases and user accounts? Is it possible to do this similarly to using the Accounting PHP module to set up new web accounts?
Submitted a ticket, and apparently there is no api for doing this through cpanel, just in case anyone else is wondering. I have written my own app for doing this.
I was hoping t be able to create a MySQL database upon account creation via WHM Autopilot.
User buys and the database is done. I need the details to be sent so the client can run an install script.
Would you be willing to let others have a peek at your API?
I had success doing it via curl and php on v10, but it "broke" on v11.. so I have to "retrace my steps" to see what they've changed in the back end.. I'll let you know if I come up with anything new