Author |
Topic |
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 05 March 2008 : 04:03:28
|
Using server.mappath would be a much better solution to this.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 05 March 2008 : 09:09:34
|
Good point. I'm planning to update the readme for this MOD this afternoon, so I'll change that line to use server.mapppath when I do.< |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
leesh695
Junior Member
101 Posts |
Posted - 07 March 2008 : 14:47:48
|
I got this when I uploaded the new files.
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
/forum/forum/inc_header.asp, line 195
UpdateSaltedPassword(strDBNTFUserName, MemberID, strEncodedPassword) --------------------------------------------------------------------^ < |
|
|
leesh695
Junior Member
101 Posts |
Posted - 09 March 2008 : 13:59:42
|
Anyideas on this? I would really like to implent this mod
I cant seem to work it out and I dont want to change to much incase I destroy everyones password < |
Edited by - leesh695 on 09 March 2008 14:00:03 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 10 March 2008 : 13:54:09
|
Just a random thought, but what version of VBScript is running on your server? I ask ony because its odd that no one else has had this issue before...< |
|
|
leesh695
Junior Member
101 Posts |
Posted - 10 March 2008 : 15:52:09
|
ASP.Net Runtime Version: 2.0 IIS Version: IIS 6.0
If your asking about somthing else can you tell me how to find out?< |
Edited by - leesh695 on 10 March 2008 15:58:06 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 10 March 2008 : 16:39:45
|
Snitz uses Classic ASP, not .NET... I was looking for the version of VBScript your server had installed. One way to find out:
*All I've got handy is a highly modified version of Snitz, so I can only give you an approximation of what you'll see and what you should add...
Look for a code block that looks something like*:
After that and before this:
Add this:
All told, mine looks like this:
You'll probably need to adjust as I've CSS'd my forum so its not quite set up for a vanilla install.
This adds an extra entry to the "Server Information" option on the Admin. page.
Having said all that, if you're using IIS 6, it shouldn't be an issue now that I think about it...< |
Edited by - AnonJr on 10 March 2008 16:43:37 |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 10 March 2008 : 17:03:14
|
Sorry for the lack of responses on this lately. I genuinely am hoping to get some work done on this in the very near future. I *was* having some spare time at work lately, but that is totally gone, and my partner and I are up to our eyeballs in client projects right now. I'll try to take a look in the next couple of days and see if I can address whatever's going on.< |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
richfed
Average Member
United States
999 Posts |
Posted - 15 March 2008 : 12:59:29
|
quote: Originally posted by leesh695
Anyideas on this? I would really like to implent this mod
I cant seem to work it out and I dont want to change to much incase I destroy everyones password
I am getting that same error ... SQL Server< |
Edited by - richfed on 15 March 2008 13:21:04 |
|
|
richfed
Average Member
United States
999 Posts |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 17 March 2008 : 12:27:49
|
Password salting doesn't prevent someone from guessing the password. It just makes it harder to use a rainbow table or other form of brute force against the hash.< |
|
|
phy1729
Average Member
USA
589 Posts |
Posted - 23 March 2008 : 10:48:35
|
To those having the error 800a0414: This says to try CALL UpdateSaltedPassword(strDBNTFUserName, MemberID, strEncodedPassword) Fix first posted in: 66705< |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 24 March 2008 : 14:01:58
|
I've generally created the inc_pwsalt.asp in the same directory as my forum, but once you have created it, you may move it around your server as you please.< |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Topic |
|