PHP EverQuest Spell Research Helper
By: Xorillian L`Amante for Xorithra L`Amante
Very minimal instructions

Requirements:
Apache Webserver running PHP
MySQL
A little knowledge of each.

Installation:
1.)  Unzip the files to a directory on your web server
2.)  Make sure that the group your webserver runs under has permission to 
	access all files, in Linux this is done with chmod or chown.
3.)  To recreate the database tables, use the provided eqresearch.sql as 
	follows:  mysql -p < eqresearch.sql
4.)  Create a MySQL user who ONLY has access to your eqresearch database.
5.)  Edit the index.php file and set the options that you would like to 
	have.  Options that must be set are:
		$originalsite -- The site that you will be running this 
				 from as in 'http://my.site.com/index.php'
	$host -- Location of your database server, if running from the same 
				 place as your webserver you can leave this
				 as localhost.
	$database -- Unless you modify the eqresearch.sql file, this will 
				 be eqresearch.  It is the database to use
	$user -- The user you created in step 4.
	$pass -- The password for the user from step 4.
6.)  Feel free to change any of the other options, there is an explanation 
				 of what each does beside them.
7.)  Load the page and see if it works~

You can change the database to change any of the graphics that you want, 
the format is just 'graphic.gif'  As you can see from the other entries in 
the database.  Included are a few graphics, but by far they're not the right 
ones for most of the components.  I just grabbed some and threw them in.  
Also included are two css styles that you can modify however you would like.
One is green and one is blue and both are sort of ugly~  But as I said, feel
free to modify them.

You don't need the following files once setup is complete:  
	Readme.txt (this file), eqresearch.sql

Good luck!

--Xorillian L`Amante
	