Reverse IP domain lookup
-
Hello, I would like to as you if there is a way I can perform a reverse IP domain lookup (get all the domains of the websites that are hosted on that server) using vb.net Something like this: http://www.yougetsignal.com/tools/web-sites-on-web-server/[^] It would be awesome if you could provide me with the source code. Regards, Ammar Ahmad.
-
Hello, I would like to as you if there is a way I can perform a reverse IP domain lookup (get all the domains of the websites that are hosted on that server) using vb.net Something like this: http://www.yougetsignal.com/tools/web-sites-on-web-server/[^] It would be awesome if you could provide me with the source code. Regards, Ammar Ahmad.
Hi! Did you thought about using the service from yougetsignal.com? There are tow ways to solve this: 1. Offers yougetsignal.com an SDK or anything like that (I think no :( ) so 2. Use the website. Open the webpage in a webbrowser on your application and try to control it with commands (use Google if you don't know how to do this). So insert an URL, press the button, get the result an show it at your application. Hope this helps :) !
Design is not just what it looks like and feels like. Design is how it works. - Steve Jobs