• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with Account Manager rep+

joffily

Alcatraz-World Owner
Joined
Jun 28, 2008
Messages
180
Reaction score
0
Location
Brasil
Hello guys I have one big problem with my Gesior ACC, my database have ~25k of account and the website dont create more account, if you try will see one blank page. If I delet any account I can create a new account, I think it problem comes by 'id' and auto_incremente.
How fix it? :)
 
You can use this query to delete players that are below lvl 50 and inactive for 30 days.

PHP:
DELETE FROM players WHERE level < 50 AND lastlogin < UNIX_TIMESTAMP() - 30*24*60*60
 
no no, it stop from night to day.. I haven't change nothing.
I think it is Max Value from auto_increment on mysql/GesiorAcc, and Gesior Account do not 'can' insert more account in Database.
 
Back
Top