2023-08-08, 07:10 PM
Looking at filter.php, expect it's likely to encounter the problems @Crazycat mentioned with newer mysql versions. Don't see any instructions related to installation or operation, so you'd just have to find filter.php to even change the compatibility. Here it is:
I be tempted to live without it. Or try Crazycat's ABP Restrict URL. Totally different approach, but an effective anti-spam and abuse tool on it's own. And you've got the MyBB word filter to add to your toolbox.
function filter_info()
{
return array (
"name" => "Auto-Unapprove Filter",
"description" => "Automatically unapproves new threads or posts that contain certain words or phrases.",
"website" => "http://www.mybbwebhost.com",
"author" => "MyBBWebHost",
"authorsite" => "http://www.mybbwebhost.com",
"version" => "1.0",
"compatibility" => "16*",
"guid" => "e2b0a35fe9a1e175b718e72231ff5728",
);
}
And here's the extend link - Auto-Unapprove Filter.I be tempted to live without it. Or try Crazycat's ABP Restrict URL. Totally different approach, but an effective anti-spam and abuse tool on it's own. And you've got the MyBB word filter to add to your toolbox.