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)
-   -   Mini Mods - Prevent Spam Posts (https://vborg.vbsupport.ru/showthread.php?t=131568)

Fungsten 01-28-2007 04:59 PM

Click on V-Bulletin Options - Prevent Spam. Then in the Max posts enter the appropriate number.

Quote:

Originally Posted by JPnyc (Post 1169034)
Can anyone tell me how I can exclude members with >10 posts from the filter? I've tried altering the if statement to include:

AND ($post['posts']<10)

But it doesn't test for it. The filter still works however, which leads me to believe that the variable is holding a null value.


oldford 02-01-2007 12:47 PM

First off, thanks for a great hack!

Is there a way to be notified of new posts that are now moderated? I don't go into admincp very often and as far as I can see that's the only way to get a list of moderated posts.

ReQueM 02-01-2007 01:13 PM

thank u
*installed*

h2ojunkie 02-06-2007 03:32 PM

I've found that most (if not all spam) I encounter is the first post in a thread.

Anyone know how to modify this hack to only apply to new threads, and ignore replies?

Fungsten 02-06-2007 06:50 PM

Towards the bottom click the Prevent Spam feature and you can configure it from there.

Quote:

Originally Posted by h2ojunkie (Post 1176043)
I've found that most (if not all spam) I encounter is the first post in a thread.

Anyone know how to modify this hack to only apply to new threads, and ignore replies?


Adrian Schneider 02-06-2007 07:00 PM

h2ojunkie,

I get about 60% in new threads, and the other 40% as replies. Either way, I rarely get false positives so it's not a problem.

h2ojunkie 02-06-2007 11:33 PM

Quote:

Originally Posted by SirAdrian (Post 1176249)
h2ojunkie,

I get about 60% in new threads, and the other 40% as replies. Either way, I rarely get false positives so it's not a problem.


Wow, I've been getting about 80% false positive on [url (it's the nature of my web site).

But so far, every actual positive has been on new thread only, and not on reply.

Adrian Schneider 02-07-2007 03:11 AM

Get rid of the "[url" filter and add more specific ones.

reindeer1 02-08-2007 01:00 AM

:up: Great Mod SirAdrian- up and running and catching them all.

briansol 02-09-2007 07:29 PM

I'm sure there's a way to change this to dis-clude a certain membergroup... but i'm not sure what the variable is. I don't want my vendors (often who are new to the site) to have their ads sent to the mod queue.

Anyone have the right string?

Code:

if ($vbulletin->userinfo['posts'] <= $vbulletin->options['preventspam_posts']
&& MEMEBERGROUPID != 10)

?


All times are GMT. The time now is 06:14 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.01368 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (3)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