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
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ez4arab
Junior Member

479 Posts

Posted - 21 May 2002 :  21:49:49  Show Profile  Visit Ez4arab's Homepage
i have setup the active users OK bet when member login or logout form the forum this massage appear

Microsoft VBScript runtime error '800a01a8'

Object required: 'my_Conn'

/forum/inc_functions.asp, line 1778

sub deleteInactiveUsers()
strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))
strSql = "DELETE FROM " & strTablePrefix & "ACTIVE_USERS WHERE AU_LASTACTIVETIME < '" & strAUTimedOut & "'"
my_conn.execute (strSql)
end sub

sub AUHandleLoging()
strSql = "DELETE FROM " & strTablePrefix & "ACTIVE_USERS WHERE AU_IP = '" & Chkstring(request.ServerVariables("REMOTE_ADDR"), "SQLString") & "'"
my_conn.execute (strSql) (line 1778 )
end sub



Nathan
Help Moderator

USA
7664 Posts

Posted - 21 May 2002 :  22:27:20  Show Profile  Visit Nathan's Homepage
Really? Now theres an odd one!!!

You can remedy this by removing the two lines that contain "AUHandleLoging" from inc_top.asp

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 21 May 2002 :  22:44:42  Show Profile  Visit Ez4arab's Homepage
It works fine.

but what is the resone to add or remove this AUHandleLoging

I think if I remove it the users will not hide when request to surf the forum as hiden members.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 21 May 2002 :  22:49:38  Show Profile  Visit Nathan's Homepage
The purpose of the function is to remove users from the active users panel when they log out. With those lines deleted the users will still appear on the penel after they log out untill they time out.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page
  Previous Topic Topic Next Topic  
 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 2.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07