vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic for vB 3.8 (StopForumSpam, Akismet, Auto-Moderation and more) (https://vborg.vbsupport.ru/showthread.php?t=248470)

kh99 05-19-2011 01:17 PM

Another question - does anyone else see an SFS page appear briefly when submitting the info? And if so, do you have any idea why it happens? I've looked at the code and don't understand how it's even possible.

blind-eddie 05-25-2011 01:16 AM

Quote:

Originally Posted by imported_Veronica (Post 2193869)
First of all, thank you for this plugin.

Is there any way to mass-submit and delete users? I have 11,000+ users than I'm confident about them being spammers (using same value in a custom profile field), but I can't find an option to mass-erase them and report them.

Thanks.

Quote:

Originally Posted by Vinyljunky (Post 2194374)
I want to do the same :up:

Remove them via database. Quick & Simple

carsafety 05-31-2011 12:42 PM

I recently received an email claiming to be from spamhaus.org, citing a large number of queries from my server IP address. It was suspicious enough that I would have ignored it, except that I recently installed this mod. Of course, they appear to want me to pay for their service. Is this mod doing queries to Spamhaus datafeed? I don't believe I have any other third party spam mods other than the integrated akismet filter.

The only Spam-O-Matic features I have enabled are IP check and email check.

tyteen4a03 06-11-2011 12:59 PM

Quote:

Originally Posted by carsafety (Post 2202050)
I recently received an email claiming to be from spamhaus.org, citing a large number of queries from my server IP address. It was suspicious enough that I would have ignored it, except that I recently installed this mod. Of course, they appear to want me to pay for their service. Is this mod doing queries to Spamhaus datafeed? I don't believe I have any other third party spam mods other than the integrated akismet filter.

The only Spam-O-Matic features I have enabled are IP check and email check.

Nope, this mod does not query to Spamhaus. It's probably a scam.

Also, to enable TypePad Antispam in this mod, simply replace
Code:

$vbghsfs_host = $key.'.rest.akismet.com';
to
Code:

$vbghsfs_host = 'api.antispam.typepad.com';
in the newpost_process hook, and do the same in includes/functions_ghsom.php. Next, replace
Code:

                $response = VBGHSFS_AkismetRemoteCall("key=$key&blog=$blog", 'rest.akismet.com', '/1.1/verify-key', 80);
with:
Code:

                $response = VBGHSFS_AkismetRemoteCall("key=$key&blog=$blog", 'api.antispam.typepad.com', '/1.1/verify-key', 80);
Then get a free API key from http://antispam.typepad.com/info/get-api-key.html.

rob_pio 06-23-2011 10:05 AM

Quote:

Originally Posted by carsafety (Post 2202050)
I recently received an email claiming to be from spamhaus.org, citing a large number of queries from my server IP address. It was suspicious enough that I would have ignored it, except that I recently installed this mod. Of course, they appear to want me to pay for their service. Is this mod doing queries to Spamhaus datafeed? I don't believe I have any other third party spam mods other than the integrated akismet filter.

The only Spam-O-Matic features I have enabled are IP check and email check.

I've just received the same email (& have this mod installed).Seems a bit strange

Vinyljunky 07-12-2011 11:39 AM

Eveything was working fine for the past few months. But now I get the error below

Spam-O-Matic Tagged username - Zocaescopsy REMOTE_ERROR: Unverfied but allowed by policy

Can anybody help?

Thanks

Black Tiger 07-26-2011 11:44 PM

Will there be also a 2.0 version (like there is for vb4) for vb 3.8.x?

GlowHost.com 07-26-2011 11:58 PM

Probably not, sorry.

Black Tiger 07-27-2011 10:51 AM

That's a pity, but thank you for the quick response.

Diesel20 08-01-2011 12:02 PM

Thank you


All times are GMT. The time now is 07:18 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.01287 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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