The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mass delete bot registrations method or options?
I have 15,000+ fake registrations from spam bots that match a certain search criteria. I have put various plugins in place to stop new registrations fairly well, for now, but I really would like to clear out the mess. There really are not very many search criteria options in move/prune members, but if I just search on the right fields I can see all 15,000 I'd like to get rid of. Does anyone have any suggestions for how this can be done? Obviously, hitting 'search for users' and clicking delete and then hitting 'search for users' again when the page reloads 15,000+ times isn't ideal.
|
#2
|
||||
|
||||
Quote:
Code:
DELETE FROM user WHERE email LIKE '%.ru'; |
#3
|
|||
|
|||
I have the same problem, but they are from many different emails.
|
#4
|
|||
|
|||
The obvious thing would be for the search users list to allow an admin to have a select box and then to be able to choose to bulk delete
|
#5
|
|||
|
|||
Quote:
But I still have a lot of users awaiting email cofirmation. I suspect most of those are bots. |
#6
|
|||
|
|||
I have the same exact issue, are you sure deleting just from the member table wont mess up the DB? It is my understanding table user data is disseminated among different tables.
|
#7
|
|||
|
|||
deleting from the member table will be fine, as long as you know what you are doing. Back up your db BEFORE you do this! it has been awhile since I have done this kind of editing, there is more to it than deleting from one table..... - it would be nice if this feature was built into vb though....
|
#8
|
|||
|
|||
well a better option would be delete user's and all posts
|
#9
|
|||
|
|||
Quote:
Edit - I got most of them by deleting less than 5 post accounts from the last month BUT there is still a ton that have 20-30 posts so I gotta hunt for those... |
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|