A modern, responsive, and dark-themed "Online Players" page for TrinityCore 3.3.5a (Wrath of the Lich King) servers.
Downloads
3
Views
132
Likes
2
Uploaded on
January 19, 2026
A modern, responsive, and dark-themed "Online Players" page for TrinityCore 3.3.5a (Wrath of the Lich King) servers.
Modern, dark-themed online players page.
pdo_mysql extension enabled).characters database).docker-compose.yml and configure your database connection settings:
environment:
- DB_HOST=localhost <-- Your Database
- DB_NAME=characters <-- Characters DB Name
- DB_USER=trinity <-- DB Username
- DB_PASS=trinity <-- DB Password
docker-compose up -d --build
http://localhost:8080C:\xampp\htdocsC:\wamp64\www/var/www/html/usr/share/nginx/htmlconfig.php.getenv if you set env vars):
$host = getenv('DB_HOST') ?: 'YOUR_DB_IP';
$db = getenv('DB_NAME') ?: 'characters';
$user = getenv('DB_USER') ?: 'trinity';
$pass = getenv('DB_PASS') ?: 'YOUR_PASSWORD';
http://localhost/.The file resources/zone.txt maps Zone IDs to names.
Zone Name =ZoneIDDalaran =4395Images are located in resources/.
race/: Race/Gender icons (e.g., human_male.jpg).class/: Class icons (e.g., warrior.jpg).faction/: Faction banners (alliance_banner.jpg, horde_banner.jpg).Sign in to join the conversation
You must be signed in to comment
No comments yet
Be the first to share your thoughts!

@database379