Simple and secure registration page for TrinityCore 3.3.5a servers with correct SRP6 authentication support.
Downloads
6
Views
111
Likes
1
Uploaded on
January 19, 2026
Simple and secure registration page for TrinityCore 3.3.5a servers with correct SRP6 authentication support.
Modern, dark-themed registration page.
pdo_mysql (Database connection)gmp (Crucial for SRP6 calculation)mbstring (Recommended)The database connection settings are located in register-config.php. You can edit them directly or use Environment Variables.
| Variable | Default | Description |
|---|---|---|
DB_HOST |
localhost |
Database IP or Hostname |
DB_USER |
trinity |
Database Username |
DB_PASS |
trinity |
Database Password |
DB_NAME |
auth |
Auth Database Name |
DB_PORT |
3306 |
MySQL Port |
This project includes a fully configured docker-compose.yml.
docker compose up -d --build
http://localhost:8080.Note: Ensure your MySQL container or external database is reachable from inside the container. You might need to adjust DB_HOST in docker-compose.yml (e.g., set it to host.docker.internal to access localhost of the host machine).
;extension=gmp.extension=gmp.C:\xampp\htdocs\register.register-config.php with your MySQL credentials.http://localhost/register.C:\wamp64\www\register.register-config.php with your credentials.http://localhost/register.sudo apt update
sudo apt install php php-gmp php-mysql
/var/www/html.register-config.php.This means the GMP extension is not enabled in PHP. Follow the "Enable GMP Extension" steps for your platform (XAMPP/WAMP guides above).
register-config.php.auth database.realmlist table in your auth database to ensure the realm address matches your realmlist.wtf.Sign in to join the conversation
You must be signed in to comment
No comments yet
Be the first to share your thoughts!

@database379