i want to use punbb inside my own cms that register user operate in my own cms that a script inject ne new user to punbb database have a default permissions and settings.
is punbb have this option?

<?php
function addUser($username, $password) {
    // what must i do for add ?
}

function removeUser($username) {
    // what must i do for remove
}

function getOnlineUserList() {
    // what must i do for get online user that on SMF
}


// or much more function for my own CMS
?>

thank you