[AMX]MyStatus Documentation

Sites Using MyStatus
http://www.csbkb.com/modules.php?name=Status (integrated in PHP Nuke)
pc-gamers.servegame.com/status/

If you're using myStatus, post in the OCS Forums so i can add a link to your site here.

If you are having trouble or would like to give me some feedback or bug reports, please go to my forums:
www.ocsclan.com/forum


3/2/2003 -- Version .3 update
  • PHP 4.0.6 install script compatibility fixed.
  • PHP 4.3.1 compatibility with the template class.

    1/9/2003 -- Version .2 upgrades include:
  • amx_server_id cvar support. Use this for multiple server support.
  • amx_mystatus_freq cvar support. This is the amount of seconds the plugin will query for player info.
  • - added _amx prefix to db tables
  • cleaned up install script.
  • fixed encryption bug.

    Known Bugs:
  • Multiple Server support not fully functional. ( currently working on it )
  • server info does not start writting to the database until the first map change

    Screen Shots:
     

    Download AMX MyStatus v.3


    Requirments:
  • AMX
  • PHP
  • MySQL
    ================================================================================
    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