- #include "DatabaseInfo.h"
- // Do not check this file into the version control with the correct passwords.
- const char *DatabaseInfo::UserName()
- {
- return "YzmSzxpvih"; // "BanHackers"
- }
- const char *DatabaseInfo::Password()
- {
- return "$HgfkrwSzxpvi4"; // "$StupidHacker5"
- }
- const char *DatabaseInfo::Database()
- {
- return "yzmmvw"; // "banned"
- }
|