Hi all,
I have a loop statement that includes -
, which just allows for quick subdomain creation.
$login, $pass, $subdomain and $domain are passed from a form.
Would anyone know how in PHP to check if the subdomain was created in PHP ?
I have no shell access btw.
Any suggestions would be appreciated,
Thanks
I have a loop statement that includes -
Code:
fopen("http://$username:[email protected]$domain:2082/frontend/x/subdomain/doadddomain.html?domain=$subdomain&rootdomain=$domain", "r")
$login, $pass, $subdomain and $domain are passed from a form.
Would anyone know how in PHP to check if the subdomain was created in PHP ?
I have no shell access btw.
Any suggestions would be appreciated,
Thanks