MyBB Community Forums

Full Version: Mybb Login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, can someone help me with a .php to log in MyBB?

I need the User / Password is correct, the answer file with an echo and not redirect to member.php ...

Like that:

if (Login)
{
echo 'success';
} else {
echo 'Error!';
}


Tried using MyBBIntegrator, however it does not work with MyBB 1.8: /

Sorry  by English poorly, I'm using google translator.