Joined: Sep 25, 2004
Local time: 6:57 PM Location: St Pete, FL
Yes, the number is stored in your phpbb_config table in the record_online_users record. You can use the following SQL query to reset it to zero if you want:
Code:
UPDATE phpbb_config SET config_value='0' WHERE config_name='record_online_users';
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum