AMX Mod X plugins by rain
English Polski Deutsch Français

SteamDB (amx_steamdb)

First published: 2006/06/27 at Allied Modders
Version: 1.2
Description: This plugin enables admins (or users) to lookup players' real names (the names they have registered with on a forum) during game using extended amx_who2 command. The names database is fetched from a phpBB forum (with some modifications to the script any other system can be used).
Instructions:
  1. Compile and install.
  2. Modify your forum (add custom profile field SteamID). If you do not know how, check this or look for steamid_mod_v0.2.txt in Forum mod. It will not do all the work for you, but should be some aid in achieving this goal.
  3. Copy the contents of 'Backend - PHP' to your webhost.
  4. Edit steamdb/config.php.
  5. Check that it works - just point your browser to: http://example.com/steamdb/index.php
  6. Download the shell script, edit paths and put it into crontab.
Changelog: Version 1.2 (2007-09-08)
  • License upgraded to GPL v3 or later
  • Added version broadcasting
Version 1.1 (2006-06-14)
  • Cleaned up the code, commented, GPL-ed
Version 1.0 (2005-10-27)
  • Initial private release (not open published)
Source: View source (SVN repository)
Downloads: Download .zip (.zip file - Windows line encoding)
Download .tgz (.tar.gz file - UNIX line encoding)