natasha_thomas Posted May 16, 2010 Share Posted May 16, 2010 Friends, Case: I have one main domain: www.domain.com I may have N no of Subdomains, Say: www.subdo1.domain.com www.subdo2.domain.com www.subdo3.domain.com www.subdo4.domain.com www.subdo5.domain.com www.subdo6.domain.com and So on... I want some PHP Code that Automatically Pulls the Whole List of All Hyperlinked Subdomains, to this Main Domain. www.domain.com Any way to fetch them all? Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/ Share on other sites More sharing options...
trq Posted May 17, 2010 Share Posted May 17, 2010 Do you have access to the DNS server? Generally, without direct access such inquiries would be considered a security threat and not allowed. Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/#findComment-1059306 Share on other sites More sharing options...
natasha_thomas Posted May 17, 2010 Author Share Posted May 17, 2010 hostgator says NO.... NO access allowd... :'( LOL Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/#findComment-1059332 Share on other sites More sharing options...
trq Posted May 17, 2010 Share Posted May 17, 2010 Well, there is your answer. Assuming these sub domains are within there own virtual hosts however you could quite simply loop through there directory names (assuming also you have a decent naming convention in place). Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/#findComment-1059334 Share on other sites More sharing options...
Daniel0 Posted May 17, 2010 Share Posted May 17, 2010 You can use the same API I mentioned here: http://www.phpfreaks.com/forums/index.php/topic,298113.msg1411783.html#msg1411783 Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/#findComment-1059354 Share on other sites More sharing options...
natasha_thomas Posted May 17, 2010 Author Share Posted May 17, 2010 Ok, allow me to Thank both of you Administrators.... You guys doing Great job...... Natty Quote Link to comment https://forums.phpfreaks.com/topic/201916-list-of-all-subdomains-on-main-domain/#findComment-1059355 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.