// This Software is distributed under the GNU General Public // License. //-------------------------------------------------------------- //-------------------------------------------------------------- //Database-Specifications //Database-Server-Name $db_server = "localhost"; //MySQL-Username $db_username = "artaxia"; //MySQL-Password $db_passwort = "RVpu5sz8"; //Database-Name $db_database = "artaxia_gr"; //Database-Table-Name $db_table = "useronline"; //-------------------------------------------------------------- //Time-Settings //Timeout to delete Users in Minutes $timeout = "5"; //-------------------------------------------------------------- //Table-Settings //Table-Width (in Pixel) $twidth = "100"; //Background (Headline) $bghl = "#dddddd"; //Background (following lines) $bgfl = "#dddddd"; //-------------------------------------------------------------- //Font-Settings //Font-Face (Headline) $ffacehl = "Arial"; //Font-Size (Headline) $fsizehl = "2"; //Font-Color (Headline) $fcolorhl = "#6666ff"; //Font-Face (following lines) $ffacefl = "Arial"; //Font-Size (following lines) $fsizefl = "1"; //Font-Color (following lines) $fcolorfl = "#6666ff"; //-------------------------------------------------------------- //Text-Settings //Text for the Headline (xx user-online?) $texthl = "user online"; //Text for one user on a directory $text1 = "user is at:"; //Text for more than one user on a directory $text2 = "users are at:"; ?>