Quote Database System, like bash.org, allow users to submit “quotes” or other messages to a database. Then, you can filter them using numerous methods.
- Easy to set up.
- Quotes saved in SQL Database.
- Customizable interface, set number of items per page.
- Browse by: TOP , RANDOM, LATEST , or just browse them from oldest->newest.
- Allows the users to vote on each quote, positively or negatively.
- Users can only vote once on each quote, moderated by their IP address.
- reCAPTCHA can be easily set up to stop bots from adding spam.
- Set the script to automatically approve new submittions, or to have them manually approved.
- Bottom of the page displays total number of quotes, or the respective pending and approved quote amounts if automatic approval is not on.
- Moderation can be filtered in the admin section, or it can be done using the normal browsing methods.
- Admin section, where you can delete any quote or approve them.
- You will stay logged into the admin section for a customizable amount of time.
- Full AJAX Comment section for each quote
- Time system added
- Comments will be rated
- Quick installation script
- Templating System
- 2 themes (2 css files)
Update 10/10/11
- Added AJAX for deleting quotes in the admin section
- Added AJAX for approving quotes in the admin section
- Enabled the use of htmlpurifier to clean dirty comments and quotes.
- Fixed many bugs causing slashes to be left in quotes when rendering.
- Made the top left h1 a link
- Created a “json.php” page which allows you to export all or tag-specific quotes for other applications. For example, /json.php?tags=fun would display “fun” quotes in json form. /json.php would output all quotes which are approved.
Update 02/11/10
- Fixed html encoding and decoding
- Added option to get the number of ‘minus’ votes and ‘plus’ votes in the quote template – To access them, type $quote.minus and $quote.plus in the template page
- Fixed several bugs with recaptcha
- Made several install errors more clear
- Added ability to not stack tags while browsing content.
Update 3/31/10
- Added a fix for the footer, so the pending and the approved read correctly.
- Added installation script.
- Added a second light colored theme (just a second css file)
- Added a basis of a templating system
- Added liquidfireUK’s suggestion to automatically approve an admin’s post
Update 12/16/09
- “Tags” for every quote
- Can filter the quotes by one, or multiple tags
- Quotes now have an “author”
- Can also filter the quotes by author
Update 12/14/09
- Comment System added
- Time System added
Update 11/24/09
- The entire theme has been changed
- Added “Random Positive”
- Admin section is easier to get to



73 Purchases
27 Comments