Thanks Rambomst.
Current progress:
- Template built
- All server queries ready
- User registration
Todos:
- User administration (web side)
- How to handle the rcon passwords
- Server status image maker
Further note on the RCon passwords. How do y'all think I should go about securing it.
- Super Administrator (Installer of the CMS) enters the RCon password during install.
- Password is 1-way hashed, can't be recovered.
- Only allowed users (Web-based) can even attempt to login to console with RCon.
- RCon is only during the session, after that you are required to re-enter it.
- RCon is first compared to the password in the database then the game server to avoid sending any unnecessary queries to the game server.
Do y'all think that is the best way of handling it?
Current Live ProgressObviously, not all the progress is live for security reasons.