﻿Web Manager is a module for AMXMODX, writting by Delphi. By using Web Manager, we can view server status and manager server in web pages. Web Manager is using PHP as the scripting language. We can use most of the PHP functions, so we can made the web pages very easily.


1. Requirements
	MetaMod 1.19p28
	AMXMODX 1.75 and later

2. Installation Steps
	(1) Copy "webmgr_amxx.dll" to "{GAMEROOT}/{MODDIR}/addons/amxmodx/modules".
	(2) Add a new line "webmgr"(without quotes) to "{GAMEROOT}/{MODDIR}/addons/amxmodx/configs/modules.ini".
	(3) Copy folder "webmgr" (include all subfolders) to "{GAMEROOT}/".
	(4) If you want the default web page is English, please edit "{GAMEROOT}/webmgr/www/index.php", change "cn/index.php" to "en/index.php".
	(5) Edit web page configuration file "{GAMEROOT}/webmgr/www/cn/config.inc.php" & "{GAMEROOT}/webmgr/www/en/config.inc.php" according to your needs.
	(6) Edit main configuration file "{GAMEROOT}/webmgr/configs/webmgr.ini" according to your needs. Generally speaking, you only need to change the admin password.
	(7) Edit virtual directory configuration file "{GAMEROOT}/webmgr/configs/vdir.ini" according to your needs.
	(8) Restart your game server.
	(9) Visit http://game_ip:game_port/ with the browser.
	(10) Type game rcon_password or the admin password in "{GAMEROOT}/webmgr/configs/webmgr.ini" and logon. You can manager your server now.

3. Internal functions
	These internal functions are functions you can called in PHP files. Read document "webmgr/Documents/English/functions.txt" to find out the usage and description of Internal functions.

4. Contact
	Author: Rulzy
	E-Mail: rulzy@163.com
	Website: http://www.dt-club.net/

5. Thanks
	This module is using "PHP4Delphi" component. Thanks to the author of PHP4Delphi. You can download PHP4Delphi here: http://users.telenet.be/ws36637/php4delphi.html

6. Other
	(1) The archive already contains the module's source code.
	(2) If you modify the module source code and/or the PHP pages, please keep the copyright information.
	(3) Without the consent of the author, this module is strictly prohibited for any commercial activities!
	(4) The archive includes PHP environment, so you don't need another set up of PHP environment. Of course, you can modify the {GAMEROOT}/webmgr/php-5.3.0-Win32-VC6-x86/php-webmgr.ini to configure the PHP environment.
	(5) Please use the PHP-5.3.0-Win32-VC6-x86 version to get the best compatibility with this module.
	(6) If the server is on the LAN, and you want to visit it via the Internet, please do not forget mapping the corresponding TCP port.



China DT Club

May 11, 2010