Author |
Topic |
GauravBhabu
Advanced Member
4288 Posts |
Posted - 28 August 2001 : 16:47:34
|
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
|
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 )
|
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 29 August 2001 : 02:41:05
|
Yes! This will work with New Version.
Share A Square at forumSquare
GauravBhabu There is only one miracle...That is LIFE! |
|
|
pnonell
Starting Member
Spain
45 Posts |
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 29 August 2001 : 04:43:51
|
I am Glad. Feedback is helpful.
Share A Square at forumSquare
GauravBhabu There is only one miracle...That is LIFE! |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 29 August 2001 : 04:46:24
|
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! |
|
|
SimonT
Junior Member
United Kingdom
202 Posts |
Posted - 29 August 2001 : 07:36:03
|
Have you updated the zip with this bug fix or ? |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 29 August 2001 : 09:53:06
|
Yes it is updated.
Share A Square at forumSquare
GauravBhabu There is only one miracle...That is LIFE! |
|
|
SalmanKhana
Average Member
USA
961 Posts |
Posted - 29 August 2001 : 15:05:17
|
i was having problems joining your forum GB. had already joined but forgot password and stuff
|
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 29 August 2001 : 16:39:43
|
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! |
|
|
lquillio
Starting Member
USA
28 Posts |
Posted - 30 August 2001 : 02:40:09
|
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.
|
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2001 : 03:57:48
|
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! |
|
|
SouthtownWarrior
Starting Member
USA
3 Posts |
Posted - 30 August 2001 : 09:49:56
|
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 |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2001 : 10:40:52
|
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! |
|
|
SouthtownWarrior
Starting Member
USA
3 Posts |
Posted - 30 August 2001 : 11:04:51
|
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'.
|
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 30 August 2001 : 11:21:27
|
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 |
|
|
Topic |
|