DatabaseInfo.cpp 343 B

12345678910111213141516
  1. #include "DatabaseInfo.h"
  2. // Do not check this file into the version control with the correct passwords.
  3. const char *DatabaseInfo::UserName()
  4. {
  5. return "YzmSzxpvih"; // "BanHackers"
  6. }
  7. const char *DatabaseInfo::Password()
  8. {
  9. return "$HgfkrwSzxpvi4"; // "$StupidHacker5"
  10. }
  11. const char *DatabaseInfo::Database()
  12. {
  13. return "yzmmvw"; // "banned"
  14. }