Run the following in phpMyAdmin or your mysql client of choice. You should then be able to login with the default username and password.
Username: admin
Password: 123456
Код: Выделить всё
INSERT INTO `hlstats_Users` (`username`, `password`, `acclevel`, `playerId`) VALUES ('admin','e10adc3949ba59abbe56e057f20f883e',100,0) ON DUPLICATE KEY UPDATE `password` = 'e10adc3949ba59abbe56e057f20f883e';