UltraStats handbook¶
UltraStats is a PHP application that reads Call of Duty dedicated server log files, stores results in MySQL, and serves statistics and an admin area (parser, servers, users, database upgrades).
- Source code & issues: github.com/alorbach/ultrastats
- Releases (tarball + notes): GitHub Releases
- Current operator docs in the repo: README, AGENTS.md, SECURITY.md
- This site (public handbook): https://alorbach.github.io/ultrastats/
In this site¶
| Topic | Page |
|---|---|
| Timeline, dormancy, 2020s revival | Project history |
| First install & gamelog / parser flow | Install & first run |
| Already installed? new version? | Upgrading |
| Local Docker | Docker |
| Parser, SSE, cancel | Admin & parser |
| Logos, menu, theme UI | Theme & navigation |
| Whiner / anti medals | Whiner & anti medals |
| config-driven weapon medals | Custom medals |
| Release history | Changelog |
| Old ultrastats.org & wiki (archived screenshots only) | Historical site snapshots |
Supported games (original scope): Call of Duty, United Offensive, CoD 2, CoD 4: Modern Warfare, CoD: World at War.
Requirements (current baseline): PHP 7.4+ with mysqli, MySQL 5.7+ / 8+ or MariaDB 10+, and a web server (or the PHP dev server; see Docker).
Credits¶
- Core project author and maintainer: Andre Lorbach.
- Release testing support: David Sanetti.