so logs on to gm or on a regular player and continues to write 0 onlineAre you logged in with a GM character?
I am connected to the databaseAre you connected to the right database?
// Available options: TFS_02, TFS_03, OTHIRE, TFS_10
// OTHire = OTHIRE
// TFS 0.2 = TFS_02
// TFS 0.3 = TFS_03 (If you are using 0.3.6, set $config['salt'] to false)!
// TFS 0.4 = TFS_03
// TFS 1.x = TFS_10 (Current under development version)
$config['ServerEngine'] = 'TFS_10';
Im use 0.4 edited tfsMake sure your server version is correct in config.php
PHP:// Available options: TFS_02, TFS_03, OTHIRE, TFS_10 // OTHire = OTHIRE // TFS 0.2 = TFS_02 // TFS 0.3 = TFS_03 (If you are using 0.3.6, set $config['salt'] to false)! // TFS 0.4 = TFS_03 // TFS 1.x = TFS_10 (Current under development version) $config['ServerEngine'] = 'TFS_10';
If it is, its possible your sources track online players a different way. What distro are you using?