GazCBG Member Aug 10, 2015 #1 Hi, Is there away to stop StopForumSpam checking Username and only check Email and IP? As I am getting to many false positives Last edited: Aug 10, 2015
Hi, Is there away to stop StopForumSpam checking Username and only check Email and IP? As I am getting to many false positives
Mike XenForo developer Staff member Aug 10, 2015 #2 Unfortunately there isn't an option to do that. Upvote 0 Downvote
GazCBG Member Aug 10, 2015 #3 Could I comment out the below code in SpamPrevention.php on line 926? As this appears to be the api check. Code: . (isset($user['username']) ? '&username=' . urlencode($user['username']) : '') Last edited: Aug 10, 2015 Upvote 0 Downvote
Could I comment out the below code in SpamPrevention.php on line 926? As this appears to be the api check. Code: . (isset($user['username']) ? '&username=' . urlencode($user['username']) : '')
dougdirac Active member Apr 15, 2016 #4 GazCBG said: Could I comment out the below code in SpamPrevention.php on line 926? As this appears to be the api check. Code: . (isset($user['username']) ? '&username=' . urlencode($user['username']) : '') Click to expand... Did that work for you? Seriously, this is a major annoyance. Upvote 0 Downvote
GazCBG said: Could I comment out the below code in SpamPrevention.php on line 926? As this appears to be the api check. Code: . (isset($user['username']) ? '&username=' . urlencode($user['username']) : '') Click to expand... Did that work for you? Seriously, this is a major annoyance.
Fred. Well-known member Apr 16, 2016 #5 I know, so annoying! Every day I have false positives. Upvote 0 Downvote