Hatake Kakashi Posted January 26, 2012 Posted January 26, 2012 hello, how to delete account if players not online in 1 month. how to delete it automatically? thanks Quote
Alvins182 Posted January 26, 2012 Posted January 26, 2012 DELETE FROM `login` WHERE DATE_SUB(`lastlogin`, INTERVAL 30 DAY) Quote
Hatake Kakashi Posted January 26, 2012 Author Posted January 26, 2012 where can i put that code? Quote
Emistry Posted January 26, 2012 Posted January 26, 2012 it is SQL Code.... so run it in your MySQL Quote
Hatake Kakashi Posted January 26, 2012 Author Posted January 26, 2012 wtf. my gm account has deleted when i execute this. i use my acc. already. and i use it everyday lol xD Quote
Question
Hatake Kakashi
hello, how to delete account if players not online in 1 month. how to delete it automatically? thanks
4 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.