Heisenberg submitted a new resource:
You must be registered for see links
- Require members to register with a valid minecraft usernameLocate Register.php (/web/root/library/XenForo/ControllerPublic/Register.php)
Find:
Code:/** * 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' => XenForo_Input::UINT, 'dob_year' =>...
You must be registered for see links
Last edited: