Author |
Topic |
MotoX
Junior Member
201 Posts |
Posted - 05 September 2002 : 17:41:07
|
How about this one: I caught the inktomi slurp bot on my server today. It showed up as: Browser: Unknown Mozilla zilla/5.0 (Slurp/cat; slurp@inktomi.com; http://www.inktomi.com/slurp.html
Is there any way to automatically prune that down? It made the active users table about 1000 px wide. |
|
|
Sime
Starting Member
Croatia
8 Posts |
Posted - 05 September 2002 : 20:46:49
|
Hy! I have Snitz 3.4.02 but i have instaled Avatar mod. Are Active Users 4.0 not compatibile with Snitz 3.4.02?
http://kohorta.net/cgi-bin/forum |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 September 2002 : 04:22:38
|
quote: Originally posted by Sime
Hy! I have Snitz 3.4.02 but i have instaled Avatar mod. Are Active Users 4.0 not compatibile with Snitz 3.4.02?
http://kohorta.net/cgi-bin/forum
Active Users 4.0 is compatible with Snitz Forums 2000 version 3.3.03+ and 3.4.01+.
Master AO |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Croatia
New Member
53 Posts |
Posted - 06 September 2002 : 06:25:31
|
Than is not compatible with 3.4.02 or!? Why? |
|
|
MrNik
Starting Member
Italy
49 Posts |
Posted - 06 September 2002 : 08:34:06
|
Type mismatch: 'ActiveUserTracker'
/forum/inc_header.asp, line 233
WHY?
|
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 September 2002 : 09:33:23
|
quote: Originally posted by Croatia
Than is not compatible with 3.4.02 or!? Why?
Notice the "+" after each version.
Active Users 4.0 is compatible with Snitz Forums 2000 version 3.3.03+ and 3.4.01+.
Active Users 4.0 will work on Snitz Forums 2000 version 3.4.00 to Snitz Forums 2000 version 3.4.99 (theoretically).
Please read the faq - How do I read the version number? What does it mean? to understand the version numbers.
I hope that will clear out some mistakes.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
tduffy
Junior Member
146 Posts |
Posted - 06 September 2002 : 13:06:30
|
Would it be possible to modify the code, so moderators could see user's ip addresses too? |
|
|
Sime
Starting Member
Croatia
8 Posts |
Posted - 06 September 2002 : 15:06:25
|
But where i find first line what need change(admin_home): " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _ I not have that line??For that i think maybe that not work whit +. Hier my txt version of Admin_home.asp: http://kohorta.net/ForumASPTXT/admin_home.asp.txt I have instaled Avatar34 mod and smiley mod. Thanks! |
Edited by - Sime on 06 September 2002 15:09:12 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 September 2002 : 16:10:34
|
quote: Originally posted by MrNik
Type mismatch: 'ActiveUserTracker'
/forum/inc_header.asp, line 233
WHY?
Check that you added the code that should go into inc_func_common.asp
Master AO |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 September 2002 : 16:13:37
|
quote: Originally posted by Sime
But where i find first line what need change(admin_home): " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _ I not have that line??For that i think maybe that not work whit +. Hier my txt version of Admin_home.asp: http://kohorta.net/ForumASPTXT/admin_home.asp.txt I have instaled Avatar34 mod and smiley mod. Thanks!
You have that line in your admin_home.asp. Look for it on line 138 or search for admin_config_order.asp and you will find it.
Master AO |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 September 2002 : 16:36:19
|
quote: Originally posted by tduffy
Would it be possible to modify the code, so moderators could see user's ip addresses too?
Sure, you need to do the following modifications.
In admin_config_activeusers.asp, find this block of code (approx around line 195; search for strAUIP and you should find it):
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_02110) & ":</font> <input type=""radio"" class=""radio"" name=""strAUIP"" value=""1""" & checkRadio(strAUIP,"0",false) & ">" & VBNewLine & _
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_02120) & ":</font> <input type=""radio"" class=""radio"" name=""strAUIP"" value=""0""" & checkRadio(strAUIP,"0",true) & ">" & VBNewLine & _
Replace it with the following:
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_01021) & ":</font> <input type=""radio"" class=""radio"" name=""strAUIP"" value=""1""" & checkRadio(strAUIP,"0",false) & ">" & VBNewLine & _
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_01022) & ":</font> <input type=""radio"" class=""radio"" name=""strAUIP"" value=""2""" & checkRadio(strAUIP,"0",false) & ">" & VBNewLine & _
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_02120) & ":</font> <input type=""radio"" class=""radio"" name=""strAUIP"" value=""0""" & checkRadio(strAUIP,"0",true) & ">" & VBNewLine & _
There is another change that you need to do, which is to change string strLangMOD_Ls3kAU_02290 in LangMODS_Ls3kAU4_1033.asp (or whichever lang-file you are using). Im only giving the english translation here. Change "Show UserIP to Administrators" to "Show UserIP".
Then you are done with the modifications. All left to do is to upload the files, go to the admin section and config active users. Change the Show IP to Moderator (which includes both Moderator and Admins) and after submitting your moderators can view the ip of visitors to your forum.
Good luck.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Sime
Starting Member
Croatia
8 Posts |
Posted - 06 September 2002 : 17:02:19
|
Lol,thanks! |
|
|
tduffy
Junior Member
146 Posts |
Posted - 06 September 2002 : 17:20:18
|
Thanks |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
Alex123
Junior Member
Greece
237 Posts |
Posted - 06 September 2002 : 19:10:35
|
I have just installed "Active Users 4.0.17" on version 3.3.05, and everything seems to work fine,but when I try to login I get the following error:
Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ONLINE'. Make sure it exists and that its name is spelled correctly.
/forum/inc_top.asp, line 106
Any ideas ? Thank you in advance Alex
|
Edited by - Alex123 on 06 September 2002 19:19:54 |
|
|
Topic |
|