vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Imported PHPBB3 boards, discovered hoard of spam accounts. Easy fast removal process? (https://vborg.vbsupport.ru/showthread.php?t=272564)

Mulet 10-22-2011 11:37 PM

Imported PHPBB3 boards, discovered hoard of spam accounts. Easy fast removal process?
 
Hey,

I've setup vBulletin, updated to 4.17 and discovered I have thousands of false accounts imported. Is there a plugion or method to search all users, and remove spammers?

Also, I have almost two thousand accounts prefixed with:

imported_

How can I bulk merge these?

Any help is appreciated

lild100 10-23-2011 12:01 AM

Im looking forward to the response to this. I have the same problem :)

Simon Lloyd 10-23-2011 12:15 AM

Make sure you have a database backup before running this as i'm no database guru, in phpmyadmin run this:
delete from user where username='imported_%';

You will have to add the prefix if you use one in the tables like vb_user and vb_username, the % is a wildcard so it's looking to delete anything in the username column that has imported_ at the beginning of the name.

Hope it helps.

Mulet 10-23-2011 12:20 AM

Will that delete the imported_<NAME> accounts?

I'd like to merge them, as it is the imported_ accounts that have post data

Simon Lloyd 10-23-2011 12:37 AM

it WILL delete them, like i said i'm no guru but i guess what you'll want is to delete the imported_ from every username then use an UPDATE query for the table to merge the usernames.

Mulet 10-23-2011 12:43 AM

OK, that seems reasonable, I spose I look something up.

Also, is there a method to bulk remove spam accounts? I have vbStopForumSpam, and was wondering if there is a "serach and kill" ability in either this or another product?

Simon Lloyd 10-23-2011 01:57 AM

Unfortunately not, you would need to know the usergroup or email address or username, it's fair to say that you could use vbulletins built in prune users to prune say all accounts older than x days with zero posts.

I'll see what i can find on the UPDATE USER query :)

--------------- Added [DATE]1319340413[/DATE] at [TIME]1319340413[/TIME] ---------------

Did you use Impex to import your database to vbulletin?, if not and you still have the database it might be wise to go back to the backup you made before adding all your new data and then use impex to import them.

Mulet 10-25-2011 03:33 PM

Hey Simon,

I ended up deleting the boards and starting from scratch with fresh boards, and a fresh import. No more merging of users, no need for sql. Thankyou for your help though.

I'll play around with the prune feature to try to ditch this hoard of false accounts.

However, do these accounts actually pose a threat? They came from bots plaguing a phpbb3 board, and the new boards are on a subdomain. Can they wake up and cause havok?

I'll remove them, but I'd rather not delay going online by another day while I remove the filthy filthy accounts.

Thunderbird8 11-15-2011 10:10 AM

Quote:

Originally Posted by Simon Lloyd (Post 2260360)
Make sure you have a database backup before running this as i'm no database guru, in phpmyadmin run this:
delete from user where username='imported_%';

You will have to add the prefix if you use one in the tables like vb_user and vb_username, the % is a wildcard so it's looking to delete anything in the username column that has imported_ at the beginning of the name.

Hope it helps.

I don't recommend doing this, since it would leave other issues on the board (I once accidentally emptied the forum users table...the weirdness that caused is hard to describe). The vB user prune function would probably clean up any loose ends from said accounts.

Quote:

Originally Posted by Mulet
However, do these accounts actually pose a threat? They came from bots plaguing a phpbb3 board, and the new boards are on a subdomain. Can they wake up and cause havok?

Possibly, but the bots would need to reset their passwords first, just like the users would need to. Who knows if they're intelligent enough to do so :p.


All times are GMT. The time now is 02:03 PM.

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.01001 seconds
  • Memory Usage 1,731KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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