Suggestion to stop spammers.

  • Thread starter Thread starter Poop-Loops
  • Start date Start date
AI Thread Summary
The discussion revolves around strategies to combat spam on forums, particularly through link restrictions for new members. One suggested method is to prevent posts containing specific keywords like "www," "http," and "com" until a user has made a certain number of posts. Participants note that while these measures can help, spammers may still find ways to bypass them. The forum administration is actively working on implementing improvements to reduce spam while balancing user experience for legitimate new members. Overall, the conversation emphasizes the ongoing challenge of managing spam effectively.
Poop-Loops
Messages
731
Reaction score
1
When I had to do something in HTML, I went to a web-programming forum for help. One of the things programmed into it was that you couldn't post any links until you had several posts. If you tried, the post wouldn't get through and you'd get an error message. To fix that, all you had to do was uncheck the box that says "automatically parse links in text". Pretty simple. If you were legit, you'd just do it.

But if it's a bot posting spam, it might completely screw it up to run into something like that, don't you think? Or have spammers already figured out a way to beat that defense?
 
Physics news on Phys.org
We're actually working on implementing that very idea already. Thanks!

- Warren
 
Yeah no problem. :smile:
 
Poop-Loops said:
But if it's a bot posting spam, it might completely screw it up to run into something like that, don't you think? Or have spammers already figured out a way to beat that defense?
It may be a combination of bots and people.

As chroot indicated the administration will introduce improvements to mitigate spam.
 
I've come across similar but with images, though as far as I am aware there isn't really a problem of such.
 
Greg,

Would it also be possible to block posts (within the first N posts of a new member) that contain complete words "www" "http" and "com", as well as word fragments "wwwdot" and "dotcom"? This would take care of many of the spam workarounds for including links.
 
Gokul43201 said:
Greg,

Would it also be possible to block posts (within the first N posts of a new member) that contain complete words "www" "http" and "com", as well as word fragments "wwwdot" and "dotcom"? This would take care of many of the spam workarounds for including links.

I think that's been implemented Gokul.
 
Last edited by a moderator:
There was some spam posted earlier with an incomplete url, something like "www blah com". I believe it was manually deleted by a Mentor.
 
Blocking certain phrases like www. and .com will not get rid of them totally, but I am sure it has had some effect. How do these spam bots get passed the bit that says DFH56HFY?
 
  • #10
Gokul43201 said:
There was some spam posted earlier with an incomplete url, something like "www blah com". I believe it was manually deleted by a Mentor.
The way it works is if a new member posts a link his post will be automatically blocked and will get an error message. If the spammer reposts altering the link as in abc.com, it will not be a live link.

Continue reporting these as spam.
 
  • #11
We have to try to find a balance between slowing down the spammers (and especially keeping their images from appearing) and not making it overly cumbersome for new members to post.
 
  • #12
Yeah, I agree there Moonbear. Not being a mentor it is quite hard to judge how many spammers there are, other than the one or two a week I report. Are there than many MB??
 
  • #13
Yes, there are quite a few, they seem to come in bursts.
 
  • #14
How did you guys implement the "no links until 15 posts" feature? Is it an open-source plugin that I could download from somewhere, or was it custom coded? I'm having a big problem with spam on another forum I administer and I need to implement something similar.
 
  • #15
jma2001 said:
How did you guys implement the "no links until 15 posts" feature? Is it an open-source plugin that I could download from somewhere, or was it custom coded? I'm having a big problem with spam on another forum I administer and I need to implement something similar.

We don't use this addon anymore. The new vb software comes with better tools to fight spam. You might find it at the vb development site. It was not very well supported though. GL!
 

Similar threads

Back
Top