-------------------------------------------------------------------------------- INSTALLATION -------------------------------------------------------------------------------- 1. Create a directory for the files, then upload all files into it except settings.php. 2. Use phpmyadmin to create a database, then run shoutbox_sql.sql against your database to make a table for the shoutbox script to use. 3. Open up settings.php, change values as needed. 4. Upload settings.php into the same directory as the other files. 5. Use an iframe to display the shoutbox, example: <iframe src="shoutbox/index.php" frameborder="0" width="200" height="250"></iframe>