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)

Gladius2007 04-29-2011 12:52 PM

Is there any way to see if this is working properly once it is installed? I've installed it last night but it hasn't slowed down the influx of website/signature spammer signups at all. I'm still getting dozens of spammer signups every day. I've tried practically everything and nothing seems to help.

I've still got Human Verification turned on in addition to this... does it need to be disabled by any chance? I'm using Spam-O-Matic in conjunction with KeyCAPTCHA but neither seem to make any difference as far as spammer signups go. :(

GlowHost.com 04-29-2011 04:15 PM

Quote:

Originally Posted by ikorolis (Post 2188231)
anyone find this ad code? where?

sorry coder your mod is good but i am force to unistalled and reason is BETA stage , install stopforumspam mod , dont like comments say ad sense code.

Its not in beta, its the same as stopforumspam mod + additional features. Both mods are unsupported in the 3.x series of vB.

Regarding the adsense code, that is not part of this mod, that comes from stopforumspam or from mods downloaded somewhere else besides vbulletin.org.

Quote:

Originally Posted by Gladius2007 (Post 2189975)
Is there any way to see if this is working properly once it is installed? I've installed it last night but it hasn't slowed down the influx of website/signature spammer signups at all. I'm still getting dozens of spammer signups every day. I've tried practically everything and nothing seems to help.

I've still got Human Verification turned on in addition to this... does it need to be disabled by any chance? I'm using Spam-O-Matic in conjunction with KeyCAPTCHA but neither seem to make any difference as far as spammer signups go. :(

Yes, take a look at the logs and see if they have any information in them.

If any of you are running version 4 of vBulleting, try the 4.x version of this mod as development is still active and supported.

However SorentoUltimate has provided me with some source code for an update which is a port of the SOM 4.x, which I am still looking over and will probably release in this thread once analysis is complete.

There is no ETA on that but I expect in a couple weeks maximum, probably less.

Gladius2007 04-29-2011 09:42 PM

Ah, didn't realize there are logs. Yep, seems to be working, over 350 registrations barred in a day - but most of them are the same spammer trying to sign up over and over. However, 20 spam signups still came through in a day. :/

There are a lot of us still on 3.x so please don't drop the support for v3 of this mod - thanks!

Gladius2007 04-30-2011 11:34 AM

A question... since a lot of sig spammers still get through on my boards and I want to report them all to SFS, what do I need to edit to make the ACP profile area SOM window have the "Remove user" ticked by default as well as "Remove All Posts" and "Submit to StopForumSpam.com"? That way I can just hit the Submit button and save 3 clicks for every spammer, which would save me a lot of time.

Gladius2007 04-30-2011 11:42 AM

By the way, I see where the AdSense code is coming from... it appears on user.php?do=kill where an interim "Add a Spammer" page from StopForumSpam appears after a spammer is submitted. There is a 468x60 AdSense ad on top of that page.

I assume GlowHost could contact SFS and explain the issue and have them make a separate page with no ad code for plugin-submitted spammers?

kh99 05-08-2011 02:18 PM

I have a question for people using this: I started using this a couple weeks ago but today I checked the Spam-O-Matic log and I see lots of blocked registrations which is good, but I see "submitted to SFS" log entries for only 6 members when I know I used the box in ACP on the member profile page to ban and submit a lot more than 6. Looking at SFS in "my spammers" also shows I've only submitted 6. Anyone else having a problem like this?

Voyager-S 05-10-2011 01:13 AM

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.

Vinyljunky 05-11-2011 11:25 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.

I want to do the same :up:

tyteen4a03 05-13-2011 05:31 PM

Is there a way to use TypePad Anti-Spam instead of Akismet?

kh99 05-14-2011 05:46 PM

Quote:

Originally Posted by kh99 (Post 2193319)
I have a question for people using this: I started using this a couple weeks ago but today I checked the Spam-O-Matic log and I see lots of blocked registrations which is good, but I see "submitted to SFS" log entries for only 6 members when I know I used the box in ACP on the member profile page to ban and submit a lot more than 6. Looking at SFS in "my spammers" also shows I've only submitted 6. Anyone else having a problem like this?

I'm answering my own question (I realize support is only given in the 4.0 thread).

Anyway, in a couple of places in includes/functions_ghsom.php there's some code like this:

Code:

  if (!headers_sent()) if(!isset($_SESSION)) session_start();

but (on our server anyway) it was stopping the sessions from working, so if you tried to use the functions on the user edit page (in the ACP) nothing would happen (it would go to the ban or delete user page but wouldn't submit to SFS or delete threads). So I edited the code (in two places) to look like this:

Code:

  if (!isset($_SESSION)) @session_start();

the @ stops it from displaying an error that happens because the headers *have* been sent, but it seems to work in spite of that error.

BTW, I also commented out the part that deletes threads because the comment says "this is definitely ALPHA code" and I'm not sure if that's the right way to delete threads and posts.


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