1. What is this all about?
This is a http server written in mIRC Script. As of now it only supports one connection at time. But I do have a thing I call "mIRC SSI"...
2. What is "mIRC SSI"?
A feature which allows you to run mIRC code directly via the HTML source. You seen an example on the previous page.
3. Can mIRCHTTPd send binary files?
Previously, no, currently, yes! You may have to program content-types though. Right now only zip, rm, mid, jpg, gif, png, and swf are programed, anything else that isnt txt, htm or html will send as application/octet-stream in binary. Go to around line 76 in mirchttpd.ini to see how easy it is to add another format.
4. What if I don't make a index.html?
mIRCHTTPd Supports Directory Indexing. This cannot be easily disabled yet, so just use a blank index.html for now.
5. Who thought up this crazy idea?
Me, Sonic. You can contact me at raven@ravenmagneto.com and my website(s) at zefie.com
6. Okay, I want it.
You can have it.
7. How?
Its available under the BSD license, and can be downloaded from this server or a faster server.
8. Cool, Thanks
No Problem.
By the way, I am aware of a better, more stable and complete web server using mIRC scripting, called MotionWS.
I would suggest that over mine, even though I have not tried it, since it sounds to be more complete, and has been in development for a year longer, and much more often.
As far as I know, I was the first to release an mIRC HTTPd Server back in 06/2002. This may not be true though, and it was not "widely" released, so please do not credit me.