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: Authentication: NT
 Upgrade to 3.4, Password issue?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kal Corp
Average Member

USA
878 Posts

Posted - 20 August 2002 :  17:55:30  Show Profile  Visit Kal Corp's Homepage
Upgrade to 3.4, Password issue?

Ok 3.4 on a upgraded database has a issue cant logon. I found some problems and i will psot ASAP.

But currently the forum will crash when the PW is set to nothing.

The upgrade take the old PW and changes it. What if there was no PW will it still set it?

HELP!


{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}

Kal Corp
Average Member

USA
878 Posts

Posted - 20 August 2002 :  17:57:53  Show Profile  Visit Kal Corp's Homepage
How do i fource the PW to be updated!


{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 20 August 2002 :  18:05:05  Show Profile  Visit Kal Corp's Homepage
Ok
Delete the M_SHA256 field from your database members and then run setup.asp again.


This should fix the PW issue and members can get it for NT mode!




{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 20 August 2002 :  18:55:47  Show Profile  Visit Kal Corp's Homepage
I found my other issue it was the


function InArray(strArray,strValue)
if strArray <> "" and strArray <> 0 then
if (instr("," & strArray & "," ,"," & strValue & ",") > 0) then
InArray = True
exit function
end if
end if
InArray = False
end function

needed to be

function InArray(strArray,strValue)
if strArray <> "" and strValue <> 0 then
if (instr("," & strArray & "," ,"," & strValue & ",") > 0) then
InArray = True
exit function
end if
end if
InArray = False
end function


I bet other know about this and the fix is comming!

looking good now for NT mode. still testing!


{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}

Edited by - Kal Corp on 20 August 2002 20:10:27
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2002 :  19:43:04  Show Profile
actually we replaced the entire InArray function.
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 20 August 2002 :  20:11:14  Show Profile  Visit Kal Corp's Homepage
quote:
Originally posted by RichardKinser

actually we replaced the entire InArray function.



If you need it testing in NT mode just ask!

Thanks for the update


{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07