2026-03-10 14:29
Asset caching, observability, and categorized release log
SITE 2026.03.10.4
The portal gained aggressive static asset caching, public health diagnostics, and a clearer tag-based release timeline.
site
infra
- A new `.htaccess` applies 1-year caching to CSS, JS, fonts, and images, while keeping HTML/PHP fresh.
- `status.php` now shows portal health and a new `portalstatus.php` endpoint provides a simple JSON readout.
- Theme assets gained versioned query strings and the Google Fonts request now loads fewer weights.
- The release timeline now sorts by date and shows category tags for faster reading.
2026-03-10 14:18
Lower-memory Safari visual fallback
SITE 2026.03.10.3
Heavy visual theme effects gained a Safari fallback to reduce browser memory usage.
site
fix
- Safari now receives a browser class to activate lighter CSS.
- `backdrop-filter`, `mask-image`, and the fixed background with `filter` were reduced on Safari.
- The look was preserved with opaque panels replacing the most expensive compositor effects.
2026-03-10 14:10
Automatic portal translation and memory limit
SITE 2026.03.10.2
The portal now responds in pt/en using browser language and gained a local per-request memory cap.
site
infra
- PHP pages now detect locale by `Accept-Language`, `chaotic_lang` cookie, and `?lang=`.
- `download.html` and `contato.html` gained client-side translation with persisted language choice.
- The public portal now enforces `memory_limit = 128M` to avoid requests without a RAM ceiling.
2026-03-10 13:21
Public character profile on the portal
SITE 2026.03.10.1
The online list now opens a public character profile, with fixes for race, gender, and dates.
site
fix
- `ponline.php` now links character names to `char.php?serial=...`.
- `char.php` now shows skills, activity, race, gender, creation, and last login.
- The portal parser was adjusted to handle invalid placeholders and corrected shard dates.
2026-03-09 09:58
Full refresh of the public portal
SITE 2026.03.09.2
New visual foundation, unified navigation, and dynamic pages for status, online players, guild list, and rankings.
site
- Created a new PHP theme with shared header, footer, and navigation.
- Home, status, players online, downloads, and contact were rewritten with a responsive layout.
- Created the pages `guildlist.php`, `rankpvm.php`, and `rankpvp.php`.
- Downloads were turned into a pre-launch placeholder until public opening.
2026-03-09 09:36
Broken menu route fix
SITE 2026.03.09.1
The status area menu stopped pointing to a non-existent file on the vhost.
site
fix
- Links from `servidor.php` were switched to `status.php`.
- Initial audit of the Linux publication separated from the shard `scripts/www`.
- A full snapshot of the remote site was downloaded for safe work.