Signup abuse detection and blocking

Signup abuse detection and blocking [Paid] 1.15.6

No permission to buy ($45.00)
I want simply start from beginning, as if I would installed the addon new.
The simple way is to run the uninstaller steps and then the installer steps.

Code:
php cmd.php xf-addon:uninstall-step SV/SignupAbuseBlocking 1
php cmd.php xf-addon:uninstall-step SV/SignupAbuseBlocking 2
php cmd.php xf-addon:uninstall-step SV/SignupAbuseBlocking 3
php cmd.php xf-addon:install-step SV/SignupAbuseBlocking 1
php cmd.php xf-addon:install-step SV/SignupAbuseBlocking 2
php cmd.php xf-addon:install-step SV/SignupAbuseBlocking 14

This will wipe all the tracking data and re-create the tables, while preserving the add-on options and permission configuration. The old reports will be left dangling as this doesn't remove them, but those can just be rejected and ignored as they will not be used any more.
 
There is an error message in the StackTrace that also contains your add-on.
That is unrelated to this add-on, it is an XF bug and I gave a technical break down for it.

My (free) Alert Improvements add-on will prevent that particular bug from happening.
 
I get similar

  • Moderated. IP threat score: 1
  • +0. Unknown email domain: gmail.com
Yet I've got no moderation limits set.
That is putting it into the moderation queue due to getipintel integration, the "unknown email domain" isn't doing anything. If you add gmail.com to the known domains (it should be an option when you approve the account), it'll remove that is is unknown.
 
What keeps causing these to moderate? i have no direct mod flags enabled and it doesnt pass the score

Code:
Checking: ggoodas, x@gmail.com, 11111
ASN4766, KIXS-AS-KR Korea Telecom, KR
Country detected: KR
Hostname detected: 111111111
Registration form completed: 29 sec
+0. IP threat score: 0.5627
Akismet matched
+0. Unknown email domain: gmail.com
Browser language: ko
0. Unknown browser language: en-US in KR
0. Unknown browser language: en in KR
Browser timezone: Asia/Tokyo
Total score: 0

Code:
Checking: xxx, xxxxx@hexv.com, xxxxx
+2. StopForumSpam hit: ip
ASN17451, BIZNET-AS-AP BIZNET NETWORKS, ID
Country detected: ID
Hostname detected: xxxxx
Registration form completed: 58 sec
Moderated. IP threat score: 0.9998
+0. Unknown email domain: hexv.com
Browser language: en
Browser language: en-US
Browser language: id
Browser timezone: Asia/Bangkok
Total score: +2
Moderated. Direct rule selection

score to moderate is set much higher. unknown emails are also not set to moderate.
 
What keeps causing these to moderate? i have no direct mod flags enabled and it doesnt pass the score

Code:
Checking: ggoodas, x@gmail.com, 11111
ASN4766, KIXS-AS-KR Korea Telecom, KR
Country detected: KR
Hostname detected: 111111111
Registration form completed: 29 sec
+0. IP threat score: 0.5627
Akismet matched
+0. Unknown email domain: gmail.com
Browser language: ko
0. Unknown browser language: en-US in KR
0. Unknown browser language: en in KR
Browser timezone: Asia/Tokyo
Total score: 0
Akismet matched might be doing it, check your settings.

Code:
Checking: xxx, xxxxx@hexv.com, xxxxx
+2. StopForumSpam hit: ip
ASN17451, BIZNET-AS-AP BIZNET NETWORKS, ID
Country detected: ID
Hostname detected: xxxxx
Registration form completed: 58 sec
Moderated. IP threat score: 0.9998
+0. Unknown email domain: hexv.com
Browser language: en
Browser language: en-US
Browser language: id
Browser timezone: Asia/Bangkok
Total score: +2
Moderated. Direct rule selection

score to moderate is set much higher. unknown emails are also not set to moderate.
This line:
Code:
Moderated. IP threat score: 0.9998
 
Does this also block users from registering with an invalid email address before getting past the registration form?
 
Does this also block users from registering with an invalid email address before getting past the registration form?
No. There is no email validation here. The only thing with email is the domain scoring you set in the configuration options. If the user enters a invalid email, this addon does not catch that. You would need another addon that validates the email before registration.
 
Yes it should. you might need to clear the list of ports to scan when a user creates a new account but that is a trivial change and honestly largely ineffective these days.
 
I checked your FAQ for this mod and did not see my question addressed:

Does this mod play nice with Ozzy47's Registration Spaminator mod? Any compatibility issues with using both?
 
On the back-end this add-on is uses the standard XF spam check infrastructure. I can't see why there would be any conflicts.

If issues do occur, if you report it to @Ozzy47 and myself we can likely resolve any conflicts.
 
  • Like
Reactions: cwe
Yes it should. you might need to clear the list of ports to scan when a user creates a new account but that is a trivial change and honestly largely ineffective these days.
Ok thank you for clarifying

I will get back to you later next year😎
 
Top Bottom