================================================================================
AMX Mod Plugin
http://amx.djeyl.net
--------------------------------------------------------------------------------
Name : AMX MyStatus .3
Version: .2 Updated Jan. 9, 2003
Author : SDE
Site : http://mystatus.ocsclan.com
--------------------------------------------------------------------------------
MyStatus
--------------------------------------------------------------------------------
Requirements:
- AMX
- PHP
- MySQL
--------------------------------------------------------------------------------
Plugin Installation :
- Extract file mystatus.amx to directory addons/amx/plugins
- Open addons/amx/plugins/plugins.ini
- Add a line containing : mystatus.amx
- Edit /addons/amx/mysql.cfg with your MySQL info.
- Add the following cvars to /cstrike/server.cfg -or- /cstrike/addons/amx/admin.cfg
// define amx server for multiple server support
amx_server_id 1
// define frequency in seconds for player info to update database
amx_mystatus_freq 15
--------------------------------------------------------------------------------
Web Installation :
- Open "/status/config.cfg" in your favorite text editor and customize it with your settings.
- Upload the "/status" directory to your root web directory.
http://www.myserver.com/status/
- Open your browser to the install script.
http://www.yourserver.com/status/admin/install.php
- Follow the steps in the web install to setup the db.
- Delete /status/admin/install.php before continuing.
- To adjust the look of MyStatus, log into admin and edit parameters.
http://www.myserver.com/status/admin/
--------------------------------------------------------------------------------
NOTE: Map images can be downloaded here: http://sourceforge.net/projects/hlmaps
- Upload map images to: /status/images/maps
--------------------------------------------------------------------------------
Templates :
- You can edit the default templates to change the arrangement of the infomation.
/status/templates/default
- If you want to make a new template, create a new directory in the templates
directory and edit "config.php" to point to that directory.
================================================================================
PHP Problems?
If you are experiencing errors with the web pages, be sure the following
settings are setup in php.ini
register_globals On
error_reporting = E_ALL & ~E_NOTICE