God damned spam
God damned spam
It is annoying huh? I think we could easyly stop this crap simply by adding small modification to forum. I think that something like mathematical exercise solving would be great. Here is small example. Lets say i want to write a post, somewhere there should be an image with mathematical exercise (2+2 in example) and input for answer (4 in our case). So to post we must to solve this exercise. I used myself GD library to make monster spawn locations on the map image dynamicly. GD is realy easy and useful stuff. So what do you think about it?
On my website which also uses phpBB I added another CAPTCHA for filtering out bots. My site is related Warcraft 3 so I chose to display an image of a Grunt and force people to type the name of the unit shown on the image (during registration, during guest posting and during first registered post). After that the spam went from 2-3 messages per day to no spam whatsoever. I haven't seen any spam there for months now.
I think something really simple would do the trick - maybe just show Irrlicht's logo and tell people to write the name of the engine in the box.
I think something really simple would do the trick - maybe just show Irrlicht's logo and tell people to write the name of the engine in the box.
Yes, there is a converter that converts phpBB database to SMF. Would need to be very careful though, because the database access on Sourceforge( which these forums use ) sucks, it's very slow and unreliable, hence why these forums are sporatically unavailable. With as large as this database is, the forums would need to be down for a bit, while the conversion took place. Shouldn't be too bad though.
![Image](http://www.3demon.net/media/logos/logo.png)
-
- Posts: 277
- Joined: Thu Dec 15, 2005 6:11 pm
This is probably the better way to do it, except dynamically. You can't complain if you have to do it a couple of times and since usually the spammers register and make one post, it would cover them. Also, a registered name that doesn't make a post within a certain amount of time(maybe 24hours) should be deleted. This way, if the spam post fails since it didn't get past the picture thing above, the registered name won't remain. We don't have this problem now because the mods see the spam and can delete manually the registered name, but if somehow we block the spam, the registered names would still remain, so we need to address that part as well.Klasker wrote:On my website which also uses phpBB I added another CAPTCHA for filtering out bots. My site is related Warcraft 3 so I chose to display an image of a Grunt and force people to type the name of the unit shown on the image (during registration, during guest posting and during first registered post). After that the spam went from 2-3 messages per day to no spam whatsoever. I haven't seen any spam there for months now.
I think something really simple would do the trick - maybe just show Irrlicht's logo and tell people to write the name of the engine in the box.
It doesn't need to be dynamic - it just needs to be unique to this site. The spam programmers can't (and won't) write their bots to defeat CAPTCHAs that only appear on a single phpBB site that they probably don't even know about. They are specifically attacking the solutions available on phpBB's website, such as text image recognition, which is why the "good" solutions don't work. Suppose a really powerful text recognition CATPCHA was available on phpBB.com, lots of forums will be using that and defeating it will be high priority for the spambot programmers. Anyone could write a bot that defeats the simple Irrlicht Logo CAPTCHA, but nobody is going to do it because it just appears on this small site (small as in, not noticed by the spambot programmers).roxaz wrote:this is not a solution. even noob php programmer would be able to tune spammer a bit if needed extra information (like engine name) is static. dynamic stuff is the sollution