Does anyone know how I can automate subdomain creation using Cpanel scripts? Is it even possible?
I would like to setup a form to collect user and payment information for the subscriber so they can create a subdomain upon payment. I tried doing the same as what is being done in cpanel subdomain's index.html page but I'm having permission problems.
Is there a way I can set it up so my users can create their own subdomains upon c.c. acceptance?
This is what I'm using to try to create the subdomain:
&cpanel SubDomain=&addsubdomain($FORM{'domain'})&&
Is this correct?
Thank you,
wthCJ
I would like to setup a form to collect user and payment information for the subscriber so they can create a subdomain upon payment. I tried doing the same as what is being done in cpanel subdomain's index.html page but I'm having permission problems.
Is there a way I can set it up so my users can create their own subdomains upon c.c. acceptance?
This is what I'm using to try to create the subdomain:
&cpanel SubDomain=&addsubdomain($FORM{'domain'})&&
Is this correct?
Thank you,
wthCJ