subdomains in the same ip

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phptower
Forum Newbie
Posts: 2
Joined: Wed Mar 16, 2005 9:45 am

subdomains in the same ip

Post by phptower »

Hello All,

I ned to get a lists of domains served to the same ip by php scipt.

Can anyone suggest a route to solving this?

Thanking you in advance.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the only way I know of is by accessing the config file for the server, unless your logs have the domain/subdomain info in them as well.
phptower
Forum Newbie
Posts: 2
Joined: Wed Mar 16, 2005 9:45 am

Other alternative

Post by phptower »

Hello:

in this url you can see other alternative
http://www.cuasar.com/spider_beta/index ... om&p=es%20

but i did not khow how to do it.

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that'd likely be a DNS search.
Post Reply