MyBB Community Forums

Full Version: Login from program on Desktop (C++)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm writing a program in C++ that will query the database from my website, and I don't really know what library to use & what databases I need to query in order to retrive the correct username/password combination.

I know there's a member.php, would I have to replicate all those PHP functions in C++ form? (In other words do the same thing that the php's doing, but in C++?)

It's getting quite complicated and I've been programming this for a few days now with no luck.
You'd have better luck looking through /inc/functions_user.php as this is where the functions for verifying credentials are.