My Two Cents
My Two Cents is a simple PHP class to add a comment function to any PHP script, similar to the well known PHP Webnotes script (used in the PHP manuals). PHP Webnotes wasn’t updated for several years and has some security problems. This class is much simpler but should be enough for most users.
Features:
- Single MySQL table
- Single PHP file
- Just three lines of code to add
- Spam-Blacklisting
- CAPTCHA mechanism with optional audio output
- translatable through a central language array
More info is available in the User Manual.
Download: mtc.zip