• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

Signup abuse detection and blocking 1.15.0

Change log

  • Require Standard Library v1.18.0+.
  • Fix "Allowed email domains" admincp page didn't assert a specific admin permission
  • Fix warning being logged when viewing Signup Abuse blocking options & Content Title history add-on is enabled
  • Detect multi-account usage for api-token logins (exposed via Frictionless Login 3rd party add-on)
  • Update default ASN block lists, this does not affect existing sites.
  • Ensure https://getipintel.com API integration is configured by default.
    • For existing installs; If this feature has been explicitly turned off, it will not be enabled.
  • Ensure various permissions are assigned to the stock admin group:
    • [SignupAbuse] Banning email domains
    • [SignupAbuse] Banning ASN
    • [SignupAbuse] Approving email domains
  • Add "Anti-Spam" navigation group under the user block in the admincp, with an updatable list of anti-spam related options.
  • Add new "Manage anti-spam" admin permission, automatically assigned to users with "options", which controls managing the above anti-spam options.
  • Add expiry & ban reason when banning users via batch user update
  • Add "Enable open port scan feature" option. This is default disabled, for sites using this feature it must be explicitly enabled
Back
Top