XF 1.3 StopForumSpam matched (username: 1072)

Gazhyde

Well-known member
When it says matched on username, Charles is a pretty common name I would imagine. Am I reading it correctly?

upload_2014-4-9_14-51-46.webp

Code:
array(4) {
  ["url"] => string(44) "http://zroadster.org/forum/register/register"
  ["referrer"] => string(44) "http://zroadster.org/forum/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(38) {
    ["c733c534541a932ceb"] => string(0) ""
    ["54f89534541a933288"] => string(7) "Charles"
    ["313ea534541a93408c"] => string(0) ""
    ["cb58e534541a93340a"] => string(0) ""
    ["username"] => string(7) "Charles"
    ["ebd31534541a933e48"] => string(0) ""
    ["72332534541a93469b"] => string(0) ""
    ["023e5534541a934268"] => string(0) ""
    ["email"] => string(17) "xxxxx@hotmail.com"
    ["0f7d8534541a93496b"] => string(17) "xxxxx@hotmail.com"
    ["password"] => string(8) "********"
    ["password_confirm"] => string(8) "********"
    ["d4c57534541a934016"] => string(0) ""
    ["ac8a7534541a9342d8"] => string(0) ""
    ["3e336534541a9335aa"] => string(6) "cono03"
    ["870ec534541a933f9d"] => string(6) "cono03"
    ["2dad2534541a933af0"] => string(0) ""
    ["60e63534541a933380"] => string(0) ""
    ["8e07e534541a934348"] => string(0) ""
    ["e4169534541a934627"] => string(0) ""
    ["dob_month"] => int(5)
    ["dob_day"] => int(16)
    ["dob_year"] => int(1947)
    ["d9252534541a933895"] => string(0) ""
    ["gender"] => string(4) "male"
    ["0195d534541a932ac5"] => string(4) "male"
    ["d1545534541a9349d9"] => string(0) ""
    ["65fbb534541a934109"] => string(0) ""
    ["1d328534541a933794"] => string(14) "Pacific/Midway"
    ["fd4b6534541a93488b"] => string(14) "America/Bogota"
    ["9db1c534541a932b34"] => string(14) "Pacific/Midway"
    ["timezone"] => string(14) "America/Bogota"
    ["94a75534541a9345b2"] => string(14) "Pacific/Midway"
    ["captcha_question_answer"] => string(6) "Eight "
    ["captcha_question_hash"] => string(40) "52e56a485faf5b129431d3d21cb2e9bfc4438fba"
    ["agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "858dc38bfaf3f58a3685383ea44d6cf5"
  }
}
 
If it's just the user name then you can make a judgement on whether to allow it or not.
Check the IP address, that will give you a clue as to whether it's legitimate or not.
 
Top Bottom