Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Active Users 4.0.17, Post Issues Here
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

MotoX
Junior Member

201 Posts

Posted - 05 September 2002 :  17:41:07  Show Profile
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.
Go to Top of Page

Sime
Starting Member

Croatia
8 Posts

Posted - 05 September 2002 :  20:46:49  Show Profile  Visit Sime's Homepage  Send Sime an ICQ Message
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  04:22:38  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

Croatia
New Member

53 Posts

Posted - 06 September 2002 :  06:25:31  Show Profile  Visit Croatia's Homepage
Than is not compatible with 3.4.02 or!? Why?
Go to Top of Page

MrNik
Starting Member

Italy
49 Posts

Posted - 06 September 2002 :  08:34:06  Show Profile  Visit MrNik's Homepage  Send MrNik an ICQ Message
Type mismatch: 'ActiveUserTracker'

/forum/inc_header.asp, line 233

WHY?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  09:33:23  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 06 September 2002 :  13:06:30  Show Profile
Would it be possible to modify the code, so moderators could see user's ip addresses too?
Go to Top of Page

Sime
Starting Member

Croatia
8 Posts

Posted - 06 September 2002 :  15:06:25  Show Profile  Visit Sime's Homepage  Send Sime an ICQ Message
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  16:10:34  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  16:13:37  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  16:36:19  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

Sime
Starting Member

Croatia
8 Posts

Posted - 06 September 2002 :  17:02:19  Show Profile  Visit Sime's Homepage  Send Sime an ICQ Message
Lol,thanks!
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 06 September 2002 :  17:20:18  Show Profile
Thanks
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2002 :  18:58:46  Show Profile  Visit masterao's Homepage
Your both welcome.


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 06 September 2002 :  19:10:35  Show Profile
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
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07