The installation is really easy with the "Shoutbox Installation Wizard"! You have to upload just one file and follow the introductions. Here is an example of an installation with the wizard:
Create an folder on your www-root/webspace called for example "shoutbox":
Then upload the folder "install" (from the directory "shoutbox_with_installer") with the one file inside ("index.php") to the previous created folder:
After that change the file permissions (chmod) of the "index.php" to (0)777:
Now go to the path of your previous created folder and add "install/" after it:
Now the "Shoutbox Installation Wizard" should apper. Follow the introductions of the wizard to install the Shoutbox. After the installation please delete the "install" folder if it still exists.
The installation is really easy with the "Shoutbox Installation Wizard"! You have to upload just one file and follow the introductions. Here is an example of an installation with the wizard:
Create an folder on your www-root/webspace called for example "shoutbox":
Then upload the content of the folder "shoutbox" (from the directory "shoutbox_without_installer") inside to the previous created folder.
Afterwards import the file "install-database.sql" into your database.
Now open the file "lib/shoutbox.class.php" and edit there (on the lines 29-40, see customize) the self explaining configuration of your shoutbox and its database settings.
You could update the Shoutbox by doing the same like you would install it.
If you want to integrate the shoutbox in any (X)HTM(L)/PHP page you could do that with an iframe. Just copy (and change the "src" attribute) the following code to your wished place on page:
<iframe src="yourdomain.com/shoutbox/" width="96%" height="420" frameborder="0"></iframe>
If you want to integrate the shoutbox with a prefilled name value (e.g. the member username) add the following parameter:
<iframe src="yourdomain.com/shoutbox/?name=Username" width="96%" height="420" frameborder="0"></iframe>
If you want to customize the shoutbox after the installation, you could do that in the file "shoutbox.class.php" inside the "lib" folder. In the lines 29 to 40 you could change the settings. Please change just these lines:
private $_options = array( 'db_server' => 'localhost', 'db_charset' => 'utf8', 'db_user' => 'your_db_username', 'db_password' => 'your_mysql_passwort', 'db_name' => 'db_table_name', 'db_prefix' => 'your_prefix_', 'charset' => 'utf-8', 'heading' => 'YourName - Shoutbox', 'refresh' => 2.5, 'spam_protect' => 1, 'enable_bbcode' => true, 'enable_smilies' => true );
I've used the following images and javascripts/css: