I have just installed this twice and I am getting an error message. it reads Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
/familyforum/inc_header.asp, line 215
On the readme file it says INC_HEADER.ASP Find: (about line 212) Select All 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
Add after that: Select All select case Request.Form("Method_Type") case "login" if strLoginStatus = 1 then AUHandleLoging() end if case "logout" AUHandleLoging() end select ActiveUserTracker()
Double check your changes against the readme again; sounds to me like you haven't added the necessary functions to inc_func_common.asp.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”