Hatake Kakashi Posted January 26, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted January 26, 2012 hello, how to delete account if players not online in 1 month. how to delete it automatically? thanks Quote Link to comment Share on other sites More sharing options...
Alvins182 Posted January 26, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 122 Reputation: 2 Joined: 11/20/11 Last Seen: September 6, 2023 Share Posted January 26, 2012 DELETE FROM `login` WHERE DATE_SUB(`lastlogin`, INTERVAL 30 DAY) Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted January 26, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted January 26, 2012 where can i put that code? Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 26, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 18 hours ago Share Posted January 26, 2012 it is SQL Code.... so run it in your MySQL Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted January 26, 2012 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
Question
Hatake Kakashi
hello, how to delete account if players not online in 1 month. how to delete it automatically? thanks
Link to comment
Share on other sites
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.