![]() |
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:
|
All times are GMT. The time now is 06:39 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:
|