This project provides a user-friendly registration page for the AzerothCore server, allowing players to create accounts easily. Designed to integrate seamlessly with AzerothCore, this registration page offers a straightforward and secure way to register new accounts.
- User registration with basic validation
- Integration with AzerothCore's account database
- Secure password hashing
- Error handling and user feedback
Before using this registration page, ensure that your server has the following PHP extensions enabled:
- GMP Extension: Required for working with large integers and cryptographic functions.
- Mbstring Extension: Provides multi-byte string handling, necessary for proper string manipulation.
- PDO Extension: Enables PHP Data Objects for database access.
- PDO-MySQL Extension: PDO driver for MySQL databases, required for connecting to the AzerothCore database.
- Clone the repository to your web server.
- Ensure all required PHP extensions are enabled.
- Configure the
config.phpfile with your database and server details. - Deploy the registration page to your web server.
- Direct users to the registration page to start creating accounts.
- Project Creator: Gabriel Ferreira
- AzerothCore: AzerothCore Community
We welcome contributions from the community! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
- Gabriel Ferreira - Initial development