PHP Error checking with a subdomain automation script

sm00nie

Member
Jun 20, 2005
5
0
151
Hi all,

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")
, 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