M M.a.T.a.N New member Joined Mar 25, 2011 Messages 12 Apr 3, 2011 #1 hey, i want to do script in php that create me a new subdomain and check if the subdomain already exist. how can i do that? thank!
hey, i want to do script in php that create me a new subdomain and check if the subdomain already exist. how can i do that? thank!
ISOS6 Verified User Joined May 7, 2009 Messages 318 Location Erbil, Tarin Hills, Iraq Apr 3, 2011 #2 There are more PHP-case here. I can make it, but of course takes time. So you must simply learn PHP
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,728 Location www.poralix.com Apr 3, 2011 #4 You can try to do a nslookup sub.domain.com, it won't work if you got * in DNS zone for domain.com. If you own domain.com you can prepare a list of its subs, update it with cron, and check with them existence of a subdomain.
You can try to do a nslookup sub.domain.com, it won't work if you got * in DNS zone for domain.com. If you own domain.com you can prepare a list of its subs, update it with cron, and check with them existence of a subdomain.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Apr 3, 2011 #5 And of course don't forget to check out the DirectAdmin API; search these forums. Jeff