dont know but would like to know for sure...
@Yann192 @linux4indians #delete_inactive_user_with_sql you can use a this query on phpmyadmin DELETE FROM `users` WHERE `num_posts` =0
thanks, this is useful
yeah it is...
but what if the user is just new? how could you nuke a user who just registered?
quick solution you can added registration date in the where filter
dont know but would like to know for sure...
Jul 31 2010, 03:20@Yann192 @linux4indians
Jul 31 2010, 06:40#delete_inactive_user_with_sql you can use a this query on phpmyadmin
DELETE FROM `users` WHERE `num_posts` =0
thanks, this is useful
Jul 31 2010, 09:01yeah it is...
Jul 31 2010, 09:02but what if the user is just new? how could you nuke a user who just registered?
Jul 31 2010, 20:31quick solution you can added registration date in the where filter
Jul 31 2010, 21:22