Installation:

1  Games Example:
   --------------
  
      Game:                           Gamename Variable:
     - American's Army               aa
     - Battlefield 1942              bf
     - Battlefield Vietnam           bfv
     - Battlefield 2                 bf2
     - Call of Duty                  cod
     - Enemy Territory               et
     - Half-Life / Half-Life2        hl
     - Medal of Honor                mohaa
     - Return to Castle Wolfenstein  rtcw
     - Rune                          rune
     - Unreal Tournament             ut
     - Unreal Torunament 2003        ut2003
     - Unreal Tournament 2004        ut2004
     - Quake 3                       q3a

2  Server Example:
   ---------------

    - open the phgstats/settings/config.inc.php file with an editor and add the
    game, ip, port and the queryport if you need an other as the default of the game

    $gameserver = array(
    /* 3  */ 'mohaa:213.253.57.57:12020:12301',    
    /* 2  */ 'bf:212.227.65.120:14567',
    /* 1  */ 'et:213.202.211.42:27980',
    );

    First Server is an Enemy Territory Server:
    Game: et    IP: 213.202.211.42  Port: 27980  QueryPort: not need
  
    Second Server is a Battlefield Server:
    Game: bf    IP: 212.227.65.120  Port: 14567  QueryPort: need, but
                                               
                                                 phgstats set the default of 23000
					         so we can leave the query port
					         configuration
    
    Third Server is a Medal of Honor Server:
    Game: mohaa IP: 213.253.57.57   Port: 12020  QueryPort: 12301
                                     
	                                         phgstats set default to 12300
				                 but we need 12301, because 2
                  		                 servers are running on our machine,
					         so we must set the queryport manually
  
3  Country Example:
   ----------------

    $country = array(
    /* 2 */ 'Germany',
    /* 1 */ 'Germany',
    )
  
    First Server Location: Germany
    Second Server Location: Germany

4  HTML Table Colors:
   ------------------
   
    - you can also set the following variables in phgstats/settings/style.css file:
   
    - server country
    - web-browser title
    - font color
    - body background color
    - table, th, td font color
    - table, th, td background color
    - link hover color
   
    - copy the phgstats directory to your webserver
    (example: http://www.yourdomain.net/phgstats/)

5  INCLUDE Example:
   ----------------

   - if you would use phgstats into your webpage, add the following lines in your webpage.php


   <?php $phgdir = "phgstats/";  		// this line must have the path to phgstats directory
   $use_file = basename(__FILE__); 		// dont change this
   require_once ($phgdir . '/index.php') ?> 	// dont change this
   
6  Map Pictures:
   -------------
   Only the most used maps are in phgstats/maps/ directory, for more pics search
   the pictures, rename to mapname.jpg and copy to phgstats/maps/gamename/ directory
   on your webserver. You can also send me new tips, minimaps or wishes for next
   release on the forum of http://woah-projekt.de or on Quakenet(irc) channel: #woah-projekt

