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)
-   -   Administrative and Maintenance Tools - Spam Detector Suite (Lite Version) (https://vborg.vbsupport.ru/showthread.php?t=247399)

luan7749 05-14-2011 04:47 AM

NOT WORKING for me :( ( Vb 4.1.0 p2 )

vijayninel 05-14-2011 05:11 AM

I need a mod like this for vb 3.8 with the ability to add exceptions. For instance I need to be able to exclude links to from my own forum or from google,etc.

Wildthinks 05-15-2011 06:09 AM

Hi,

thanks for great mod... i need this also for the profiles... the most spammer registered and then post a message to the pinnwall in there profile...

any idea to prevent this... like do you need x posts to place links here?

Thanks Thomas

MagicThemeParks 05-15-2011 01:42 PM

Quote:

Originally Posted by vijayninel (Post 2195475)
I need a mod like this for vb 3.8 with the ability to add exceptions. For instance I need to be able to exclude links to from my own forum or from google,etc.

I agree. Would be great to have a mod like this for vB 3.8 :up:

Parture 07-23-2011 12:50 AM

I tested it. People can still posts links on Visitor pages. Hopefully there will be an update for this.

Normally links are not allowed anyway on article comments; and blogs are automatically moderated when their is a link.

In Community Groups links are not affected either.

Bozza 07-25-2011 08:37 PM

Nice one thanks - another layer of protection for the spammers that manage to get in.

enci 08-01-2011 05:30 PM

just installed on 4.1.4. as far as i can tell, it works fine.

togotutor 08-11-2011 02:03 AM

Reserved for later

rebelde 11-21-2011 06:36 PM

Thanks for the mod.

I found that Report-a-Post (to a forum) was being blocked, even if you put the reported ports forum in the list of excluded forums.

I believe this work-around is working for me:
In both of these plugins:
threadfpdata_presave
postdata_presave

Before:
PHP Code:

if(!in_array($vbulletin->userinfo['userid'], $excludeduids)) 

Add:
PHP Code:

        if(THIS_SCRIPT != 'report')
        { 

And at the end, add the matching
PHP Code:

        


addamroy 01-23-2012 10:12 PM

This add-on is preventing members from posting images.

On my forum I have members use photobucket or imageshack to host their images then embed them on the forum. I do this to minimize data storage on my server.

Is there any way you can fix this issue?

I've disabled this mod until this can be fixed.


All times are GMT. The time now is 11:11 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.01127 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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