Quote board I built for my high school on benvirgilio.com. Submit overheard quotes, vote, flag, search, admin approval queue. PHP/MySQL.
permalink nebrivJust going back through my backups and archives I found something fun. I used (and still do!) to love to build little services and solutions for friends. In the IRC days there was always a fun “quote” database lingering around the servers I frequently. You’d could quote people in… or out… of context, have a laugh, remember important bits, etc.
So I built a quote submission board on nebriv.com called “Overheard At Four Rivers” (my high school). People could submit overheard quotes, vote them up or down, flag inappropriate ones, search, all that. I also built a full admin panel with an approval queue, quote editing, IP banning with expiration dates, and page view counters. Database was frcsquotedb on mysql.nebriv.com. Wish I could find that database now, but it’s probably… for the best that its gone! Who knows what kind of goldmine that would be for my peers, right?
Some Recovery notes:
/admin/, password-protected via cookie hash, view/edit/approve quotes, block IPs, change passwordfrcsquotedb on Dreamhost mysql.nebriv.com; data is lost, never migrated off Dreamhost apaprently.mysql_* PHP functions, has SQL injection vulnerabilities (educational artifact)