PHP EverQuest Spell Research Helper
By: Xorillian L`Amante for Xorithra L`Amante
Edited: Wundrfulthing 3/7/2005

Very minimal instructions

Change log:

03/07/2005

1.  Replaced Hybrid, Cleric and Shaman class entries with generic class Priest
2.  Added componet 5 and 6 fields
3.  Updated Recipes to match current EQTraders.com lists
4.  Minor edit to instructions

Requirements:
1.  local Apache Webserver or hosted site with PHP and MySQL services
2.  A little knowledge of each.

Or 

1.  

Installation:
1.)  Unzip/upload the files to a directory on your web server.
2.)  Make sure that the group/user has permission to access all files.
3.)  Create the database and tables. The provided eqresearch.sql can be used to re-create the tables.
4.)  Create a MySQL user who ONLY has access to your 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 -- name of your database
	$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
	