Anime s2 Posted November 24, 2016 Posted November 24, 2016 How to delete players accounts if player is not active for almost 11 months? Quote
0 Emistry Posted December 23, 2016 Posted December 23, 2016 I got this old script that I write about 2~3 years ago... you can give it a try.. https://pastebin.com/cxdvX05K You may probably need to double check the list for account id table and char id table to delete all inactive records. Quote
0 Emistry Posted December 23, 2016 Posted December 23, 2016 query_sql( "SELECT `account_id` FROM `login` WHERE DATEDIFF( NOW(),`lastlogin` ) > 30 )",.@aid ); to query_sql( "SELECT `account_id` FROM `login` WHERE DATEDIFF( NOW(),`lastlogin` ) > 90 )",.@aid ); Quote
0 Musika6988 Posted April 20, 2018 Posted April 20, 2018 On 12/23/2016 at 12:14 AM, Emistry said: I got this old script that I write about 2~3 years ago... you can give it a try.. https://pastebin.com/cxdvX05K You may probably need to double check the list for account id table and char id table to delete all inactive records. Hi Ems, I'm having this error. Can you please help me resolve this? 1.bmp Quote
Question
Anime s2
How to delete players accounts if player is not active for almost 11 months?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.