Sway
Active member
Sway submitted a new resource:
Make people register on forums with minecraft username - Require members to register with a valid minecraft username
Read more about this resource...
Make people register on forums with minecraft username - Require members to register with a valid minecraft username
Locate Register.php (/web/root/library/XenForo/ControllerPublic/Register.php)
Find
/**
* Gets data from the registration form
*
* @return array [$data, $passwords]
*/
protected function _getRegistrationDataFromInput()
{
$data = $this->_input->filter(array(
'username' => XenForo_Input::STRING,
'email' => XenForo_Input::STRING,
'timezone' => XenForo_Input::STRING,
'gender' => XenForo_Input::STRING,
'dob_day' => XenForo_Input::UINT,
'dob_month' =>...
Read more about this resource...