Main contents
Archive for August 2007
Spam Registrations
August 18th, 2007
It’s been close to a week since I installed and got working the ReCaptcha plugin for phpBB2 and, so far, I haven’t had a single spam registration!
It’s SELinux’s Fault
August 13th, 2007
I think I discovered the source of my PHP error messages and problems. I looked in my system logs and saw that SELinux was blocking some of my stuff… I will have to figure out how to add rules to SELinux to keep it from blocking that. At least I know what’s causing it… -Jordan
ReCaptcha on phpBB2
August 7th, 2007
(You can read about ReCaptcha at http://recaptcha.net/learnmore.html) In my quest to stop the spam registrations on my phpBB forums on my website (www.jordancronin.com) I decided to try ReCAPTCHA’s (free) CAPTCHA service. On their website, they have “plugins” for popular websoftware, including one for phpBB2. I tried following their installation instructions, but I keep getting in [...]