Author |
Topic  |
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 27 April 2002 : 08:50:09
|
could you post the last 15 lines of config.asp?
 Crash's Site | Crash is from 
|
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 27 April 2002 : 09:09:54
|
...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 
|
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 27 April 2002 : 10:07:08
|
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 |
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 27 April 2002 : 10:47:04
|
 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
|
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 27 April 2002 : 11:06:08
|
you are too kind!  
 Crash's Site | Crash is from 
|
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 28 April 2002 : 06:53:43
|
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 
|
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 28 April 2002 : 07:23:11
|
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 
|
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 28 April 2002 : 11:53:26
|
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 
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 28 April 2002 : 13:58:13
|
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
|
 |
|
milki
Junior Member
 
Israel
320 Posts |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 28 April 2002 : 16:13:43
|
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
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 28 April 2002 : 16:19:36
|
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 |
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 28 April 2002 : 16:23:11
|
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
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 28 April 2002 : 16:25:36
|
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 |
 |
|
Topic  |
|