reverse 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
everydayrun
Forum Commoner
Posts: 51
Joined: Wed Jan 20, 2010 1:30 am

reverse ip ?

Post 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?
everydayrun
Forum Commoner
Posts: 51
Joined: Wed Jan 20, 2010 1:30 am

Re: reverse ip ?

Post by everydayrun »

klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Re: reverse ip ?

Post 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.
everydayrun
Forum Commoner
Posts: 51
Joined: Wed Jan 20, 2010 1:30 am

Re: reverse ip ?

Post 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.
everydayrun
Forum Commoner
Posts: 51
Joined: Wed Jan 20, 2010 1:30 am

Re: reverse ip ?

Post 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.
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Re: reverse ip ?

Post 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.
Post Reply