 | [Solved] Who's Online |  |
Posted: 04/08/2007 1:03 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Is it possible to get all guests showing in ACP to show on the forumhomepage too?
| Quote:
|
Chris Powell 08 Apr 2007 05:22 pm 08 Apr 2007 05:56 pm Forum index **************
Guest 08 Apr 2007 05:56 pm 08 Apr 2007 05:56 pm Cool Websites 66.249.65.243 crawl-66-249-65-243.googlebot.com
Guest 08 Apr 2007 05:54 pm 08 Apr 2007 05:54 pm Trance / Dance 66.249.65.243 crawl-66-249-65-243.googlebot.com
Guest 08 Apr 2007 05:52 pm 08 Apr 2007 05:52 pm Forum index 66.249.65.243 crawl-66-249-65-243.googlebot.com
|
because ACP is showing 3 bots indexing but on the forum homepage is only showing the 3 bots as 1 guest. How do I get the forum homepage to show everything that is searching/indexing the site = makes the forum look busier to visitors. Hope you know what I mean...
In vBulletin it counts everything that is browsing the forums on the forum homepage which is better imo.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Who's Online |  |
Posted: 04/08/2007 1:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:40 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, you can make the following modification to count all guests, even if they have the same IP addy:
OPEN
includes/page_header.php
FIND
| Code:
|
// Skip multiple sessions for one user
if ( $row['session_ip'] != $prev_session_ip )
{
$guests_online++;
}
|
REPLACE WITH
Save and upload back to the forum includes folder. Make sure you are editing the most current copy of this fileand that you create a good backup of it before overwriting it...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 1:38 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Wooohoooo it works I made a backup of it good stuff  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Who's Online |  |
Posted: 04/08/2007 1:45 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:40 PM
Location: St Pete, FL
|

|
|
|
|
 |
Awesome. I figured it would work. There is a chance that people might wonder why you have hundreds of guests viewing the forum and few members posting. You need to get the active membership built up some how...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 2:05 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
True. For those that know though the more indexes you get (whether they're from the same ip/domain name or not) means the higher the ranking your site has popularity wise. A lot of SEO/advertisers go by this and would much rather advertise on a site that have say 40 -60 guests over one that had say 5-10
Call it cheating if you like but weather the guests are genuine visitors or not the majority like to see more activity. I certainly do. Makes you feel that all the Search Engine/ Directory submitting/Link Exchanging was all worth it and is good to know that all the hardwork pays of in the end hehe  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 2:35 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:40 PM
Location: St Pete, FL
|

|
|
|
|
 |
I know exactly what you mean. It feels good to know that your hard work is appreciated and enjoyed by a lot of people...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 2:43 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
Oh yes  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 2:50 PM |
|
|
|
|
|
| Seagull |
| Posts |
110 |
| Word Cnt. |
24,559 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Mar 21, 2007
Local time: 3:40 PM
Location: Northern Ireland
|

|
|
|
|
 |
Sounds like a good idea making the forum look busier. I mite add it myself
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 3:10 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
How do I get the number of users online in the forum stats to match up with the amount shown in the who’s online list http://www.djpassions.com/viewonline.php  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Who's Online |  |
Posted: 04/08/2007 3:12 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 9:40 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
There is similar coding in the viewonline.php to the pageheader.php just not sure which code to change as I did before  |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|