I admin a board which gets a few spammers daily. Two users are moderators and we 3 purge spammers as needed and I ban the IPs.
One of the moderators found this page of spam filters, but the page dates from 2011 - 2013 and is for an earlier version of MyBB.
My questions:
Thanks in advance for your help.
I never eat spam. Why do these bozos keep sending it to me?
ModeratorM
If you can find some words/phrase patterns on spammers posts, you can try
this. It doesn't ban IPs, it only bans users. But it can be easily modified to ban IPs too.
(2016-11-01, 01:17 PM)Neeeeeeeeeel.- Wrote: [ -> ]If you can find some words/phrase patterns on spammers posts, you can try this. It doesn't ban IPs, it only bans users. But it can be easily modified to ban IPs too.
Thanks for the suggestion. However, the spammers are very diverse, advertising such things a sign painting in Bahrain, to skin treatments to porn. They have in common that they are desperate losers, not a status they proclaim in searchable print.
ModeratorM
I'm sure it's possible to find patterns to prevent 90% of thread/posts. Feel free to PM me...
Fassim Anti-spam was a good option, but it has since shut down. (There's no way to get an api key anymore, nor if you had one would it really do you any good since the site is gone.)
You may want to try Spamalyzer instead. A user (Sama34) on ZiNgA BuRgA's site added code to update it to 1.8 then another user collected the fixes and put them in the file for download. (
download location for that.) Spamalyzer is pretty effective at stopping spam from ever hitting your site. Just make sure to take time to configure it and add to the word blocks.
(Make sure the stopforumspam checks are enabled as they help massively.)
Another option, if you're comfortable editing the .php of MyBB itself... would be to install
ZB Block. This one is a bit trickier to get running... but I've heard good things about it.
(2016-11-03, 02:04 PM)VirusZero Wrote: [ -> ]Fassim Anti-spam was a good option, but it has since shut down. (There's no way to get an api key anymore, nor if you had one would it really do you any good since the site is gone.)
You may want to try Spamalyzer instead. A user (Sama34) on ZiNgA BuRgA's site added code to update it to 1.8 then another user collected the fixes and put them in the file for download. (download location for that.) Spamalyzer is pretty effective at stopping spam from ever hitting your site. Just make sure to take time to configure it and add to the word blocks.
(Make sure the stopforumspam checks are enabled as they help massively.)
Another option, if you're comfortable editing the .php of MyBB itself... would be to install ZB Block. This one is a bit trickier to get running... but I've heard good things about it.
Thank you all. Sorry about the delay replying - offline for a day.
Ill check these out over the next few days.
ModeratorM