spam
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
IMHO we just need to upgrade the board. phpBB is a work in progress, it changes often.
I think a spam filter would be good to setup somehow. It's frustrating to have to sift through the spam, especially since it's now coming into the Development and Project Announcments forums.
Another idea might be to have a mod in each time zone. At least then there's a high chance of someone being able to delete the post at any time of day.
I think a spam filter would be good to setup somehow. It's frustrating to have to sift through the spam, especially since it's now coming into the Development and Project Announcments forums.
Another idea might be to have a mod in each time zone. At least then there's a high chance of someone being able to delete the post at any time of day.
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
So did a little research about additional methods to find spam and I ran across this http://www.tfbw.com/archives/20 . Basically this guy says that most forum bots don't support javascript. I took that idea and made my own implemention. Javascript is now required to register, after registration you don't have to keep it on. For the details of what I did take a look at http://forum.tfbw.com/viewtopic.php?p=247#247 .
If you've never run across forum bots before here is just one of many http://fp.icontool.com/ . For now spam should be from a by-hand spammer (and then only if their email domain isn't banned).
If you've never run across forum bots before here is just one of many http://fp.icontool.com/ . For now spam should be from a by-hand spammer (and then only if their email domain isn't banned).
That Javascript thing was what I said like 1 month ago: to dynamically build the interfaces with Javascript, and if possible add other validation things.
In this topic:
http://www.osdev.org/phpBB2/viewtopic.php?t=12866&postdays=0&postorder=asc&start=13
In this topic:
http://www.osdev.org/phpBB2/viewtopic.php?t=12866&postdays=0&postorder=asc&start=13
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
In regards to your post on that forum.. Did you only have to modify the subSilver theme?chase wrote:So did a little research about additional methods to find spam and I ran across this http://www.tfbw.com/archives/20 . Basically this guy says that most forum bots don't support javascript. I took that idea and made my own implemention. Javascript is now required to register, after registration you don't have to keep it on. For the details of what I did take a look at http://forum.tfbw.com/viewtopic.php?p=247#247 .
If you've never run across forum bots before here is just one of many http://fp.icontool.com/ . For now spam should be from a by-hand spammer (and then only if their email domain isn't banned).
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
I went with what I did because it's easy to reapply and should be completely transparent to most users. Maybe one day we'll have to resort to human comprehension tests. If that day comes I'd probably like to implement it with questions like "what is the byte signature starting at the 510th byte of a bootable floppy" or "what is the memory mapped io address of color text for vga cards" and the questions would link to the OSDev wiki articles where the answer can be found. The human spammers could pass the "which is a kitten" or "what is 2 + 2" type tests pretty easy and I wouldn't have any problems encouraging people to read the wiki during the registration process.
All I modified was subSilver because I have it as the default theme so it's what everyone that isn't registered yet is using.
All I modified was subSilver because I have it as the default theme so it's what everyone that isn't registered yet is using.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact: