vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic - Spam Firewall stops forum spam (https://vborg.vbsupport.ru/showthread.php?t=248042)

WorldCraft 10-09-2014 03:25 PM

I noticed that when using the Newbies manager feature, if a user that is no longer a newbie changes their email address, after the user confirms their new email address, the plugin will re-flag and move the user to the newbie usergroup until they post again. I made a small change to the plugin 'GlowHost - Spam-O-Matic: Activation Post-Fix'. There might be a better way to do it, but I thought I'd bring light to this.

PHP Code:

// Fetch userinfo array from provided userID during activation process
$x fetch_userinfo($vbulletin->GPC['u']);

// Only allow users with a postcount less than what is specified in spam-o-matic's options to be marked as a newbie
if ($x['posts'] < $vbulletin->options['glowhostspamomatic_noob_promotepostcount']) {
    if (
$vbulletin->options['glowhostspamomatic_noob_enabled'] == 1) { //move users....

        
if ($vbulletin->options['verifyemail'] == 1) { //move only if verification enabled

            
$noob_group_id $vbulletin->options['glowhostspamomatic_noob_group_id'];

            if (
$noob_group_id != '') {

                
$user['usergroupid'] = $noob_group_id;
                
$vbulletin->userinfo['usergroupid'] = $user['usergroupid'];
                
$vbulletin->userinfo['displaygroupid'] = $user['usergroupid'];
                
$userdata->set('usergroupid'$user['usergroupid']);

            }

        }

    }



liltiger 10-26-2014 11:42 AM

I've been using this for a while and had noticed a lot of suspicious registrations that don't post.

I've just tested and now if I try to register no email confirmation is needed.

I'm sure this did work when I first installed it was something changed?

Is there a way to fix this?

ForceHSS 10-26-2014 12:18 PM

Quote:

Originally Posted by liltiger (Post 2520089)
I've been using this for a while and had noticed a lot of suspicious registrations that don't post.

I've just tested and now if I try to register no email confirmation is needed.

I'm sure this did work when I first installed it was something changed?

Is there a way to fix this?

check your default settings

hinomaru 10-29-2014 05:35 AM

anyone can help how to change the title color of the statistic?

https://vborg.vbsupport.ru/external/2014/10/1.gif

thanks

John Lester 10-30-2014 04:16 AM

There is no predefined class for that. You will have to create your own and wrap it around the text.

I'd explain how, but most of the time when I explain something like that I screw up :D

gajinoz 11-09-2014 07:29 PM

Been using this for about 3 or 4 days now. 145 spammers stopped. Great stuff, great mod!

Thanks. :up:

markoroots 12-05-2014 09:15 AM

Quote:

Originally Posted by Paul. (Post 2516297)
This plugin doesn't allow users to register.
Can anyone tell me what it is?

The details are filled up, then you're taken to the page: example.com/forum/register.php?do=addmember but it's blank and error 500 comes up.

When I disabled it, registration went back to normal.

Too me have the same issue.

I'm seeing that many username are denied to be registered and are blocked with a screen that say "Stop forum spam"

I try to register with these usernames "Ray" and "Ricky" and both of them are blocked, but if I add some symbols after the username chose (for example Ricky3tt) it work.

RichieBoy67 12-05-2014 01:39 PM

I do not use nor recommend using the username filter.

markoroots 12-06-2014 09:19 AM

But I have disabled the username filter, but look that is still working.

markoroots 12-08-2014 09:39 AM

Sorry... for my english... :)
But I have disabled the username filter and the plugin still stop the registrations blocking the usernames.


All times are GMT. The time now is 08:12 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.04303 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete