Re: [RELEASE] NPHACK v1.1.0
:P I know, but a special module works faster and better. :P
Re: [RELEASE] NPHACK v1.1.0
The module created would have to return XML. It would be faster and have less of a load on the server. XML would also be better for parsing with .net
Re: [RELEASE] NPHACK v1.1.0
:good: thinking router, but I am developing a much faster way then the current version.
It will be released soon
Re: [RELEASE] NPHACK v1.1.0
Using a WebClient from the System.Net class instead of a WebBrowser control will be much faster and use less resources. The WebClient.DownloadString method suited my needs for the availability checker I have made.