![]() |
In the past couple of months I have seen a big increase in spam posts, and the automoderation in this addon doesnt seem to be working like I expect it should. For instance, I have it set to automoderate posts with more than 1 link, but I frequently see posts get through with more than 1 link. I also have "live stream" and "live streaming" listed in my bad words, but almost every spam posts contains these words. Only maybe 10% of spam posts actually end up in moderation.
Any ideas what could be wrong? |
Quote:
|
Quote:
|
Quote:
The new Recaptcha will catch virtually all spambots but human spammers can still bypass it. I find the most effective spam tool is still using the Question And Answer function. If you ask questions that only real people with a genuine interest in your forum can answer, and that don't have "yes" or "no" or "true" or "false" type answers it will stop most of the spam most of the time. If, for example, you are a math forum, and you ask "How many pieces of pii are in a circle?" only a math nerd would even understand the question. It's not something answerable by a bot or most human spammers. |
I had the same issue but I can help you fix this. The issue is that the code only looks for "http" urls and not "https", among others when acting on the auto moderation.
Download this plugin and extract the files on your drive. Open the file named "product-glowhostspamomatic.xml" with a text editor. Search for all instances of this line; I believe there are two of them. Code:
$link_count = substr_count(strtolower($this->fetch_field('pagetext', 'post')), 'http:'); Code:
$url_pattern = '#[-a-zA-Z0-9@:%_\+.~\#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~\#?&//=]*)?#si'; Under Admin > Manage Products > Add/Import Product: Once you've made the changes, you can install the plugin again but make sure to select the radio button to "Allow Overwrite". |
Quote:
I also have Question and Answers set up on registration that can not be solved by a bot, but that isn't helping lately. I would imagine that any good bot software would keep a database of questions and answers so they only have to be answered once, anyways. |
Quote:
|
Skip this message, my problem. Solved
Hello, i am getting following error many times, and i am getting it only regarding this vB module, and from multiple vB forums hosted on same server of mine: Quote:
It do not appear like stopforumspam banned my server IP: Quote:
UPDATE: i found these timeouts happening only from time to time. And during one timeout i tried to run this command on my hosting server: wget -O /dev/null stopforumspam.com and it timeout and shown SFS IPs and i searched logs for these IPs and also firewall and found these SFS IPs was banned on my firewall because somehow ended up in abuseipdb and stopforum spam blocklist, it could be also my fault. Skip this message, my problem. Solved |
Are there any plans to update this mod to work with Version 5.X of vBulletin? (I did a search of this thread but came up empty).
|
There are no plans for vBulletin 5. The code base is too different and it would have to be written from scratch it looks like.
|
All times are GMT. The time now is 06:15 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:
|