![]() |
finally got around to working on this, this should update the latest posts and counters in the forum you dump the spam reports in.
PHP Code:
if you want to update this, go to the Plugin Manager Scroll down to Hook Location : global_start and find SpamBuster Libraries SpamBuster Edit that, replace the very last function with this one. function sb_post_thread is what you will need to replace. |
I'm trying to add a rule for sex and using one that currently works:
#Phones regexp:a_sidekick:3:any:"/sidekick/i" I've tried pasting all sorts of variations of this and none catch as spam and place it in the spam forum directory. Here's my tests: #Sex regexp:a_badword:10:any:"/.com/i" regexp:a_badword:10:any:"/i" regexp:a_badword:10:any:"//i" none of these work. any help would be appreciated. |
Fatal error: Call to undefined function: sb_test() in /public_html/forums/includes/class_dm_threadpost.php(728) : eval()'d code on line 1
vb 3.54 I believe it's related to this mod. If I attempt to moderate the posts in the admin cp - ignore/delete work. If I "validate" it throws that error above. Yet - if I look at the post - it's then live on the forum. It still remains in the admin cp though showing it's under moderation - yet it's live on the site working. Someone else mentioned moderating from the thread itself, but not in the admin cp - Can anyone explain how this works, or how you do it? - lost |
anyone on this?
I get an error if I try to run this rss feed with this hack as well. https://vborg.vbsupport.ru/showthread.php?t=94510 any programming help here would be great. |
Hi UK Jimbo - do you have any idea on when you'll have a vb3.6.x version available?
|
I'm not php programmer - so I can't really diagnose the issue, but it seems to be with this mod from looking online. No one has a solution for this?
I want to turn it back on - it caught a ton of spam, but it's throwing the same - sb_test error if I have it and the rss feed running. ANY help would be nice |
Am I here?
|
Quote:
then below it a few posts you had this : https://vborg.vbsupport.ru/showpost....3&postcount=74 I'm not getting any help in this thread, and I'm not sure where you placed that code. I'm getting the same error that you posted and it looks as though you've fixed it on your site? I get that error if I try to validate in the admincp, AND I get almost the same error if I try to run the RSS posting hack. It throws an SB_Test error which I mentioned on page 9 of that thread about spambuster. Any help would be great. |
am I just on ignore? I've bumped the post like 4 times now, PMed a few members for answers, nothing.
I've verified globals is on, I have no other mods on the site besides google sitemap, miserable users, iTrader, welcome headers, and vbadvaced. I'm not a retard when it comes to this and I've read every post in the stupid thread 4300 times. I'm not the other users who read 1 post and then ask how to do something. That's why my post count is so low. I read and figure it out - but with this I cannot I'm afraid. I don't know how to fix the error with the admin area - validating messages without it throwing an error, or getting the rss feeds to post without it throwing the same sb_test error. All of my other mods work fine without spambuster. Rss works fine without spambuster. I turn spambuster on - it errors. I'd appreciate not being ignored - and even verified that' I'm alive. :ermm: |
Quote:
Second the same thing happens for me. Basically on that line its calling ($hook = vBulletinHook::fetch_hook('postdata_presave')) ? eval($hook) : false; There is a function in that hook from spambuster. Basically spambuster does this $GLOBALS['sbhits'] = sb_test($this); So when you call on that hook its not only going to do its thing and what not but its going to call on the function sb_test. But sb_test doesnt exist in class_dm_threadpost.php. To fix this i just did a check to see if i am in admin or modcp Go to Plugin Manager, find Hook Location : postdata_presave Then click SpamBuster: Normal posts check Change PHP Code:
PHP Code:
|
Quote:
Code:
## SpamBuster config file note i have regexp:a_url:10:any:"/http:\/\//i" regexp:a_www_url:10:any:"/www\./i" regexp:a_url2:10:any:"/[^="]http|ftp|gopher[^ \n\r]+(?=[\s\.,])/i" for some reason the first one would not work but my second one does. Looks complicated but basically it trys to find http ftp or gopher. you can also do something like regexp:a_url2:10:any:"/[^="]http|ftp|gopher|com|www[^ \n\r]+(?=[\s\.,])/i" but note on the www. its /www\./i, btw the i is to ignore case. So it basically converts it to lowercase and then checks. But its /www\./ because of the period. otherwise you could do /www/i which will find that exact value unless you have a unique character like a period then you have to do something like shown above. |
Quote:
|
Quick note that it worked for me for anyone else looking to solve this problem, it beats installing, uninstalling, disabling, etc. Thanks for that!
Quote:
|
Quick thanks and an atta-boy for this hack. I have been customizing the text file for the past day or two. It is currently 99% accurate at spotting spam and has cut down the reported posts (the main goal) 90% on the first day. Our users never see the spam, our moderators can handle it easier, a true win\win for everybody... except the spammers.
|
I have upgraded to 3.6.4 - thought it was working ok, but apparently it only works for thread replies. If a new post is made, it is not checked, but reply to any post, and the post will be flagged correctly.
Does anyone know how I can fix this? |
Great Mod thanks. stopped 10 spam the 1st 24 hours. can it be changed alittle? I would like to autoban the user and delete tread or post at the same time
can that be an option you can enable? or have the moderate icon clickable, so when you click on it will delete the tread and ban the user Also can this be used on PM's I have a few spam bots some and start sending spam via PM too |
I saw this in use on a few other sites. nice work.
|
Here is our updated spambuster rules. We are at about 90% effective right now. The ones getting by are typically rare single domain posts. Since we have people posting Hijack This log files, those occasionally get caught, but we are very happy with this latest file.
Our work on this updated text is 3 months and 282 replies from our moderators perfecting it! It uses a LOT of known spamming domains, so if your website allows a ton of html links, this wont work very well for you, but you can edit it yourself. A good bit of re-write and time has gone into it, I hope it helps you as much as it has us. Comments and suggestions welcome. |
I've installed this hack, but as a result, it has broken my Moderate Posts function. If it catches a false positive, I have to disable the product, approve the post, then re-enable it.
|
Quote:
|
any way to get this mod for 3.6.5 ?
|
yes please could this be ported to the latest release as it was great in 3.5 but now the spam is creeping back :(
|
I really need this for the latest 3.6.x
Does anyone know what I can do to get it to function properly? I am averaging 3-5 daily that I have to manually fix. |
Hi,
I just installed this hack, but it doesn't seem to be working? At least I can't seem to get it to do anything. it's installed, it appears to be enabled, but not catching anything or posting in the forum I wanted it too. I created a new testuser, and created a new post with the subject BIG MONEY and then the only thing I put in the post was a URL http:www.bigmoneyscam.com and it let it threw? What am I doing wrong? here is the config file I'm using PHP Code:
|
Quote:
Quote:
|
|
Let me ask one question will this clean a board of spam thats already been posted. I cant find the answer to that. If it can how can we trigger it. I tried using maintenance but that was unsuccessful.
|
Had to uninstall this off my 3.5.4 it was moderating posts that didn't have keywords listed and prevented inline moderation of the unapproved posts. :(
|
All times are GMT. The time now is 01:28 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|