Is there a way to get logged into the forum through an exsisting login page as well as the login provided? Can i just set a cookie with my exsisting login page - if so, what info do i need for the cookie?
Have a look at the Universal Login mod. You can do it the way it was done there, but it really means that you need to write a cookie with username and password the same way Snitz does. You can also have a look at the doCookies function in inc_func_common.asp, since this is the function that writes the cookies.
Sorry - Universal login MOD? Can you point me there?
Thanks.
quote:Originally posted by ruirib
Have a look at the Universal Login mod. You can do it the way it was done there, but it really means that you need to write a cookie with username and password the same way Snitz does. You can also have a look at the doCookies function in inc_func_common.asp, since this is the function that writes the cookies.