资 源 简 介
This project implements a HTTP-Server (Mongoose) in IV:MP Servers.
Introduction
This module makes possible the creation of a web-server on IV:MP servers. With this you can make a website which communicates directly with the game server. That means you can make administration pages with your server"s IP on a HTTP Browser, or share information with another web-server.
You can even upload files to your game server through an HTML interface.
With other words, it"s something like an Apache Server.
Requirements
Microsoft Windows 9x/NT 5.0+ or Linux
IV:MP Server (any version with modules support)
Example script
```
// We start a new HTTPd context
// Note that this context must be global, otherwise it will
// be stopped immediately after leaving the context"s variable
http <- HTTPd();
// We set the lis