reverse ip ?
Moderator: General Moderators
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
reverse ip ?
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?
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
Re: reverse ip ?
like this tool http://www.yougetsignal.com/tools/web-s ... eb-server/
anyone helps?
anyone helps?
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: reverse ip ?
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.
Then I would do a cURL to get all those domains.
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
Re: reverse ip ?
don't understand this.any mor details would be appreciated.klevis miho wrote:Then I would do a cURL to get all those domains.
-
everydayrun
- Forum Commoner
- Posts: 51
- Joined: Wed Jan 20, 2010 1:30 am
Re: reverse ip ?
don't understand this.any more details would be appreciated.klevis miho wrote:Then I would do a cURL to get all those domains.
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: reverse ip ?
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.
Then use php's cURL library to get the domains.