MyBB Community Forums

Full Version: MyBB Login Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, I have a client that I want to handle it's login/register with my MyBB forum. But I also have an auth server, which my client connects to get data.

My question is; I need my server to check login and for that I need a login string. I found something like this while watching traffic:

http://www.myforum.com/forums/member.php...bmit=Login

But it just returns a blank page without actually logging in. I don't want to open up another database connection and just want to connect via login query. Can someone provide me with a working login query?