Author |
Topic |
Nathan
Help Moderator
USA
7664 Posts |
Posted - 23 August 2002 : 15:08:49
|
Ok, I'm getting sick of 34 differen't Active Users topics.
Lets try this for now.
Many of the bugs being reported I cannot reproduce locally, so your going to have to give me the fix with the bug, or I might stab and miss. . . again. |
Nathan Bales CoreBoard | Active Users Download |
|
Yellow Aftershock
New Member
55 Posts |
Posted - 24 August 2002 : 08:13:02
|
I cant give you any fixes for bugs because I would not know where to start ! - I just got the hang of installing them ! lol
However I am still having the same bugs and problems with AU4.0.15 as previous !
It is showing duplicate entries for guests as follows.....
Active Guests : 5 Guest #1 Windows ME Microsoft IE 5.x 62.60.52.119 Forums 24 Aug 2002 12:53:33 1 Minutes
Guest #2 Windows ME Microsoft IE 5.x 62.60.52.119 Forums 24 Aug 2002 12:53:45 1 Minutes
Guest #3 Windows ME Microsoft IE 5.x 62.60.52.119 Viewing Topics in: UK Dream Team Forum 24 Aug 2002 12:53:49 1 Minutes
Guest #4 Windows ME Microsoft IE 5.x 62.60.52.119 Viewing Topic: Fletch + Booze = Heaven 24 Aug 2002 12:54:06 0 Minutes
Guest #5 Windows ME Microsoft IE 5.x 62.60.52.119 Viewing Topic: Who Lives 24 Aug 2002 12:54:17 0 Minutes
It shows 5 guests- however they are all the same person ! (same IP address, browser and Operating System)
The actual members show up perfectly, as they should . But the guests .
From the new AU 4.0.15, I just re-uploaded the inc_active_users.asp and active_users.asp pages. Did I need to re-change and add all those lines of code in the other pages too ? |
|
|
Yellow Aftershock
New Member
55 Posts |
Posted - 24 August 2002 : 09:00:46
|
UPDATE:
OK I have re-copied the lines of code onto inc_func_common.asp from the new 4.0.15 and so far fingers crossed it seems to have done the trick |
|
|
CodeName
Junior Member
296 Posts |
Posted - 24 August 2002 : 11:51:25
|
I Didnt See Any Bug on this Version..
But sometimes The Guest Coming More Like Clone:-) Congratulations Nathan.. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 24 August 2002 : 15:12:40
|
I'm sure there will be some bugs. . . just might take a little while for them to appear. |
Nathan Bales CoreBoard | Active Users Download |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 24 August 2002 : 15:12:44
|
I get the following error right before the forum table.
error '80020009' Exception occurred.
/community/inc_func_common.asp, line 129
My line 129 reads as follows:
intOldRecord = cint(rs("C_VALUE"))
http://www.i-dream-of-wires.org/community/default.asp
Thanks!
|
|
|
Dunamis
Starting Member
29 Posts |
Posted - 24 August 2002 : 18:44:25
|
Nathan,
I am getting a duplicate guest user in addition to my member entry when I log in to test.
I have emailed you Admin username and password for my site to have a look.
Thanks,
Dunamis
PS: I have just noticed that after my 25 minute timeout setting the duplicate guest user disappears |
Edited by - Dunamis on 24 August 2002 18:47:54 |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 24 August 2002 : 20:55:37
|
quote: Originally posted by Therion93
I get the following error right before the forum table.
error '80020009' Exception occurred.
/community/inc_func_common.asp, line 129
My line 129 reads as follows:
intOldRecord = cint(rs("C_VALUE"))
http://www.i-dream-of-wires.org/community/default.asp
Thanks!
Ok I think I found out what happened.
Evidently when I ran the dbs update file the
intAURecord strAURecordDate
were not added. I added them manually and it appears to be working ok. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 25 August 2002 : 00:46:54
|
Dunamis, I think it might have something to do with the login page.
I'm in the process of moving and my computer is currently out of comission, but I'll have a look when I get my computer up and running tomarrow. |
Nathan Bales CoreBoard | Active Users Download |
|
|
Dunamis
Starting Member
29 Posts |
Posted - 25 August 2002 : 10:03:12
|
Nathan,
I agree. If I timeout and login again within my forum then the duplicate guest entry does not show. It only seems to happen as a hangover from entering the forum via the login.asp screen. Can I exclude login.asp from my Active User stats? Or is there a better fix for this?
Thanks,
Dunamis |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 25 August 2002 : 14:05:01
|
Would it be possible for someone to provide the changed files for a clean 3.4.01 install? I have no other mods installed and have done no other editing. |
|
|
CodeName
Junior Member
296 Posts |
Posted - 25 August 2002 : 19:54:57
|
hehe So How much BUG has Active users 4.0.15 ? Because if it has any BUG I will wait for Nathan fixed them..
Ýf Active Users 4.0.15 dont has Any BUG I will install right now on 3.4.1
|
|
|
mafe
Starting Member
44 Posts |
Posted - 25 August 2002 : 22:23:31
|
snitz 3.4.01, clean install, clean database
active user mod 4.0.15
Active Users 4.0 for Snitz 3.4 compatable
Dropping Table..
Dropping Table..
Creating table(s)... CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP nvarchar(40) NULL , AU_LOGINTIME nvarchar(100) NULL , AU_LASTACTIVETIME nvarchar(100) NULL , AU_LASTPAGE nvarchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL ) CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP nvarchar(40) NULL , AU_LOGINTIME nvarchar(100) NULL , AU_LASTACTIVETIME nvarchar(100) NULL , AU_LASTPAGE nvarchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL ) -2147217865 | Cannot drop the table 'FORUM_ACTIVE_USERS', because it does not exist in the system catalog.
--------------------------------------------------------------------------------
Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS ADD M_AUHIDE nvarchar(1) NULL ALTER TABLE FORUM_MEMBERS ADD M_AUHIDE nvarchar(1) NULL -2147217865 | Cannot drop the table 'FORUM_ACTIVE_USERS', because it does not exist in the system catalog. Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS ALTER COLUMN M_AUHIDE nvarchar(1) NULL ALTER TABLE FORUM_MEMBERS ALTER COLUMN M_AUHIDE nvarchar(1) NULL -2147217865 | Cannot drop the table 'FORUM_ACTIVE_USERS', because it does not exist in the system catalog.
--------------------------------------------------------------------------------
Adding Column M_AUHIDE... ALTER TABLE FORUM_MEMBERS_PENDING ADD M_AUHIDE nvarchar(1) NULL ALTER TABLE FORUM_MEMBERS_PENDING ADD M_AUHIDE nvarchar(1) NULL -2147217865 | Cannot drop the table 'FORUM_ACTIVE_USERS', because it does not exist in the system catalog.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANON','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANONOVERRIDE','2') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPALLOW','4') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPCOLLAPSE','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUALLOW','3') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUREFRESH','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUIP','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUUA','2') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAULOCAL','3') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUTIMEOUT','7') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','11111111111111') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','11111111111111') -2147217865 | Cannot drop the table 'FORUM_ACTIVE_USERS', because it does not exist in the system catalog |
Edited by - mafe on 25 August 2002 22:27:19 |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 25 August 2002 : 22:52:39
|
Mafe, that error is expected. . . . so it should still install properly.
CodeName, the only issue so far is the login.asp issue, and it should be an easy fix, just need to add one line of code. |
Nathan Bales CoreBoard | Active Users Download |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 25 August 2002 : 22:56:32
|
login.asp bugfix:
if RequestMethod = "POST" Then strEncodedPassword = sha256("" & Request.Form("Password")) select case chkUser(strDBNTFUserName, strEncodedPassword,-1) case 1, 2, 3, 4 Call DoCookies(Request.Form("SavePassword")) strLoginStatus = 1 AUHandleLoging() case else strLoginStatus = 0 end select |
Nathan Bales CoreBoard | Active Users Download |
|
|
CodeName
Junior Member
296 Posts |
Posted - 26 August 2002 : 02:42:19
|
Nice with login.asp bugfix , But We Have another problem..
I m Using 3.4.1 and at This version Login.asp is so :
if RequestMethod = "POST" Then strEncodedPassword = sha256("" & fPassword) select case chkUser(fName, strEncodedPassword,-1) case 1, 2, 3, 4 Call DoCookies(Request.Form("SavePassword")) strLoginStatus = 1 case else strLoginStatus = 0 end select
Not like you said
So What we can do ? |
Edited by - CodeName on 26 August 2002 04:12:28 |
|
|
Topic |
|