| Author |  Topic  | 
              
                | DynamixJunior Member
 
   
 
                Germany205 Posts
 | 
                    
                      |  Posted - 26 January 2001 :  05:50:32   
 |  
                      | quote:
 Dynamix,
 sounds like the active users code you added to inc_top.asp was added above where my_Conn is defined.
 The best place to add it is right after the </head> tag.
 
 
 Ok. I tried this, and a short moment it seemd to work for me, but every time i click at "active users" it brings up a new error:
 
 Microsoft JET Database Engine-Error '80040e14'
 Syntaxerror (missing Operator) in request expression 'count(UserID) onlinecount'.
 inc_top.asp, Line 344
 
 
 I also still get the Syntax Error for both functions. If i comment them out it seems to be ok. But for what are these functions?
 
 
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 26 January 2001 :  18:12:27   
 |  
                      | quote:They don't seem to be too important to the mod. The mod works ok without it.I also still get the Syntax Error for both functions. If i comment them out it seems to be ok. But for what are these functions?
 
 
 *----*----*----*----*----*----*----*----*
 "Even when you feel you have nothing left,
 You still have prayer--And that's enough."
 *----*----*----*----*----*----*----*----*
 |  
                      |  |  | 
              
                | Hari SeldonNew Member
 
  
 
                Italy67 Posts
 | 
                    
                      |  Posted - 27 January 2001 :  18:20:12   
 |  
                      | Hello, I've this problem if i reply a message : 
 
 Microsoft JET Database Engine error '80040e57'
 
 The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
 
 /fond2/forum/inc_top.asp, line 306
 
 
 I suppose that's depend on Active Users, if I post with quote I don't have the error message and the board works well !
 
 
 |  
                      |  |  | 
              
                | Hari SeldonNew Member
 
  
 
                Italy67 Posts
 | 
                    
                      |  Posted - 27 January 2001 :  18:38:52   
 |  
                      | Ok I resolve with changing the field to a memo type in M_BROWSE field  
 
 
 |  
                      |  |  | 
              
                | DynamixJunior Member
 
   
 
                Germany205 Posts
 | 
                    
                      |  Posted - 28 January 2001 :  01:53:01   
 |  
                      | quote:
 
 quote:They don't seem to be too important to the mod. The mod works ok without it.I also still get the Syntax Error for both functions. If i comment them out it seems to be ok. But for what are these functions?
 
 
 *----*----*----*----*----*----*----*----*
 "Even when you feel you have nothing left,
 You still have prayer--And that's enough."
 *----*----*----*----*----*----*----*----*
 
 
 But what´s about the other error?
 
 
 |  
                      |  |  | 
              
                | verbsStarting Member
 
 
 
                6 Posts | 
                    
                      |  Posted - 28 January 2001 :  18:11:26   
 |  
                      | I have tried the download link for this zip a few times with no joy ? anyone point me in the right direction ? 
 thanks
 
 Verbs
 www.christianstudent.net
 
 
 |  
                      |  |  | 
              
                | verbsStarting Member
 
 
 
                6 Posts | 
                    
                      |  Posted - 29 January 2001 :  13:24:02   
 |  
                      | I finally got the mod - we are using v3 I think but everyone is being reported to be a guest ? 
 pleading for help here
  
 verbs
 
 
 |  
                      |  |  | 
              
                | nwdufferStarting Member
 
 
 
                45 Posts | 
                    
                      |  Posted - 30 January 2001 :  02:04:03   
 |  
                      | quote:
 Here's the zip file for the mod:
 http://www.dsilvera.com/forum/mods/active_users.zip
 
 *----*----*----*----*----*----*----*----*
 "Even when you feel you have nothing left,
 You still have prayer--And that's enough."
 *----*----*----*----*----*----*----*----*
 
 
 
 Thanks for the link. I installed it and it seems to be working great.
 
 I was curious as to whether or not this version of this mod addressed the field mentioned earlier that needed to be changed to a memo to avoid errors, or if that still needs to be done manually?
 
 Thanks,
 Paul
 
 
 |  
                      |  |  | 
              
                | master of puppetsJunior Member
 
   
 
                Canada117 Posts
 | 
                    
                      |  Posted - 04 February 2001 :  19:03:02     
 |  
                      | How do you get the Active Users into the statistics at the bottom of the page? 
 Also, how would you make a category for it like at the site http://www.mxtabs.net/forum.htm
 
 That's how I want my Online Users, but I dunno how to do it.
 
 "If I close my mind in fear, Please pry it open" - Metallica
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 04 February 2001 :  23:09:44   
 |  
                      | nwduffer, that file has the last known updates done by redbrad. That is the same file I downloaded from his site when it was accessible. I just put up the copy I had since his link doesn't seem to be working. 
 *----*----*----*----*----*----*----*----*
 "Even when you feel you have nothing left,
 You still have prayer--And that's enough."
 *----*----*----*----*----*----*----*----*
 |  
                      |  |  | 
              
                | (.)zNew Member
 
  
 
                United Kingdom85 Posts
 | 
                    
                      |  Posted - 06 February 2001 :  04:59:49     
 |  
                      | quote:
 I finally got the mod - we are using v3 I think but everyone is being reported to be a guest ?
 
 pleading for help here
  
 verbs
 
 Make sure that you have set strTempCookieType correctly at the top of the code inserted into inc_top.asp.
 ' ******************************************************See pages 3 and 4 of this topic for more details about this.' ADD HERE WHAT YOU WANT THE PREFIX OF YOUR COOKIE TO BE
 ' it will either be 'strCookieURL' or 'strUniqueID'
 strTempCookieType = strUniqueID
 ' ******************************************************
 
 
 The code in inc_top.asp uses the cookie to work out if you are logged in or not.  If it cant find the cookie, it will assume guest.
 
 Regards -
  z |  
                      |  |  | 
              
                | muttsStarting Member
 
 
 
                Australia12 Posts
 | 
                    
                      |  Posted - 06 February 2001 :  07:07:25   
 |  
                      | Hi all, I have had a look through the replys on this topic and have downloaded the active_users.zip & active_users_addons2.zip
 my question is does any one have a set up script for this mod, for ver 3.1sr4  running on sql7? any help great!!
 
 
 |  
                      |  |  | 
              
                | RichardKinserSnitz Forums Admin
 
      
 
                USA16655 Posts
 |  | 
              
                | efourieNew Member
 
  
 
                USA80 Posts
 | 
                    
                      |  Posted - 07 February 2001 :  16:15:50   
 |  
                      | Ok help, I am losing it - what am I doing wrong.  If I access the site first time without being logged on, I am shown as Guest.  After logging in, I still show up as guest.  How can I fix this? 
 Another question, which link contains the latest with all the fixes mentioned here?
 
 
 
 Thanks
 Eddie
 
 
 
  Live Life as if only Christ is watching. [/font=Tahoma][/b][/center]
 
 Edited by - efourie on 07 February 2001  16:19:38
 |  
                      |  |  | 
              
                | MariottiStarting Member
 
 
 
                USA15 Posts
 | 
                    
                      |  Posted - 07 February 2001 :  17:32:00   
 |  
                      | I get this 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.
 
 /dsEnigma/snitz_forum/active_users.asp, line 115
 
 However I used that setup link that you put in Richard, so I'm not sure where or how exactly to fix this problem.
 
 Thanks for any help given
 |  
                      |  |  | 
              
                
                |  Topic  |  |