Commit Graph
7 Commits
Author SHA1 Message Date
CydandClaude Opus 4.8 061291c951 Add centralized DB helper; fix legacy mysql_error() landmines
- includes/db.php: shared mysqli connection + parameterized query helpers
  (pqs_db/pqs_exec/pqs_rows/pqs_row/pqs_val), targets PHP 7.4+.
- Replace 11 mysql_error() calls (undefined function on PHP 7+) with
  mysqli_error($link) / mysqli_connect_error() across getFSgame, getFSplayers,
  config, callsign, console. Only affected already-failed error paths.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 12:51:13 -05:00
CydandClaude Opus 4.8 7d643dde17 Add local WSL test-stack setup tooling
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 12:48:38 -05:00
CydandClaude Opus 4.8 00d6ec148e Clarify 16-pod design: hardware max, fixed 16-line positional output contract
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 11:53:06 -05:00
CydandClaude Opus 4.8 d5ccc48dfe Add ahk/ placeholder for the unrecovered game-console bridge scripts
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 11:23:25 -05:00
CydandClaude Opus 4.8 7b0cee2f8c Correct pod integration: AutoHotkey scripts scrape PQS, not direct polling
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 11:13:43 -05:00
CydandClaude Opus 4.8 5011c70414 Add architecture documentation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 11:08:54 -05:00
CydandClaude Opus 4.8 22e59d6290 Initial commit of PQS
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 10:59:51 -05:00