Ranking using OrangeWorld
.........................


  If you wish to have ranking on your server, like quake world 1.2, this
  server patch supports Urdsgjallar's logging programs.
  
  I have taken these files and improved them as follows:
  
qwrap:

  piggy-back program to quake, writes filtered console data to file,
  kicks illegal names, and lets players know the current rankings.

  requires a quake.ini file which specifies location and names of files.
  
  improvement:
  
  names have been filtered to allow case and colour insensitivity.
  
  command line:
  
  qwrap quake.ini
  
qranking:

  usually run as a cron job, this reads the output of qwrap since the
  last call, updates the player database, and creates new html files.
  
  this is a perl script, hence a perl interpreter is required, and the
  script requries editing to tell it where to find its files ( produced
  by qwrap, and html ), plus customization of web pages.
  
  improvements:
  
  8th bit has been stripped from names, hence removing fancy names.  extra
  tags for clan web page, and statistics home page.
  
qnick:

  this is a cgi-script which produces html for registration of user names,
  requires editing for html style, and file locations.
  
...............................................................................
