How to convert your old CSV Shoutbox to mySQL:

* Assumes you've already created the table

If you don't have phpMyAdmin, you really should do.  Get it from:
http://phpwizard.net/projects/phpMyAdmin/

  * Click on the shoutbox table on the left.
  * Click on 'insert textfiles into table'.
  * Download a copy of your shouts.txt file to your local computer.
  * Select that file in the 'location of the textfile' field.
  * Set 'Fields terminated by' to "|" without the quotes.
  * Remove the " from 'Fields enclosed by'.
  * Column names should be "name, shout, timestamp, url" without the quotes.
  * Click Submit!
  * That's it!
