| Code: |
| includes/usercp_register.php |
| Special Notes wrote: |
| On or about line 119 to 121, may not represent a complete row |
| Code: |
$$var = trim($HTTP_POST_VARS[$param]);
}
} |
| Code: |
// Begin EZ Registration Add-on 1.0.0 (www.phpBBDoctor.com)
if (( $mode == 'register' ) && ( !empty($HTTP_POST_VARS['website']) ))
{
message_die(GENERAL_ERROR, $lang['Spam_registration_denied']);
}
// End EZ Registration Add-on 1.0.0 (www.phpBBDoctor.com)
|
| Code: |
| language/lang_english/lang_main.php |
| Special Notes wrote: |
| On or about line 1021 to 1022, may not represent a complete row |
| Code: |
// BEGIN EZ Registration Add-on 1.0.0 (www.phpBBDoctor.com)
$lang['Spam_registration_denied'] = 'Invalid registration attempt ignored';
// END EZ Registration Add-on 1.0.0 (www.phpBBDoctor.com) |