Page 1 of 1

reverse ip ?

Posted: Sun Aug 01, 2010 3:19 am
by everydayrun
i want to write a tool,which is a form, it can find other sites hosted on a web server by entering a domain . now, the frontend is too easy, but i don't know how to write the submit php file,namely,when the user click the check button,the file it triggers.any tips would be appreciated. how to build the database?

Re: reverse ip ?

Posted: Mon Aug 02, 2010 7:58 pm
by everydayrun

Re: reverse ip ?

Posted: Tue Aug 03, 2010 6:58 am
by klevis miho
I would do this using google. I don't remember well the search query on google, but in google you can search for an IP and it gives you the sites that are hosted on this IP. (i think its IP:IP-address).

Then I would do a cURL to get all those domains.

Re: reverse ip ?

Posted: Tue Aug 03, 2010 7:15 am
by everydayrun
klevis miho wrote:Then I would do a cURL to get all those domains.
don't understand this.any mor details would be appreciated.

Re: reverse ip ?

Posted: Tue Aug 03, 2010 7:15 am
by everydayrun
klevis miho wrote:Then I would do a cURL to get all those domains.
don't understand this.any more details would be appreciated.

Re: reverse ip ?

Posted: Tue Aug 03, 2010 7:23 am
by klevis miho
Ok in bing.com read this: http://help.live.com/help.aspx?project= ... ing.com:80

Then use php's cURL library to get the domains.