Author |
Topic |
EPW
Starting Member
Canada
4 Posts |
Posted - 27 August 2002 : 19:34:53
|
I am having a problem viewing the active_users.asp file. It only happens when there are guests to the forum.
I get this error:
Microsoft VBScript runtime error '800a000d' Type mismatch: 'rsAM'
/forum/active_users.asp, line 209
Any help would be greatly appreciated.
EPW |
|
|
lir
New Member
USA
67 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 27 August 2002 : 19:42:39
|
And for future reference, post any problems with this mod in the mod implementations forum.
Thats my nice way of saying.
STOP POSTING HERE ALREADY |
Nathan Bales CoreBoard | Active Users Download |
|
|
EPW
Starting Member
Canada
4 Posts |
Posted - 27 August 2002 : 19:45:34
|
That page doesn't help much, what exactly do I need to do? |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 28 August 2002 : 11:32:40
|
Okay, what If I DIDN'T update the DB before adding the code to 3.4.01 (upgraded from 3.3...)
THanks |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 28 August 2002 : 11:41:49
|
Okay I solved it by removing the code from inc_header.asp and inc_func_common.asp, then Updating the DB, then wacking the code back.
Thanks |
|
|
chief77
Junior Member
New Zealand
114 Posts |
Posted - 03 September 2002 : 07:47:37
|
Is this mod still relying on forum_online table? Is there an alternative for real-time active users? Like using ASP's session object to provide such real-time data feedback. (I know some users cannot use Session object).
To further the development of using Session object to provide real-time data, anyone who are log-in will essentially have their names added to the session object variable until they logoff or their session timed out.
The Active Users may store the active users in Application object variable?? Something like that...
I hope there's a demand for this, as I like to see this happen though. Thanks :D
Kel. |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 03 September 2002 : 08:35:18
|
Question - I f I have a main site an forum, is there any way to log active users on the main site (so it showes up in the forum too)??
THanks |
|
|
matsd
Starting Member
Sweden
26 Posts |
Posted - 05 September 2002 : 11:17:40
|
Is the v40_17 of the Active Users mod for v3.4.01 also valid for v3.4.02 or are there changes in the original Snitz asp files to be edited that makes the editing instructions to implement the mod incorrect?
Mats D |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 05 September 2002 : 11:31:28
|
Mats, the mod is valid for v3.4.02. The only thing that may be different is the line number for the various changes in the forum files.
The changes in the forum code between 3.4.01 and 3.4.02 are only bug-fixes, not a new major release. They do not make the mod out-dated.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 05 September 2002 : 11:35:29
|
quote: Originally posted by Lydecker
Question - I f I have a main site an forum, is there any way to log active users on the main site (so it showes up in the forum too)??
Yes, but you have to change the way that Active Users keep track of pages. The mod can only track pages found in the forum directory. If you want to track pages outside the forum, you must add those pages to the function WhatPage (in active_users.asp), and you must also add the directory to the filename in that function. (Example, change forum.asp to /forum/forum.asp).
<Edit> You must also add <% ActiveUserTracker() %> that tracks the users, as well as include config.asp and inc_func_common.asp in the pages that you want to track.
I've not tested this yet on v3.4, so I cannot say if it will work or not. </Edit>
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
Edited by - masterao on 06 September 2002 13:46:24 |
|
|
tduffy
Junior Member
146 Posts |
Posted - 06 September 2002 : 12:58:11
|
Would it be possible to modify the code, so moderators could see user's ip addresses too? |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 06 September 2002 : 22:20:20
|
Can someone hit me with what a good value for 'active users time out' is?
Thanks |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 07 September 2002 : 02:16:25
|
quote: Originally posted by tduffy
Would it be possible to modify the code, so moderators could see user's ip addresses too?
Look in this topic. I answered your question there.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 07 September 2002 : 02:25:23
|
quote: Originally posted by Lydecker
Can someone hit me with what a good value for 'active users time out' is?
Thanks
That is totally depending on what kind if website you are running. I would suggest 5-10 minutes, but make the decision based upon how long is a visitor viewing a typical page? If you have long articles that your visitors read, then they are online for that whole time (i.e. a high timeout value), if the articles are short and concise, you can set a low timeout value.
Don't set |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Topic |
|