Searched refs:LogAttempt (Results 1 – 3 of 3) sorted by relevance
| /plugin/stopforumspam/_test/ |
| D | LoggerTest.php | 29 $logger->LogAttempt("bogus", "bogus@fake.org", "192.168.1.1", "test", 11.0, false); 42 $logger->LogAttempt("bogus", "bogus@fake.org", "192.168.1.1", "test", 11.0, false);
|
| /plugin/stopforumspam/ |
| D | SpamLogger.php | 20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) function in SpamLogger
|
| D | action.php | 62 $this->logger->LogAttempt($username, $email, $ip, $this->checker->trigger,
|