news
projects
downloads
links
forum



Quick Server Info

Quick Server Info can show the status of one or more game-servers in a clear, small table. Its easy to configure and like the Multi Server Checker it supports dozens of games (GameSpy query protocol).

Type: PHP server application

Requirements: webserver with PHP 4 (PHP must be able to use UDP. It may work with PHP 3 or 5, but it is not supported)

Download: downloads page

Latest version: v2.0 (May 29th, 2006)

Example:


    template 1:

Sword of the Wolf (209.124.57.40)  BF2 - server offline -
Sword of the Wolf BF2142 demo (209.124.57.40)  BF2142 - server offline -
RubberDucky (72.51.60.157)  BF2 - server offline -
War is Hell BF2 #1 (70.86.24.2)  BF2 - server offline -


    template 2:

Sword of the Wolf 2142 (209.124.57.40), BF2
- server offline -
RubberDucky (72.51.60.157), BF2
- server offline -
War is Hell BF2 #1 (70.86.24.2), BF2
- server offline -

Features:

  • Very easy to integrate into your website
  • Fully customizable with easy to create html templates
  • Supports all GameSpy query protocols, also the new one with "challange key"

Installation:

  • Put "serverInfo.php", "serverInfo_config.php", "serverInfo_functions.php" and the template of your choice (e.g. "template.htm") in the same folder where the document is, you want the Quick Server Info being displayed in
  • open "serverInfo_config.php" and adjust the settings to your needs
  • include this line:
    <?php include("serverInfo.php"); echo $output; ?>
    in the document where you want to display the Quick Server Info. Have a look at "serverInfo_example.php" to see an example.
  • optional: run "serverInfo_example.php" to test the script

Changelog:

  • Quick Server Info v2.0:
    - extended old GS query protocol by multi packet capability
    - added new GS query protocol (with challenge key)
    - added new GS short query for BF2
    - added template engine
    - other minor optimizations

  • Quick Server Info v1.1:
    - fixed bug that displayed fread error for down servers sometimes
    - added suppress_errors settings, to suppress PHP warnings when PHP is run in degbug mode

License: