vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Mass delete bot registrations method or options? (https://vborg.vbsupport.ru/showthread.php?t=240351)

ForrestBlack 04-13-2010 08:38 AM

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.

borbole 04-13-2010 09:02 AM

Quote:

Originally Posted by ForrestBlack (Post 2020423)
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.

Do they have the same email provider address like .......@.ru for ex? If they do you can mass delete them with a query at the phpmyadmin.

Code:

DELETE FROM user WHERE email LIKE '%.ru';

Toplink 09-12-2010 03:46 AM

I have the same problem, but they are from many different emails.

kersti 09-12-2010 02:10 PM

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

Toplink 09-12-2010 09:09 PM

Quote:

Originally Posted by kersti (Post 2097115)
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

I got rid of a lot today. Just used the prune feature. Looked for users that had not been active for 2 years and had 0 posts.

But I still have a lot of users awaiting email cofirmation. I suspect most of those are bots.

Yosemite 01-30-2011 10:35 PM

Quote:

Originally Posted by borbole (Post 2020428)
Do they have the same email provider address like .......@.ru for ex? If they do you can mass delete them with a query at the phpmyadmin.

Code:

DELETE FROM user WHERE email LIKE '%.ru';

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.

ghostofkc 01-30-2011 11:01 PM

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....

your24hourstore 01-31-2011 12:33 AM

well a better option would be delete user's and all posts :)

ghostofkc 01-31-2011 10:09 AM

Quote:

Originally Posted by your24hourstore (Post 2156729)
well a better option would be delete user's and all posts :)

How is deleting our whole forum a better option? worst case, I would roll back to a older db backup. I would rather have a method of doing this in the forum though which was my original question, if it has to come to sql editing I guess that is what I will do. VB guys - why not add more options to the user prune? a "Join date before" option would solve all these problems.

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...

your24hourstore 01-31-2011 03:22 PM

Quote:

Originally Posted by ghostofkc (Post 2156843)
How is deleting our whole forum a better option? worst case, I would roll back to a older db backup. I would rather have a method of doing this in the forum though which was my original question, if it has to come to sql editing I guess that is what I will do. VB guys - why not add more options to the user prune? a "Join date before" option would solve all these problems.

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...

well if spammers posted the content would you think that content is not spam i don't get what your trying to do just stop unwanted sign ups? or get rid of the link spam and signature spam that they create when they get signed up?


All times are GMT. The time now is 07:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01397 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete