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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Problems with the Active User MOD
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

crash
Advanced Member

Netherlands
2064 Posts

Posted - 27 April 2002 :  08:50:09  Show Profile  Visit crash's Homepage
could you post the last 15 lines of config.asp?



Crash's Site | Crash is from
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 27 April 2002 :  09:09:54  Show Profile
...pleasure :o) 15 lines and a bit...

if strAuthType = "db" then
strDBNTSQLName = "M_NAME"
strAutoLogon ="0"
strNTGroups ="0"
else
strDBNTSQLName = "M_USERNAME"
end if

%>
'#################################################################################
'######################## ADDED FOR INTERNATIONAL MODS! #########################
strLangLCID = "1033"
function fLang(s)
' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed
fLang=s
end function
%>
<!--#include file="langMODS_Ls3kAU4.asp"-->

quote:

could you post the last 15 lines of config.asp?



Crash's Site | Crash is from




Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 27 April 2002 :  10:07:08  Show Profile  Visit crash's Homepage
quote:

if strAuthType = "db" then
strDBNTSQLName = "M_NAME"
strAutoLogon ="0"
strNTGroups ="0"
else
strDBNTSQLName = "M_USERNAME"
end if

%>
'#################################################################################
'######################## ADDED FOR INTERNATIONAL MODS! #########################
strLangLCID = "1033"
function fLang(s)
' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed
fLang=s
end function
%>
<!--#include file="langMODS_Ls3kAU4.asp"-->


remove the red part and you should be fine...



Crash's Site | Crash is from


Edited by - crash on 27 April 2002 10:07:45
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 27 April 2002 :  10:47:04  Show Profile
CRASH! YOU ARE A BLINKING MARVEL!!!!
I knew it would be something tiny, just didn't know what

Thank you so much!! And thanks to all the others that tried.
(hope this helps the others too )

quote:

quote:

if strAuthType = "db" then
strDBNTSQLName = "M_NAME"
strAutoLogon ="0"
strNTGroups ="0"
else
strDBNTSQLName = "M_USERNAME"
end if

%>
'#################################################################################
'######################## ADDED FOR INTERNATIONAL MODS! #########################
strLangLCID = "1033"
function fLang(s)
' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed
fLang=s
end function
%>
<!--#include file="langMODS_Ls3kAU4.asp"-->


remove the red part and you should be fine...



Crash's Site | Crash is from


Edited by - crash on 27 April 2002 10:07:45



Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 27 April 2002 :  11:06:08  Show Profile  Visit crash's Homepage
you are too kind!



Crash's Site | Crash is from
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 28 April 2002 :  06:53:43  Show Profile
Back again ...I spoke a little too soon me thinks
I can now login as Admin, but when I try to register new users or login as a normal users, I get the following error when it tries to go to default.asp:

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'arrAM(...)'
/Snitz/inc_activeusers.asp, line 65

Line 65 of the above is:

if (arrAM(2,c)=1 or isNull(arrAM(2,c))) or strAUAnon = 0 or bolOverride then

Any suggestions Crash, anyone? Please
quote:

you are too kind!



Crash's Site | Crash is from




Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 28 April 2002 :  07:23:11  Show Profile  Visit crash's Homepage
what on earths name did you do with that mod? i followed nathan's readme and had it up in ten minutes, without any errors...

i think you might want to check to see whether you have pasted all the code at the correct places, for the earlier error was mis-pasted-code-error.



Crash's Site | Crash is from
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 28 April 2002 :  11:53:26  Show Profile
Never send a 'layperson' to do a developers job...

I have to disagree with you on this one Crash, the earlier error wasn't mis-pasted code. I've just checked and the original config.asp file that came in sf2k_v33_033.zip it ends with '%>', the readme file for AU simply says 'Add this to the very bottom of your exiting config.asp file'- which is what I did. People who do not understand code, will not risk removing things if they are not specifically told to do so. In my defence, I was not told to remove it until you told me (for which I am grateful ).

I don't know if the latest error is a result of something similar but if you have any idea what it could be, please let me know. If you’re convinced it ‘mispasted’ code, can you give me a clue as to which page it might be, because I have checked and checked and rechecked, deleted the files and started again, rechecked and then checked it some more – so unless I have ‘checker blindness’, I think it all looks correct.

Sorry this is such a pain (imagine how I feel)

Many thanks!!

p.s I am using code view in UltraDev - don't know if that's likely to cause any problems.
quote:

what on earths name did you do with that mod? i followed nathan's readme and had it up in ten minutes, without any errors...

i think you might want to check to see whether you have pasted all the code at the correct places, for the earlier error was mis-pasted-code-error.



Crash's Site | Crash is from




Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 April 2002 :  13:45:34  Show Profile  Visit Nathan's Homepage
Donload this version of active_users.asp and upload it over your current file, let me know if you have any problems with it.

http://66.189.200.59/au4.zip

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 28 April 2002 :  13:58:13  Show Profile
Thanks a lot Nathan, I'll give it a try.
Sorry, this must be very tiresome for you guys...I'm sure I'll get it one day, might even do a Mod one day (don't panic, just kidding!).

Ra1ney

quote:

Donload this version of active_users.asp and upload it over your current file, let me know if you have any problems with it.

http://66.189.200.59/au4.zip

Nathan Bales
Snitz Exchange | Do's and Dont's



Go to Top of Page

milki
Junior Member

Israel
320 Posts

Posted - 28 April 2002 :  14:15:25  Show Profile  Visit milki's Homepage  Send milki an ICQ Message
hi i need help too
i get this erroer
 Microsoft VBScript compilation error '800a03f6' 

Expected 'End'

/test/inc_top.asp, line 326

else
^

a link to the erroer
http://il-fxpboard.funet.co.il/test/
and link to inc_top.txt is
http://il-fxpboard.funet.co.il/test/inc_top.txt

can some one help me plese !
tanks guys

Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 28 April 2002 :  16:13:43  Show Profile
Sorry Nathan, it didn't work. I can login as non-admin and go to pages other than default.asp i.e if I have already passed that page, it goes back to the last page you were on. But still no joy with default.asp

I see you've released a new version and included:

'VERSION 3.3.03 (not already configured)
Add this to the very bottom of your exiting config.asp file
This replaces the last %> in the file.'

- thank you!!

I did also try uploading the new 40.05 asp files to see if that helped...it didn't. Any other suggestions?

Ra1ney
p.s you don't bar really thick people do you...just wondering

quote:

Thanks a lot Nathan, I'll give it a try.
Sorry, this must be very tiresome for you guys...I'm sure I'll get it one day, might even do a Mod one day (don't panic, just kidding!).

Ra1ney

quote:

Donload this version of active_users.asp and upload it over your current file, let me know if you have any problems with it.

http://66.189.200.59/au4.zip

Nathan Bales
Snitz Exchange | Do's and Dont's







Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 April 2002 :  16:19:36  Show Profile  Visit Nathan's Homepage
Ra1ney, can you give me a link to your forum. I'm not sure which error is remaining ect.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 28 April 2002 :  16:23:11  Show Profile
I'd love to but it's not up anywhere yet...just on my local computer where I've been testing it - if I can't get it working here, I won't be able to get it working anywhere... If you tell me which files, I'd be happy to zip them to you??

quote:

Ra1ney, can you give me a link to your forum. I'm not sure which error is remaining ect.

Nathan Bales
Snitz Exchange | Do's and Dont's



Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 April 2002 :  16:25:36  Show Profile  Visit Nathan's Homepage
Zipped files arn't going to do me much good. . .

Can your local server be accessed via your IP?

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Previous Page | 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.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07