Author |
Topic |
|
CarKnee
Junior Member
USA
297 Posts |
Posted - 21 August 2002 : 17:04:06
|
I think I found some bugs in active_users.asp...
active_users.asp
Line 125: Is this: strSql = "SELECT ME.MEMBER_ID, ME.M_NAME, ME.M_AUHIDE, AU.AU_IP, AU.AU_LOGINTIME, AU.AU_LASTACTIVETIME, AU.AU_LASTPAGE, ME.M_ICQ, ME.M_YAHOO, ME.M_AIM, ME.M_LEVEL, AU.AU_QUERYSTRING, AU.AU_USER_AGENT " & _
Should be this: strSql = "SELECT ME.MEMBER_ID, ME.M_NAME, ME.M_AUHIDE, AU.AU_IP, AU.AU_LOGINTIME, AU.AU_LASTACTIVETIME, AU.AU_LASTPAGE, ME.M_ICQ, ME.M_YAHOO, ME.M_AIM, ME.M_LEVEL, AU.AU_QUERYSTRING, AU.AU_USER_AGENT, ME.M_MSN " & _
Line 651: Is--> response.write getCurrentIcon(strIconProfileLocked,fLang(strLangMOD_Ls3kAU_01460) & " " & rsAM("M_NAME") & strLangMOD_Ls3kAU_01470),"hspace=""0""") & "</a>" & VBNewLine Should be--> response.write getCurrentIcon(strIconProfileLocked,fLang(strLangMOD_Ls3kAU_01460) & " " & rsAM("M_NAME") & fLang(strLangMOD_Ls3kAU_01470)," hspace=""0""")& "</a>" & VBNewLine
Line 661: Is this--> if strMSN = "1" and Trim(rsAM("M_MSN") <> "" then Should be this--> if strMSN = "1" and Trim(rsAM("M_MSN")) <> "" then
CarKnee |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
|
MagicDeath
Starting Member
Turkey
48 Posts |
Posted - 21 August 2002 : 17:43:33
|
wow .. What a fast User for find a new bug ..
I was Uploading my forum with Active users at final time i saw this topic So How much Bug has Active Users 4.x ? |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 21 August 2002 : 17:58:39
|
I am sure there will be other bugs and this is something that can be found in everything.
Nathan has done a great job on his mod.. (Another pat on the back) It gets included in all the forums I put up for people, could not do with out it..
quote: Originally posted by MagicDeath
wow .. What a fast User for find a new bug ..
I was Uploading my forum with Active users at final time i saw this topic So How much Bug has Active Users 4.x ?
If you find them, try and fix them, then post the fix so others can do the same... |
Cheers, David Greening |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 22 August 2002 : 01:12:05
|
Why did I only fix one of those three??? I'm a dork.
I got all those taken care of now, and the CInt parentasis too.
4.0.13 |
Nathan Bales CoreBoard | Active Users Download |
|
|
MagicDeath
Starting Member
Turkey
48 Posts |
Posted - 22 August 2002 : 01:17:14
|
So Nathan When is the new relase of the Active users ? |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
|
|
Topic |
|