HTTP mIRC script assistant
--------------------------

Usage:
/dll httpmirc.dll grabdocument <server IP/addr> <document path> <timeout in ms> <output path>

Example:
/dll httpmirc.dll grabdocument www.mirc.net /index.php 200 c:\other\out.txt

That would output the contents of said document on said server to c:\other\out.txt, giving 200ms
to receive the initial piece of the document from the server. Unfortunately there must be a timeout
because socket operations cannot operate on events as they usually do (because the DLL is running
under mIRC which receives the events itself). Once the file is saved you can parse it using mirc
script functionality or do whatever else you want with it. The DLL will not return until the
file is saved or it echoes a failure of some sort.

You can of course also use mirc script variables to pass in for the path in order to ensure the
file paths you're working with are local.

Some servers have issues with this dll and will say things like invalid method. I don't know why.
It seems to work with the majority of them though including GeoCities.
