vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   SpamBuster v1.0.0 (Stable): Identify, log and remove spam posts on your forum (https://vborg.vbsupport.ru/showthread.php?t=109258)

UK Jimbo 03-03-2006 02:10 PM

Most of the regular expressions have an /i at the end of them which means they're case insensitive. A few in the rule file don't (some intentionally, some unintentionally!).

IrPr 03-03-2006 02:14 PM

TIA
another one:P
how to add a rule for exact match ?
possible with this plugin?
if yes goto 1 :D else goto 2
1: which Rule ?
2: waiting for ur next update ;)

UK Jimbo 03-03-2006 02:17 PM

If you want to match "New York" you could match against the perl regular expression /new york/i or /New York/

The i at the end makes it case insensitive.

IrPr 03-03-2006 02:26 PM

TIA again ...
im using this hack for Auto-Moderating Threads/Posts by keyword :)

for example: i just want to add a rule for "Test" but not "Testing"
how to ?~

UK Jimbo 03-03-2006 02:38 PM

Quote:

Originally Posted by IrPr
TIA again ...
im using this hack for Auto-Moderating Threads/Posts by keyword :)

for example: i just want to add a rule for "Test" but not "Testing"
how to ?~

I think that /[\W]?test[\W]?/i will do the trick but that's untested. You're best off reading up on perl regular expressions. http://www.google.co.uk/search?hl=en...utorials&meta=

UK Jimbo 03-06-2006 08:55 PM

v0.3.2 released

- when a user's thread is removed the user will be redirected to the forum index
instead of getting an "invalid thread specified" error

hotwheels 03-07-2006 08:13 PM

Thanks for the update......

hotwheels 03-13-2006 07:12 PM

The set up worked for the first time today, but when i try to validate it, i recieve this error:
Quote:

Fatal error: Call to undefined function: sb_test() in /home3/hotwheel/public_html/forums/includes/class_dm_threadpost.php(728) : eval()'d code on line 1
Is there something i can do to fix this error?

I uninstalled it for now........

UK Jimbo 03-13-2006 08:11 PM

Are you sure the global_start plugin was enabled?

Krose 03-16-2006 06:18 AM

*clicked install*..still don't know if this is working though :p


All times are GMT. The time now is 02:01 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.01175 seconds
  • Memory Usage 1,734KB
  • 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_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