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

pallih
Starting Member

3 Posts

Posted - 23 September 2002 :  12:59:27  Show Profile
Just installed the lates Snitz forum and Active Users 4.0.17.

Followed the instruction carefully.

When I try to access admin_config_activeusers.asp I get this error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/ungdomur/admin_config_activeusers.asp, line 43

Any ideas?
Go to Top of Page

CodeName
Junior Member

296 Posts

Posted - 23 September 2002 :  13:02:56  Show Profile
Did you Uploaded the language files ? "LangMODS_Ls3kAU4.asp and LangMODS_Ls3kAU4_1033.asp "
Go to Top of Page

pallih
Starting Member

3 Posts

Posted - 23 September 2002 :  13:06:02  Show Profile
quote:
Originally posted by CodeName

Did you Uploaded the language files ? "LangMODS_Ls3kAU4.asp and LangMODS_Ls3kAU4_1033.asp "




Yes I did.

I“m completely stuck here...
Go to Top of Page

CodeName
Junior Member

296 Posts

Posted - 23 September 2002 :  13:13:46  Show Profile
I dont know I had same problem before and I Added the Codes at Config.asp and uploaded the files thats all .. Try to Re-Żnstall again
Go to Top of Page

pallih
Starting Member

3 Posts

Posted - 23 September 2002 :  13:21:07  Show Profile
uploaded config.asp again and everything worked.

funny...

Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 23 September 2002 :  13:22:52  Show Profile  Visit masterao's Homepage
pallih, it sounds like you didn't add the flang function at the end of config.asp. Recheck the instructions in readme.html near the end of the file, regarding the internationalisation of the mod.

Im glad you got it working.


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod

Edited by - masterao on 23 September 2002 13:24:20
Go to Top of Page

Blimp
Starting Member

Sweden
33 Posts

Posted - 23 September 2002 :  16:42:49  Show Profile  Visit Blimp's Homepage

The active user mod is greate, but......

Is there anyway to get the active user table in the active topic view?

//Blimp

//Blimp
Go to Top of Page

therookery
Starting Member

29 Posts

Posted - 25 September 2002 :  12:30:37  Show Profile  Visit therookery's Homepage
Help!

I've installed this mod on our forums and the new version of Snitz and all is ok apart from it just displays 'Unknown' for the browser and opeating system.

I've checked the fUserAgent() function in active_users.asp gets called correctly and it does. It just does not seem to be able to figure out the details.

The test environment is Windows 2000 with MS IE6.0.

Any clues would be appreciated.
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 25 September 2002 :  15:59:36  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
Are you accessing the web via a firewall? This could hide your browser and OS type.

- Kevin
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 25 September 2002 :  16:44:04  Show Profile
quote:

The active user mod is greate, but......

Is there anyway to get the active user table in the active topic view?



Blimp, I always do this ... (both PM & AU on the Active Topics page) simply copy the include statement(s) that is near the bottom of default.asp, and add it to active.asp Code is similar to :


	if fDisplayCount = 0 then
		Response.Write	"              <tr>" & vbNewline & _
				"                <td colspan=""" & aGetColspan(7,6) & """ bgcolor=""" & strForumCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>No Active Topics Found</b></font></td>" & vbNewline & _
				"              </tr>" & vbNewline
	end if
end if
   if strPMStatus = "1" then %>
<!--#INCLUDE FILE="privatemess2.asp"-->
<% end if %>
<!--#include file="inc_activeusers.asp"-->
<%
Response.Write	"            </table>" & vbNewline & _
		"          </td>" & vbNewline & _
		"        </tr>" & vbNewline & _
		"      </table>" & vbNewline


Blue - Normal Snitz Code
Red - PM mode
Green - AU mode

This code is from active.asp, around line 605-610

Edited by - laser on 25 September 2002 16:46:23
Go to Top of Page

minhluan70
Junior Member

USA
120 Posts

Posted - 05 October 2002 :  22:21:46  Show Profile  Visit minhluan70's Homepage
I'm installing Active User Mod for version 3.4.03 and when I test it, it shows this error message:
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'ActiveUserTracker'

/forum/inc_header.asp, line 217

here are some lines of codes:

#####################################
if trim(strDBNTUserName) <> "" and trim(Request.Cookies(strUniqueID & "User")("Pword")) <> "" then
chkCookie = 1
mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1))
chkCookie = 0
else
MemberID = -1
mLev = 0
end if
select case Request.Form("Method_Type")
case "login"
if strLoginStatus = 1 then
AUHandleLoging()
end if
case "logout"
AUHandleLoging()
end select
ActiveUserTracker() ---> this is line 217
##################################################

Can anyone help me with this problem. Thnx

Man proposes, God disposes

Edited by - minhluan70 on 05 October 2002 22:24:24
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 October 2002 :  06:34:27  Show Profile  Visit masterao's Homepage
Did you add the code into inc_func_common.asp?


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

minhluan70
Junior Member

USA
120 Posts

Posted - 06 October 2002 :  15:23:03  Show Profile  Visit minhluan70's Homepage
Thanks for reminding me. It missing some codes in the inc_func_common.asp. It works now!
Great!

Man proposes, God disposes
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 October 2002 :  17:53:11  Show Profile  Visit masterao's Homepage
Im glad you got it working.


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

digmind
Junior Member

Greece
177 Posts

Posted - 07 October 2002 :  05:29:33  Show Profile  Send digmind a Yahoo! Message
I have the latest AU loaded on 3.4.03 and loaded in the pm and the pager, everything is working great. just have one question. when someone closes the window to the site it keeps them as logged in and active until the time out. anyway it can check to see if their window is open and if it fails to remove them from AU?

DigMind


is it 4:20?
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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07