Page 1 of 1

Need help with PHP script for IP address of sites

Posted: Wed Apr 30, 2008 7:42 am
by jeetesting
Hi All
I need some assistance with getting the IP address of a web site.

Basically I have to write a PHP page where if a site name is supplied it would return back the IP address of the site as well as specify if the IP Address is Dedicated for that site or a Shared IP Address

I have figured out how to get the IP address of a site in PHP however I am not able to figure out how can I find out whether that IP address is static i.e. dedicated IP for the site or a shared IP that the site is using.

Does anyone know how to get around this problem, using PHP how can I figure out if an IP address of the site is a Dedicated IP address for that site or whether that IP is a shared one.

Any help on this matter is appreciated

Cheers
Asif

Re: Need help with PHP script for IP address of sites

Posted: Wed Apr 30, 2008 4:10 pm
by VladSun
What do you mean by "Shared IP Address" ?

Re: Need help with PHP script for IP address of sites

Posted: Thu May 01, 2008 7:04 am
by jeetesting
What do you mean by "Shared IP Address" ?

-------------------------------------------------------------------------------

These means like: I have total count how much sites(domain) hosted on one ip?
e.g.: 67.178.179.40 this is shared ip
Five sites hosted on that same ip
1) abc.com
2) xyz.com
3) pqr.com
4) lmn.com
5) ikd.com

How to find out these using PHP?

like: http://www.yougetsignal.com/tools/web-s ... eb-server/

I need exactly same result.

Re: Need help with PHP script for IP address of sites

Posted: Thu May 01, 2008 7:44 am
by VladSun
At the bottom:
about
A reverse IP domain check takes a domain name or IP address pointing to a web server and searches for other sites known to be hosted on that same web server. Data is gathered from search engine results, which are not guaranteed to be complete.

Re: Need help with PHP script for IP address of sites

Posted: Thu May 01, 2008 8:28 am
by jeetesting
You can try it or any clue then give me, please.

Re: Need help with PHP script for IP address of sites

Posted: Fri Dec 17, 2010 1:11 am
by aysha
jeetesting wrote:What do you mean by "Shared IP Address" ?

-------------------------------------------------------------------------------

These means like: I have total count how much sites(domain) hosted on one ip?
e.g.: 67.178.179.40 this is shared ip
Five sites hosted on that same ip
1) abc.com
2) xyz.com
3) pqr.com
4) lmn.com
5) ikd.com

How to find out these using PHP?

like: http://www.yougetsignal.com/tools/web-s ... eb-server/

I need exactly same result.

Nice tool.Thank you friend..but i am also found one tool called http://www.whoisxy.com/ip-to-domain.aspx .
Here also i found the reverse ip lookup tool at free of cost.