Created by Ed Paff Jr. | www.edpaffjr.com

Warning: I hold no responsibility for any damage caused by the code or use of the code.

Installation Instructions:
- Unzip the contents of the zip file preserving the directory structure.
- In showdbsettings.php (include directory) change the $db_ parameters to match the settings of your database:
  $db_host will almost always be "localhost"
  $db_name is the name of the database that will be created
  You may also change any of the other settings if you wish.
- Upload the files onto your webserver.
- Run the setup.php file located in the siteadmin directory in your web browser:
  http://www.yourdomain.com/showdb/siteadmin/setup.php
- Be sure to somehow password protect the siteadmin directory so that only you have access.
- Go to the siteadmin directory on your webserver and login:
  http://www.yourdomain.com/showdb/siteadmin
- Begin entering artists and venues.
  Note: You cannot enter a show until both the artist(s) and venue are entered.

General Upgrading Instructions:
- Create backup copy of all files on your local machine.
- Unzip the contents of the zip file preserving the directory structure.
- Overwrite all files on your server with new files except showdbsettings.php.
- Use backup files to make modifications to the new files if needed.

Change History:

Version 2.0 | 08.01.2005
Combined past and upcoming show tables into one
Fixed code to allow for apostrophes and other special characters
Added comments section for shows
Added my own code back and added a variable to only display it when applicable (much easier to update now)
Changed the way artists are added to shows
Added a function to handle most of the table displays
Made all code Valid XHTML 1.0 Transitional
Added a country field for venues
Loads of other cosmetic changes
To update from 1.x to 2.0 follow normal upgrading instructions above but you also must perform these steps:
- Open the showdbsettings.php file (include directory) in the updated version.  Change the $db parameters to match
  what you previously entered in the file (use your backup file to check your settings).  You may also change the new
  settings if you want.  Save your changes and overwrite the showdbsettings.php file on your server.
- Run the update1to2.php file located in the siteadmin directory in your web browser:
  http://www.yourdomain.com/showdb/siteadmin/update1to2.php

Version 1.5 | 05.18.2005
Fixed queries to return shows with no artists attached
Fixed adding of multiple shows on the same day at the same venue

Version 1.4 | 05.12.2005
Added more sorting for artists and bands
Removed code that numbered shows since it was useless after sorts
Added stylesheet file showdb.css in the new style directory
Added functionality to auto update alternate name fields for both renamed venues and artists

Version 1.3 | 05.09.2005
Fixed code so register_globals no longer needs to be On.  By default, this directive is turned off in PHP 4.2.0
Added showdbsettings.php so changes to showdbheader.php no longer overwrite user defined settings
Added basic sorting to the column headers for most pages

Version 1.2 | 02.18.2005
Changed more things thanks to my beta tester Aaron Liber

Version 1.1 | 02.17.2005
Changed many things to get the code working

Version 1.0 | 02.15.2005
Copied code from my own site
Removed all junk that is not needed for this project