Recent content by Komal S

  1. Komal S

    How to Create a Bridge?

    /* *Create a XenForo User: */ public static function createUser($sUsername, $sEmail, $sPassword, array $aAdditionalData = array()) { //Create the username from the person's name: $sUsername = str_replace(' ', "_", $sUsername); //Set User Data...
Top Bottom