toy4x4 Member Feb 23, 2014 #1 Anyone seen a add-on to search for users that have the same joined date and last activity date? I have several hundred accounts that are registered and look to be bot created that I need a quick way to search for them.
Anyone seen a add-on to search for users that have the same joined date and last activity date? I have several hundred accounts that are registered and look to be bot created that I need a quick way to search for them.
Jake Bunce Well-known member Feb 23, 2014 #2 Run this query on your database using a program like phpmyadmin: Code: SELECT * FROM xf_user WHERE register_date = last_activity; Upvote 0 Downvote
Run this query on your database using a program like phpmyadmin: Code: SELECT * FROM xf_user WHERE register_date = last_activity;