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 04-10-2006 06:28 PM

Thanks :)

forumthemes 04-10-2006 11:17 PM

wow great work :) Getting tired of spam post

Chadi 04-11-2006 01:17 AM

What if I want to grant a link without it being reported, only to select users/posts? How would I go about this?

UK Jimbo 04-11-2006 11:12 AM

Quote:

Originally Posted by chadi
What if I want to grant a link without it being reported, only to select users/posts? How would I go about this?

I don't understand the question could you describe what you want to do in more detail please?

ScubaAddict 05-13-2006 01:52 PM

Jimbo -

Great product! I have just a few questions:

1. I have it set to post to a spam thread if spam is detected, and to hide the spam post from view. Now say I find it is not spam. Is there a way to allow it to be shown (un-flagged as spam)?

2. When a spam post is hidden from view - you can still see the thread. Is that the way it is supposed to work? For example: SPammer starts new thread with his message, it is flagged as spam - so the message is hidden, but you can still see the thread link in the forum.

3. Is there a way to make your list catch a regex item more then once. For example: "http://" is in a message 20 times (obvious spam post) but the regex only caught the first http:// - so it only recieves 5 points. I want it to have 100 points (5x20).

I think that is all of my questions so far. This is exactly what I needed! Great Work!

UK Jimbo 05-15-2006 07:57 AM

Quote:

Originally Posted by ScubaAddict
Jimbo -

Great product! I have just a few questions:

1. I have it set to post to a spam thread if spam is detected, and to hide the spam post from view. Now say I find it is not spam. Is there a way to allow it to be shown (un-flagged as spam)?

2. When a spam post is hidden from view - you can still see the thread. Is that the way it is supposed to work? For example: SPammer starts new thread with his message, it is flagged as spam - so the message is hidden, but you can still see the thread link in the forum.

Hi SA.

The post is flagged as "unmoderated" this means that administrators/moderators can see it but regular registered users on the forum can't. The way you've described it is exactly as it should work.

Using the normal vBulletin interface you should be able to "manage" the moderated thread (there are the "AJAX" functions too). Have a look in the vBulletin manual and moderation is explained in there :)



Quote:

Originally Posted by ScubaAddict
3. Is there a way to make your list catch a regex item more then once. For example: "http://" is in a message 20 times (obvious spam post) but the regex only caught the first http:// - so it only recieves 5 points. I want it to have 100 points (5x20).

I think that is all of my questions so far. This is exactly what I needed! Great Work!

Interesting one. I can see exactly why you'd want to use this one but it's not something that the software can do at the moment. I'll give it some further thought :)

jj 05-15-2006 01:29 PM

Quote:

Originally Posted by UK Jimbo
Interesting one. I can see exactly why you'd want to use this one but it's not something that the software can do at the moment. I'll give it some further thought :)

Hi there, have looked into the code for a moment. Try using the preg_match_all() function to get more than one hit for a regular expression. You will get a multi-dimensional array then with all found matches :)

UK Jimbo 05-15-2006 01:42 PM

Quote:

Originally Posted by jj
Hi there, have looked into the code for a moment. Try using the preg_match_all() function to get more than one hit for a regular expression. You will get a multi-dimensional array then with all found matches :)

Sure - I'd thought about that. Then multiply count($matches) with the weighting for that rule.

I'm wondering if there are any cases where you wouldn't want to consider multiple occurences of the same pattern. (i.e. have the "all" test configurable).

Invalid ID 05-15-2006 07:12 PM

I am sorry I just could not understand what this hack will do.

I have some members who use my forum to promote their websites... so can this plugin detect the posts like www.sitename.com type of lines and remove them?

UK Jimbo 05-15-2006 07:42 PM

Quote:

Originally Posted by Invalid ID
I am sorry I just could not understand what this hack will do.

I have some members who use my forum to promote their websites... so can this plugin detect the posts like www.sitename.com type of lines and remove them?

It's less to stop member but more to stop people who come in and register on the forum just to post advertising on there. I think some use software so that they can put similar posts on hundreds of forums.

THis hack will identify the spam posts using pattern matches then prevent regular users from seeing the posts on the forum. As a moderator or admin you will still be able to see the posts on the forum, if any of the posts are in fact geniuine posts then you can make them visible to the forum users easily using built in vBulletin moderation commands.


All times are GMT. The time now is 01:35 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.01120 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
  • (6)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