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: General / Classic ASP versions(v3.4.XX)
 About the Migration
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Gato
New Member

Brazil
92 Posts

Posted - 19 August 2002 :  14:07:38  Show Profile  Visit Gato's Homepage
If I migrate to 3.4 (only the DB) will the DDB work in the previous version??? It is beause I will upgrade in parts.....

Get the new Gato's MultiLanguage Portal Code with 6 Languages Included and more than 70 MODs & 30 New Features
Get more information here

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 19 August 2002 :  14:28:39  Show Profile
the database will still work with your old forums, but if you have an external login/logout, that won't work anymore due to password encryption in 3.4. Also, changes made to the database using an older version of the forums can, I'm not saying it will but it can, result in some strange behavior of your forums when viewed with 3.4
Go to Top of Page

Gato
New Member

Brazil
92 Posts

Posted - 19 August 2002 :  15:12:40  Show Profile  Visit Gato's Homepage
Thanks, so I can do it while I am migrating, since I have to do some emodifications in the 3.4 files...And to use the login/logout, just has to update the inc_top to inc_header to work, isn't it???

Thanks anyway...

Get the new Gato's MultiLanguage Portal Code with 6 Languages Included and more than 70 MODs & 30 New Features
Get more information here
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 19 August 2002 :  15:34:27  Show Profile
you need to include inc_sha256.asp and inc_func_common.asp (instead of inc_functions.asp). Other than that your old files could stay the same.

As I said in another topic about external login/logout:
In inc_header.asp this part can be found:

select case Request.Form("Method_Type")
case "login"
strEncodedPassword = sha256("" & Request.Form("Password"))
select case chkUser(strDBNTFUserName, strEncodedPassword,-1)
case 1, 2, 3, 4
Call DoCookies(Request.Form("SavePassword"))
strLoginStatus = 1
case else
strLoginStatus = 0
end select
case "logout"
Call ClearCookies()
end select


You need to include that on every page where you show the login fields, above the <html> tag. That way the password will be encrypted. At least, it should be.
Go to Top of Page

Gato
New Member

Brazil
92 Posts

Posted - 19 August 2002 :  19:32:06  Show Profile  Visit Gato's Homepage
Thanks I will do this, thanks a lot, just has to include this files on all files that had inc_functions, thanks

Get the new Gato's MultiLanguage Portal Code with 6 Languages Included and more than 70 MODs & 30 New Features
Get more information here
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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07