 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 3:24 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:15 PM
Location: St Pete, FL
|

|
|
|
|
 |
This is what you would do:
OPEN
viewonline.php
FIND
| Code:
|
if ( $row['session_ip'] != $prev_ip )
{
$username = $lang['Guest'];
$view_online = true;
$guest_users++;
$which_counter = 'guest_counter';
$which_row = 'guest_user_row';
}
|
REPLACE WITH
| Code:
|
$username = $lang['Guest'];
$view_online = true;
$guest_users++;
$which_counter = 'guest_counter';
$which_row = 'guest_user_row';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 4:00 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 10:15 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Quality! Cheers man.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 4:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:15 PM
Location: St Pete, FL
|

|
|
|
|
 |
LOL I'm glad you're happy with it...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 4:38 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 10:15 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Yeah cheers. Aye I bet when you looked there were about 2 online LOL
I’m just glad I managed to get 29 showing
| Quote:
|
|
Most users ever online was 29 on 08 Apr 2007 07:52 pm
|
though I noticed you can actually manually edit this through phpmyadmin anyway. Oh well the "Who Is Online" Time (in minutes) has more use now I’ve made a few changes to how online user thing works.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 4:48 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:15 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, you can adjust that in your phpbb_config table, so you could really set it high if you wanted. I imagine that the bots will do it for you though...
If I made those changes, it would claim that we've had hundreds of users online at the same time...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 4:53 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 10:15 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
now that would be cheating
.....  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 5:04 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:15 PM
Location: St Pete, FL
|

|
|
|
|
 |
LOL I wouldn't do it, but you might...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 5:05 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 10:15 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
No comment  |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|