The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
I am trying to make a login system that works through a MFC/C++ app, it lets the user enter the username and password, and then it checks whether the usernameand pass were correct by submitting the info to my vb powered board. My problem is that i dot know how to get the return info, i understand that all i have to do is "http://www.mysite.com/login.php?user=MyUsername?pass=MyPass"(something like this) but i dont know how to get the return type like whether the login was successful or not. Could someone please help me? Thanks in adv. |
#2
|
||||
|
||||
![]()
You should really try and send the MD5 password, not the clear text password.
The system is not really designed to provided a verification service like you want, but I think if you POST the request and check the returned data from the server - then if you ignore the http contents and just check the cookie header - if the login was valid then two cookie values should be returned (userid and cookie password). |
#3
|
||||
|
||||
![]()
Or you could design your own verification file.
|
#4
|
|||
|
|||
![]()
ok well now i am trying to do the login like this:
http://mysite.com/login.php?do=login..._password=blah but this doesnt do anything, do you know why? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|