PDA

View Full Version : User Active in Last 5 Mins


wyasser
12 May 08, 09:32
There is a line written at the bottom of PHPBB that user activity in last 5 mins

I want to change this 5 mins to 24 hrs and need to know how many online within 24 hrs

Please remember i Just want to change In total there is 1 user online :: 1 registered, 0 hidden and 0 guests (based on users active over the past 5 minutes)


to
In total there is 1 user online :: 1 registered, 0 hidden and 0 guests (based on users active over the past 24 hours)

and required the desired result
can anyone help me out

CyberAlien
15 May 08, 22:55
admin control panel -> general -> load settings -> view online time span

wyasser
16 May 08, 11:37
I do the same u told me but as soon as i logged out my name was removed from the

In total there are 2 users online :: 1 registered, 0 hidden and 1 guest (based on users active over the past 300 minutes)

list.

Why is that. Is this change from 5 mins to 300 mins really showing the visitor online in last 300 mins??/

CyberAlien
17 May 08, 13:40
in language/en/common.php find 'VIEW_ONLINE_TIMES' => 'based on users active over the past %d minutes',
and replace with 'VIEW_ONLINE_TIMES' => 'based on users active over the past 5 hours',