Quote:
|
Originally Posted by ThomasP
gb.jpg - admins get access to delete bad signatures, on a side note, after a few attacks from crawlers advertising e.d. drugs, I wrote a simple, expandable filter to block out certain words.
|
I've found that most spammers use a
xxxx@xxxx.info email address. All I did on the team forum on my site was pre-check the email address in the PHP code after someone registers, and if it ends with .info the account would automatically be sent a "purgatory" zone; (instead of sending the user the conformation email) from there the admin would have to manually approve each user. It's a nifty little thing and I've never had to delete a spam thread/post since then.
I also hope that all your pages are
.jsp and not
.jpg!
If I was developing my team's website in Java, I would probably be interested in seeing all your code. But I went the PHP/MySQL route. Otherwise, it looks like you're doing a great job on the admin and backend stuff. Just don't forget the Web Standards, Accessibility, etc. kind of stuff. Keep up the good work.