SlimStat setup

5 simple steps to complete your SlimStat installation.

Step 1: Connect to database

SlimStat needs to be able to connect to your MySQL database.

You can use SlimStat with an existing database, or create a new database if you prefer.

In _config.php, edit these variables:

var $server = "localhost"; // Leave as localhost unless you know otherwise
var $username = "username"; // The username used to access your database
var $password = "password"; // The password used to access your database
var $database = "database"; // The database containing the stats table

When they match your connection settings, click the button below.

SlimStat v0.9.4 © 2006 Stephen Wettone. Based on ShortStat by Shaun Inman