Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 ActiveUsers Mod - Repackaged
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 August 2001 :  16:47:34  Show Profile
I repackaged the Active Users Mod and this includes following.

Note:I have made further Modifications in Active Users Mod, I am testing this on my live site. I need To see if it is working Okay. Need Members to Login and Logout to check if it is working as expected. The Modification also integrates Active Chatters with Active Users. Sep 1, 2001

Updated Aug 30, 2001
DownLoad Link: Active Users v3.4 - Repackaged

Fixes to the WhoisOnline Script


  • Fix for same users showing multiple times

  • Fix for same user showing multiple times when IP address changes during the same session

  • Fix for same user showing multiple times when logging in from another computer with different IP address

  • Removal of some repeat code



The same version is currently installed at my site. And is working OKay. If there is an error (hopefully not), it might have happened, while zipping. Please let me know, so I would correct it.

Share A Square at forumSquare


GauravBhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 30 August 2001 14:22:15


Edited by - GauravBhabu on 01 September 2001 22:44:51

Stoner
Starting Member

2 Posts

Posted - 29 August 2001 :  00:13:32  Show Profile
Will this Mod work with Version 3.3

I tried a diff one like this and the Avatar Addon V2 the other day and my boards crashed ( Thanks gawd for Access Databses huh )



Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 29 August 2001 :  02:41:05  Show Profile
Yes! This will work with New Version.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

pnonell
Starting Member

Spain
45 Posts

Posted - 29 August 2001 :  03:21:13  Show Profile  Visit pnonell's Homepage  Send pnonell a Yahoo! Message
Thanks for this update. Works OK in SQL 7.0
Thanks again.

Pedro Nonell
Snitz forums: www.click2export.com/default.asp

www.reingex.com
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 29 August 2001 :  04:43:51  Show Profile
I am Glad. Feedback is helpful.



Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 29 August 2001 :  04:46:24  Show Profile
A fix for inc_activeusers2.asp
We fix this problem in 3 Steps:

File: inc_activeusers2.asp

Step 1.

Look for the following statements (Lines 46 to 49)

'strSql = "SELECT " & strMemberTablePrefix & "MEMBERS.MEMBER_ID, " & strMemberTablePrefix & "MEMBERS.M_NAME, " & strTablePrefix & "ONLINE.UserID "
'strSql = strSql & " FROM " & strTablePrefix & "MEMBERS, " & strTablePrefix & "ONLINE "
'strSql = strSql & " WHERE " & strMemberTablePrefix & "MEMBERS.M_NAME = '" & rs("UserID") & "' "
'set rsMember = my_Conn.Execute (strSql)


Replace all these statements with the below noted statement
 
tempid = getmemberid(rs("userID"))



Step 2.

Find the following statement: Line 54 (which gave you error)
Response.Write("<a href=""pop_profile.asp?mode=display&id="& rsMember("MEMBER_ID") & """>")


Replace this as below
 Response.Write("<a href=""pop_profile.asp?mode=display&id="& tempid & """>")



Step 3.

Find the following statement: Line 56
 
Response.Write("<a href=""JavaScript:openWindow2('pop_profile.asp?mode=display&id=" & rsMember("MEMBER_ID") & "')"">")


Replace this as below
Response.Write("<a href=""JavaScript:openWindow2('pop_profile.asp?mode=display&id=" & tempid & "')"">")



The zip file has been updated.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 29 August 2001 :  07:36:03  Show Profile
Have you updated the zip with this bug fix or ?
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 29 August 2001 :  09:53:06  Show Profile
Yes it is updated.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

SalmanKhana
Average Member

USA
961 Posts

Posted - 29 August 2001 :  15:05:17  Show Profile
i was having problems joining your forum GB. had already joined but forgot password and stuff

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 29 August 2001 :  16:39:43  Show Profile
quote:

i was having problems joining your forum GB. had already joined but forgot password and stuff





Emailed your username and password. Check your mail.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

lquillio
Starting Member

USA
28 Posts

Posted - 30 August 2001 :  02:40:09  Show Profile  Visit lquillio's Homepage
Would it be possible to get a direct link to the updated file(s)? forumSquare is very interesting, but it's not at all clear where to get the mod rev.

Thanks.


Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 30 August 2001 :  03:57:48  Show Profile
Select ModSquare from the Navigation Menu. It will lead you to download section.


Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

SouthtownWarrior
Starting Member

USA
3 Posts

Posted - 30 August 2001 :  09:49:56  Show Profile
I have installed this mod and everything seems to work perfectly, until you click on a member's profile. It doesn't matter which profile link you click, the brower seems to just keep processing the page. Even if you click stop and then try to reload the page, it does the same thing.

Try it for yourself: http://www.thesouthtown.com/forum/

Is this a bug or just something wrong with my system. If it is my system, then do you know why this is happening and how I can fix it?

Thanks,
--Michael George
www.thesouthtown.com
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 30 August 2001 :  10:40:52  Show Profile
Have you tried to click on members name from members page.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!
Go to Top of Page

SouthtownWarrior
Starting Member

USA
3 Posts

Posted - 30 August 2001 :  11:04:51  Show Profile
Yes, I just tried that and had the same problem. The problem seems to be isolated to the 'pop_profile.asp'. I did not have this problem until I added the INCLUDE in the 'inc_top.asp'.

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 30 August 2001 :  11:21:27  Show Profile
In the include file

inc_activeusers.asp

Look for the following statements at the end of file

'rsWho.close
'set rsWho = nothing

'rsUserExists.close
'set rsUserExists = nothing
'rsOnline.close
'set rsOnline = nothing
'rsGuests.close
'set rsGuests = nothing
'rsMembers.close
'set rsMembers = nothing


These are commented. Uncomment the statements in blue and try.

Share A Square at forumSquare

GauravBhabu
There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 30 August 2001 12:11:00
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07