SlimStat setup

5 simple steps to complete your SlimStat installation.

Step 2: Create tables

SlimStat needs to create two database tables to store its data. They will be called slimstat and slimstat_dt. To change this, edit these lines in _config.php:

var $stats = "slimstat"; // Primary stats table
var $dt_table = "slimstat_dt"; // Date/time totals table

If you want to use the IP-to-Country database (recommended), a table needs to be created to store it. It will be called slimstat_iptocountry. To change this, edit this line in _config.php:

var $countries = "slimstat_iptocountry"; // IP-to-country lookup table

If you don't want to use it, remove ip-to-country.csv from the server.

Click the button below to create the tables.

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