Warning: mysql_connect(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/init.php on line 390

Warning: mysql_select_db(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/init.php on line 391

Warning: mysql_select_db(): A link to the server could not be established in /home/www/server/init.php on line 391

Strict Standards: Declaration of TServerRooms::init() should be compatible with TServer::init($debug, $delay, $delay_idle, $timeout, $ip, $port, $log_enabled, $log_todb, $log_length, $table_config, $table_log, $table_data) in /home/www/server/api.php on line 1091

Strict Standards: Declaration of TServerChat::init() should be compatible with TServerRooms::init($debug, $delay, $delay_idle, $timeout, $ip, $port, $log_enabled, $log_todb, $log_length, $table_config, $table_log, $table_data, $rooms_admins, $rooms_default, $rooms_main, $rooms_maxusers) in /home/www/server/api.php on line 1478

Strict Standards: Declaration of TServerChat::setup() should be compatible with TServer::setup($rewrite, $table_config, $table_log, $table_data) in /home/www/server/api.php on line 1478

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/api.php on line 502

Warning: mysql_query(): A link to the server could not be established in /home/www/server/api.php on line 502
Error in TServer->mysql_query_debug - Access denied for user ''@'localhost' (using password: NO)
create table chat_conf ( var_ varchar(64) not null unique, val_ mediumtext not null)

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/api.php on line 502

Warning: mysql_query(): A link to the server could not be established in /home/www/server/api.php on line 502
Error in TServer->mysql_query_debug - Access denied for user ''@'localhost' (using password: NO)
create table chat_log ( id integer unsigned not null auto_increment, log varchar(255) not null, primary key (id))

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/api.php on line 502

Warning: mysql_query(): A link to the server could not be established in /home/www/server/api.php on line 502
Error in TServer->mysql_query_debug - Access denied for user ''@'localhost' (using password: NO)
create table chat_data ( id varchar(64) not null unique, online bit not null, data mediumtext not null)

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/api.php on line 502

Warning: mysql_query(): A link to the server could not be established in /home/www/server/api.php on line 502
Error in TServer->mysql_query_debug - Access denied for user ''@'localhost' (using password: NO)
create table chat_pmsg ( id integer unsigned not null auto_increment, time_sent integer unsigned not null, name_from varchar(64) not null, name_to varchar(64) not null, message text not null, index name_from (name_from(8)), index name_to (name_to (8)), primary key (id))

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in /home/www/server/api.php on line 502

Warning: mysql_query(): A link to the server could not be established in /home/www/server/api.php on line 502
Error in TServer->mysql_query_debug - Access denied for user ''@'localhost' (using password: NO)
create table chat_files ( id integer unsigned not null auto_increment, time_sent integer unsigned not null, name_from varchar(64) not null, name_to varchar(64) not null, file_name varchar(255) not null, file longblob not null, index name_from (name_from(8)), index name_to (name_to (8)), primary key (id))