Hello! greetings epvp. there is a problem with my online count in website. its not going up. it always says zero. I investigated the inc files.
and this is the code. from website online count
odbc_exec($mssql, 'USE [ACCOUNT_DBF]');
$online = odbc_exec($mssql, 'SELECT COUNT(*) as count FROM [ACCOUNT_TBL] WHERE isuse = \'J\'');
<td>Online User:</td>
<td><?php echo odbc_result($online, 'count'); ?></td>
then. I go to my database in account_dbf. I check the isuse. and all are T even tho I am online.
also, the multiverse in character_table always stay at zero. even tho im online. omg.
what to do with this? thanks guys!
and this is the code. from website online count
odbc_exec($mssql, 'USE [ACCOUNT_DBF]');
$online = odbc_exec($mssql, 'SELECT COUNT(*) as count FROM [ACCOUNT_TBL] WHERE isuse = \'J\'');
<td>Online User:</td>
<td><?php echo odbc_result($online, 'count'); ?></td>
then. I go to my database in account_dbf. I check the isuse. and all are T even tho I am online.
also, the multiverse in character_table always stay at zero. even tho im online. omg.
what to do with this? thanks guys!