spam

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
pcmattman
Member
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:

Post by pcmattman »

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.
User avatar
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:

Post by chase »

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).
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

How about you have some simple things you have to do. like on my guestbook I made, because I didn't want to deal with image verification I just made a prompt that says "type what 2+2 is here" and if it's not 4, then assume it's a bot and ignore it
User avatar
~
Member
Member
Posts: 1226
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

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
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

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).
In regards to your post on that forum.. Did you only have to modify the subSilver theme?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
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:

Post by chase »

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.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Hey chase, Any reason subSilver is default? I've been using mtDark2.. It's brilliant.. The white one burns the eyes.. (Annoying when the login session expires.. hehe)

Anyway to vote which theme is default or something :) ?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
pcmattman
Member
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:

Post by pcmattman »

I used mtDark, then whenever I switched to my IDE with a white text background my eyes went crazy :D

Edit: actually mtDark2 is pretty nifty. I like it.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

I find subsilver easier to read, although after trying out mtDark, I'm quite liking it...
C8H10N4O2 | #446691 | Trust the nodes.
pcmattman
Member
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:

Post by pcmattman »

As soon as you switch to mtDark, it becomes quite addictive :D...

I like it a lot.
Post Reply