Subscribe to wTag shoutbox - mini chat RSS feed (new releases)
Shoutbox mini chat installation guide
Requirements:
  • An web server with installed PHP (versions 4.3.x - 5.x) and MySQL.
  • Knowing your MySQL host, login and password.
  • A JavaScript-enabled browser.
Installation:
  • Download and unzip the wtag_1.0_Beta.zip package.
  • Open conf.php (you will find it in the 'wtag' folder) in a simple text editor (for example Notepad).
  • Fill in your MySQL database details.
    // Replace the variables with your MySQL connection info
    $dbhost = "localhost"; // Most likely 'localhost'
    $dbuser = "username"; // Your MySQL username
    $dbpass = "password"; // Your MySQL password
    $dbname = "databasename"; // Your MySQL database name