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 spammers (https://vborg.vbsupport.ru/showthread.php?t=291175)

kh99 11-22-2012 05:23 PM

Q&A Human Verification works pretty well, or at least it has for my site. Go to Settings > Options > Human Verification Options and make sure "Register" is checked. (If it isn't, check it and hit Save). Then go to Settings > Human Verification Manager and click the "Question & Answer Verification" radio button and hit Save. Then on the bottom part, add some questions. In my experience they don't have to be hard at all, but some people say if they're too easy spambots will get past by guessing common answers (like numbers, colors, etc).

giorgioarmani 11-22-2012 05:41 PM

I have recatchpa on, I had Q&A on: Nothing changed.

What I don't understand is why emails are being sent when they register?

kh99 11-22-2012 05:49 PM

Hmm...are you sure it the registration that's sending out emails? If you have "Use Mailqueue System" set to yes you might have queued emails. On the admincp home page there's a "Number of Queued E-Mails" stat.

giorgioarmani 11-22-2012 05:51 PM

I have actually had registration turned off since about an hour and still had emails going out!!

Quote:

Originally Posted by kh99 (Post 2383881)
Hmm...are you sure it the registration that's sending out emails? If you have "Use Mailqueue System" set to yes you might have queued emails. On the admincp home page there's a "Number of Queued E-Mails" stat.

Wow you are a genius! :)

PHP Code:

Number of Queued E-Mails    3,170 

How do I get rid of these?

Hostboard 11-22-2012 05:56 PM

ACP > Settings > User registration Options

1. Send Welcome Email
2. Verify Email Address in Registration

Also might want to look at:
https://vborg.vbsupport.ru/showthread.php?t=231715

kh99 11-22-2012 06:01 PM

Quote:

Originally Posted by giorgioarmani (Post 2383882)
PHP Code:

Number of Queued E-Mails    3,170 

How do I get rid of these?


lol, if I were a genius I'd know how to get rid of those. I don't know of any way except to go directly to the database and truncate the mailqueue table (but of course you might lose some "legitimate" emails if you do that).

Edit: I guess if the spam emails are all the same you could search for a keyword. Like if the subject has 'viagra' you could do this:

Code:

DELETE FROM mailqueue WHERE subject LIKE '%viagra%'

giorgioarmani 11-22-2012 07:19 PM

Quote:

Originally Posted by Hostboard (Post 2383883)
ACP > Settings > User registration Options

1. Send Welcome Email
2. Verify Email Address in Registration

Also might want to look at:
https://vborg.vbsupport.ru/showthread.php?t=231715

That was all already done.

I'm now interested in deleting the mailqueue!

ForceHSS 11-22-2012 09:29 PM

Quote:

Originally Posted by giorgioarmani (Post 2383873)
I appreciate the links but is there not a standard solution?

I'm not too keen on installing mods on all forums...

up to you but it is the only way to stop the spammers registering on your site. I also see you have alot of bad bots spamming your site

giorgioarmani 11-23-2012 06:59 AM

Quote:

Originally Posted by ForceHSS (Post 2383931)
up to you but it is the only way to stop the spammers registering on your site. I also see you have alot of bad bots spamming your site

Read my above post, its not relevant.

What I need is to delete the mailqueue!


All times are GMT. The time now is 06:25 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.01856 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete