Alright so i have a problem with my online count. i use the sapphire 2.2 website
as you see here my world server has 1 player connected but the website doesn't show any players online. this is the script
[Only registered and activated users can see links. Click Here To Register...]
$_CONFIG['allg_user_online'] = @odbc_result(@odbc_exec($odbc_connect, 'SELECT COUNT([MultiServer]) as OnlineCount FROM [' . $_CONFIG['db_databases']['chr'] . '].[dbo].[CHARACTER_TBL] WHERE [MultiServer] > 1'), 'OnlineCount');
is theres something wrong? please website coders help me
as you see here my world server has 1 player connected but the website doesn't show any players online. this is the script
[Only registered and activated users can see links. Click Here To Register...]
$_CONFIG['allg_user_online'] = @odbc_result(@odbc_exec($odbc_connect, 'SELECT COUNT([MultiServer]) as OnlineCount FROM [' . $_CONFIG['db_databases']['chr'] . '].[dbo].[CHARACTER_TBL] WHERE [MultiServer] > 1'), 'OnlineCount');
is theres something wrong? please website coders help me