Hello, ragezone Friends.
I need a query / function to delete inactive accounts from database like 60 days offline.
if are possible ?
Hello, ragezone Friends.
I need a query / function to delete inactive accounts from database like 60 days offline.
if are possible ?
Yes juste look lastgame is account and create querry
use this to example and make a function
https://forum.ragezone.com/f82/scrip...ccount-634866/
It's like Oosmar2 said, create a query that gather the info from lastlogindate and calculate how much time has passed and delete them if it exceeds 30 days. See? The project is done, just code it.