MyBB Community Forums

Full Version: Mybb Internal Function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I need to do some integration work between two website and need to know the internal functionality of Mybb 1.4.13

For example in vBulletin we have

!defined('VB_AREA')

What is the Mybb Version?

Secondly the login, logout and registration procedure (sessions)
if(!defined("IN_MYBB"))

Have a look at the code in member.php, do_login, do_logout and do_register code blocks.