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
 whoisinside/Activeusers3.5 browser/os fix
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rev_greg
Starting Member

USA
47 Posts

Posted - 08 April 2002 :  01:42:56  Show Profile  Visit rev_greg's Homepage  Send rev_greg an AOL message  Send rev_greg an ICQ Message
Ok for the longest time I could not see the browser and os type of my users. I have active users 3.5 and the whoisinside mod. There are a couple of changes that need to be made.

I am not sure about line numbers, just look for the text below and add the items in red. Make sure you have all the proper punctuation.

'STORE THE INFORMATION IN DATABASE
if rsWho.eof or rsWho.bof then
on error resume next
if strOnlineUser = "Guest" then
'##### Modified for Mod WhoIsInside - 11172001
strSql = "INSERT INTO " & strTablePrefix & "ONLINE (UserID,UserIP,DateCreated,CheckedIn,LastChecked,M_BROWSE,insFORUMID,insTOPICID,SystemOS,BrowserTYPE) VALUES ('"
strSql = strSQL & strOnlineUser & "','" & strOnlineUserIP & "','" & strOnlineDate & "','" & strOnlineCheckInTime & "','" & strOnlineCheckInTime & "','" & strOnlineLocation & "','" & iOnlineForumID & "','" & iOnlineTopicID & "','" & strSystem & "','" & strBrowser & "')"
'##### Mod WhoIsInside - 11172001


And then look for the following text and add the items in red.


' THEY ARE A NEW USER SO INSERT THEIR USERNAME
'##### Modified for Mod WhoIsInside - 11172001
strSql = "INSERT INTO " & strTablePrefix & "ONLINE (UserID,UserIP,DateCreated,CheckedIn,LastChecked,M_BROWSE,insFORUMID,insTOPICID,SystemOS,BrowserTYPE) VALUES ('"
strSql = strSQL & strOnlineUser & "','" & strOnlineUserIP & "','" & strOnlineDate & "','" & strOnlineCheckInTime & "','" & strOnlineCheckInTime & "','" & strOnlineLocation & "','" & iOnlineForumID & "','" & iOnlineTopicID & "','" & strSystem & "','" & strBrowser & "')"
'##### Mod WhoIsInside - 11172001


That should fix it so that you can see the browser type and OS type with whoisinside installed.





Edited by - rev_greg on 08 April 2002 01:46:02
  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 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07