Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Block Account

Junior Spellweaver
Joined
May 19, 2014
Messages
104
Reaction score
24
blocked, you meant all the account's suddenly became AuthType = 2 ?
 
Junior Spellweaver
Joined
May 19, 2014
Messages
104
Reaction score
24
try to check their AuthType if the value is 2, if yes, you might be looking at a possible database security breach.
 
Junior Spellweaver
Joined
May 19, 2014
Messages
104
Reaction score
24
i meant, run this query on your sql:
SELECT AuthType FROM ACCOUNT..cabal_auth_table WHERE AuthType <> 1;
 
Back
Top