Plugin Name: Ask the Oracle
Plugin URI: http://www.wildbluffmedia.com/2007/03/12/ask-the-oracle-wordpress-plugin/
Description: Displays the random answer to a question in Magic 8-ball fashion for Wordpress
Author: Walter G. Whimpenny
Author URI: http://www.wildbluffmedia.com/
Contact: Walt@wildbluffmedia.com
Version: 1.2
********************************************************************
Examples
You can see examples of Ask the Oracle in use at these sites:
The text around the buttons is modified, but you’ll probably want to do that anyway.
********************************************************************
Troubleshooting:
Issues? Suggestions? Discuss Ask the Oracle in the PlugIns section of our Wild Bluff Media Forum.
********************************************************************
Licensing

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
This Means:
You are free:
* to Share — to copy, distribute, display, and perform the work
* to Remix — to make derivative works
Under the following conditions:
* Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Noncommercial. You may not use this work for commercial purposes.
* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
* For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.
* Any of the above conditions can be waived if you get permission from the copyright holder.
* Apart from the remix rights granted under this license, nothing in this license impairs or restricts the author’s moral rights.
********************************************************************
Attribution
This plugin is based on and borrows heavily from the WP-Quotes Plugin created by Dustin Barnes
It is available from his website http://www.zombierobot.com/plugins
WP-Quotes is a great plugin to work with. It does almost everything you would want a plugin to do and so is a great example for Wordpress Plugin developers. I highly recommend you check it out.
WP-Quotes is distributed under a similar Creative Commons license agreement.
********************************************************************
Installation
To Install:
1. Create a new directory in your wp-content/plugins directory
2. Copy the file oracle.php into this directory
3. Copy the file edit-oracle.php into your wp-admin directory
4. Go to the Plugins tab in your wp-admin dashboard
5. In the Oracle row, click Activate
6. Add the following code within PHP Brackets:
wbm_asktheoracle ();
to the template or page where you would like the oracle to appear
7. You’re done
********************************************************************
Deinstallation
To Uninstall:
1. Delete the oracle.php file and the directory it is in from your wp-content/plugins directory
2. Delete the edit-oracle.php file and the directory it is in from your wp-admin directory
3. You should delete the wp_oracle table from your database
********************************************************************
Updates
v1.1 - Fixed bug that prevented use on page other than index.php; Now can be used on any page
v1.2 - Fixed bug that caused “Warning: Cannot modify header information - ” when updating files and posts in the dashboard in WP version 2.1.1 and 2.1.2
Posted on: Monday, March 12, 2007





March 25th, 2007 at 8:33 pm
Sorry dude, this is a bit of a lame plugin. It is taking up valuable space. But apparently a lot of people are linking to it…
In all fairness, I asked the Oracle if it thought that it was a lame plugin. The answer was “Absolutely!”
March 26th, 2007 at 8:02 am
It might be lame, but it was the first one Walt wrote after reading up on php in one sitting. Not bad considering.