Hi
I just downloaded copy of Webwizforums, and I want to keep my users in WWF database, but I want to have my own login and registration form.
I created my login form, so basically i want to check if user exists in WWF database, and if exists then log in user.
I am using LoginMemberCookie method, and i get this response:
<ApiResponse> <ErrorCode>0</ErrorCode> <ErrorDescription/> <ResultData recordcount="1"> <Record> <Username>Administrator</Username> <UserID>1</UserID> <CookieName>WWF9sLID</CookieName> <CookieKey>UID</CookieKey> <CookieData>administrator-Z2DF-5C9-B31B-92ZA</CookieData> <CookiePath>/forum/</CookiePath> <ForumPath>http://127.0.0.1:92/forum/</ForumPath> </Record> </ResultData> </ApiResponse>
|
I am not sure what should I do with this data. When I write a cookie like this:
response.cookies(cookie_name)(cookie_key) = cookie_data
response.cookies(cookie_name).path = cookie_path
I am still not logged in into forum. I want to be able to login user to forum through my login form. Please tell me how.
P.S.
I am also having problem with GetMemberByID method, when I make request I get an error:
<font face="Arial" size=2> <p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a000d'</font> <p> <font face="Arial" size=2>Type mismatch: 'Server.HTMLEncode'</font> <p> <font face="Arial" size=2>/forum/HttpAPI.asp</font><font face="Arial" size=2>, line 327</font>
|
I didn't made any changes to forum. Just for the record.
Edited by tjodalv - 17 July 2010 at 5:22pm