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)

djbaxter 05-10-2012 11:29 AM

Quote:

Originally Posted by FF|Skyrider (Post 2327896)
Is there anyway I can submit users through their profile if they haven't post anything?

Quote:

Originally Posted by Crotan (Post 2327897)
Don't think so, the whole point of submitting a spammer, is that there is a submitted spam post/evidence with their user info.

Exactly. If someone hasn't spammed, why would you submit them to a spam database? If people start doing that, the spam database becomes useless.

CharlieDelta 05-10-2012 01:26 PM

Quote:

Originally Posted by djbaxter (Post 2327982)
Exactly. If someone hasn't spammed, why would you submit them to a spam database? If people start doing that, the spam database becomes useless.

90% of the spammers that I get don't get the chance to post because they don't seem to get past the advanced forum rules check that I have. This is site wide and no one can post until they accepted these rules.

This option would be userful to me, but I have not pushed for it because I can see how it could be abused.

djbaxter 05-10-2012 02:01 PM

Quote:

Originally Posted by CharlieDelta (Post 2328018)
90% of the spammers that I get don't get the chance to post because they don't seem to get past the advanced forum rules check that I have. This is site wide and no one can post until they accepted these rules.

This option would be userful to me, but I have not pushed for it because I can see how it could be abused.

If they post spam but the post is moderated, then submit them to the database. If they don't get a chance to post at all, they're not spammers (yet) and should not be submitted.

Skyrider 05-11-2012 04:36 PM

Quote:

Originally Posted by Crotan (Post 2327897)
Don't think so, the whole point of submitting a spammer, is that there is a submitted spam post/evidence with their user info.

Quote:

If they post spam but the post is moderated, then submit them to the database. If they don't get a chance to post at all, they're not spammers (yet) and should not be submitted.
I personally disagree. And I think this states the obvious:

Quote:

xxx.xxx.xxx.xx - Used by 17 users.
Users: loans_online_bc07, payday_UK0420, same_day_loanb07, credit_check_ loansA30, payday_loans_bb07, Instant_AA24, cash_loansCAS23, online_insurance419, payday_loans0419, payday_UK_AA30, cash_loansAA03, cash_loansAA24, Bad-credit-loans23, advance_onlineAA03, instant_onlineAA03, loans_online0420, cash_loansBB24
And I have over 100 more accounts like these. Plus their profile information (URL, etc) are showing all kinds of advertisement links.

With other anti-spam methods I installed, they can't even post. But that doesn't stop them in registering. Spam-O-Matic, or in this case stopforumspam isn't 100% bot-stop-proof and I'd like to submit them to stopforumspam (the easy way) but I can't because they haven't posted.

Gripi 05-11-2012 05:55 PM

hi..

i think it will be great if "when submit post to spam o matic", it have an option to give the Infraction point, not permanent ban.

Skyrider 05-11-2012 06:12 PM

Quote:

Originally Posted by Gripi (Post 2328495)
hi..

i think it will be great if "when submit post to spam o matic", it have an option to give the Infraction point, not permanent ban.

I hope you do realize that the Spam-O-matic is meant to perm ban bots. Why would you want to Infract those AI? (Artificial Intelligence). Bots are not real humans, they are programmed to spam (usually advertisements) on other people's forums. There is no point in Infracting bot users.. They are meant to be banned and or removed entirely.

djbaxter 05-11-2012 10:33 PM

I do agree that sometimes the email address or member name is a giveaway that might warrant submitting to the database.

Try this...

1. Admin CP >> Plugins & Products >> Add New Plugin

2. Product = vBulletin

Hook Location = useradmin_edit_column1

Title = Submit to StopForumSpam.com

Execution Order = 5

Plugin PHP Code:
PHP Code:

if (!is_member_of($user['usergroupid'], 6)) // we dont want to ban our admin account now do we
        

            
print_table_break(''$INNERTABLEWIDTH);
            
print_table_header("Submit to StopForumSpam");
            if (
$vbulletin->options["vbstopforumspam_apikey"])
                
print_label_row('Submit these details to www.stopforumspam.com ban list<BR><table><tr><td>Username:</td><td><input type="text" name="username"  size="30" value="'
$user['username'] . '"></td></tr><tr><td>Email:</td><td><input type="text" name="email"  size="30" value="' $user['email'] . '"></td></tr><tr><td>IP:&nbsp;</td><td><input type="text" name="ip_addr"  value="' .$user['ipaddress'] . '"></td></tr></table><input name="api_key" type="hidden" value="' $vbulletin->options['vbstopforumspam_apikey'] .    '"><input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.submit()"  type="button" class="button" value="' $vbphrase['submit'] . '"/>');

            else
                
print_label_row('You need an API key from www.stopforumspam.com before you can submit to the database' ,'');    
        } 

Plugin is active = Yes

3. Save

rolfw1 05-13-2012 09:17 AM

1 Attachment(s)
Thanks for that, will give it a try, I have 30+ spam registrations a week, below is a typical selection. Everyone of those is a bot of some sort and whilst the majority don't post, they are still spam.

It would be really nice to have a form for new users like the one shown in the image, but with tick boxes on the right for banning and submitting to the database.

BadgerDog 05-13-2012 09:49 AM

I've done some searches in this post, but so far I can't find the answer ...

I'd like our moderators to be able to see the Spam-o-Matic logs so they can check if they get an email from someone claiming they were rejected at registration as being a spammer.

Currently, they don't see those logs, so is there a way of turning on an option so they can?

Thanks for any feedback ... :)

Regards,
Doug

djbaxter 05-13-2012 02:12 PM

Quote:

Originally Posted by rolfw1 (Post 2328941)
Thanks for that, will give it a try, I have 30+ spam registrations a week, below is a typical selection. Everyone of those is a bot of some sort and whilst the majority don't post, they are still spam.

It would be really nice to have a form for new users like the one shown in the image, but with tick boxes on the right for banning and submitting to the database.

For spambots, I identify the IP address and block them as IP ranges at the server level: xxx.xxx.xxx.0/24 - otherwise, it's way too much work trying to keep up with them.


All times are GMT. The time now is 09:21 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.04107 seconds
  • Memory Usage 1,766KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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