TPU: Detect and Block Spam Registrations

TPU: Detect and Block Spam Registrations 1.6.6

No permission to download
no text is fine according to my tests. it just blocks links and images. I have it setup to end after 3 posts but it doesn't seem to want to let me bypass that.
do you have any other addons installed that could cause this? my addon works on all posts, no matter if text/image/link
 
The recent update completely stopped detection from working on my forum.

Edit: disabling and re-enabling the addon fixed it?
 
W1zzard updated TPU: Detect and Block Spam Registrations with a new update entry:

Added Cleanup of moderated users

  • Users who have all their new posts moderated and are banned are now removed from the per-user-permission list to improve performance
  • Added an option to permanently delete users, who have all their new posts moderated, who never made any posts and who haven't logged on for x days
  • Fixed potential issue with the addon not properly recording signup attempts in the spam trigger log.

Read the rest of this update entry...
 
  • Like
Reactions: Xon
With the recent update, why it's not logging every registration?
Previous version logs every user registration.
 
I just got a few errors in my server logs.

Error Info
Code:
ErrorException: Undefined index: purgedays - library/TPUDetectSpamReg/Cleanup.php:18
Generated By: Unknown Account, Today at 5:01 PM

Stack Trace
Code:
#0 /home/nginx/domains/mydomain.com/public/library/TPUDetectSpamReg/Cleanup.php(18): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nginx/dom...', 18, Array)
#1 [internal function]: TPUDetectSpamReg_Cleanup::cleanup(Array)
#2 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)
#3 /home/nginx/domains/mydomain.com/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#4 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999969005585, '')
#5 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999969005585, '', false)
#6 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/nginx/domains/mydomain.com/public/deferred.php(23): XenForo_Model_Deferred->run(false)
#8 {main}

Request State
Code:
array(3) {
  ["url"] => string(38) "http://www.mydomain.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(42) "/index.php?threads/the-forum-way-v4-2.3/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
I just got a few errors in my server logs.

Error Info
Code:
ErrorException: Undefined index: purgedays - library/TPUDetectSpamReg/Cleanup.php:18
Generated By: Unknown Account, Today at 5:01 PM

Stack Trace
Code:
#0 /home/nginx/domains/mydomain.com/public/library/TPUDetectSpamReg/Cleanup.php(18): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/nginx/dom...', 18, Array)
#1 [internal function]: TPUDetectSpamReg_Cleanup::cleanup(Array)
#2 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)
#3 /home/nginx/domains/mydomain.com/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#4 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999969005585, '')
#5 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999969005585, '', false)
#6 /home/nginx/domains/mydomain.com/public/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/nginx/domains/mydomain.com/public/deferred.php(23): XenForo_Model_Deferred->run(false)
#8 {main}

Request State
Code:
array(3) {
  ["url"] => string(38) "http://www.mydomain.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(42) "/index.php?threads/the-forum-way-v4-2.3/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Do you have this setting on your forum? What it is set to?

Capture384.jpg
 
Back
Top Bottom