Changes made by creativename, September 2026: - Added profiles-new.php which connects to oraclech_new rather than profiles.php connecting to oraclech_oracle; not linked to from this site, linked to from gamefaqscontests.com Oracle PAA pages - Added indexes to oraclech_battleroyale tables - Moved old public_html/ folder to public_html.old/ at user root - Created static HTML mirror with `wget --mirror` due to issues with Chinese bots causing heavy load with intensive MySQL queries - BR/ and boards/ had to be mirrored separately - $id relied on register_globals, fixed with `$id = isset($_REQUEST['id']) ? $_REQUEST['id'] : null;`