There's been a lot of talk about adding random quotes to MT pages. I like the idea and I'm starting to write code that will do just that. It's just a PHP fragment right now, but I plan to rewrite in Perl and make it an MT Plugin (as soon as I figure out how.)
To use, you need MT 2.6 or above, a MySQL database and PHP of course. You need some way to create new tables in your database (I use phpMyAdmin)
Short instructions:
1. Unpack the files in this zip file
2. Copy db.inc.default to db.inc
3. Change $hostName, $databaseName, $username, and $password to match your database values.
4. Upload db.inc and index.php to a new directory on your server.
5. You also need to create a table as defined in mt_quotes.sql
6. Insert rows into your new table (I've included a few quotes from America's Founding Fathers in founding_fathers.sql, you can run that script on your database to get a start.)
Please contact me with any questions or comments.
The code is licensed under the current Creative Commons Attribution-NonCommercial-ShareAlike license.