• 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.11.1

Change log

  • Fix php 8.1 compatibility bug on user registration when multi-account detection triggers
  • Fix php 8.1 compatibility bug in non-cloudflare TOR detection
  • Fix a too long reject reason from the approval queue would be truncated instead of allowing to error
  • Fix GeoIP country from the ASN lookup when no other GeoIP provider is configured
  • Fix error viewing multi-account logs for a user which had a linked account that was fully-deleted instead of disabled
  • Add rules trigger scoring based on browser language, with initial defaults based on official langauges per country
  • Add rules trigger scoring based on browser timezone, with initial defaults based on XF supported timezones per country
  • Add defaults for permissions;
    • [SignupAbuse] Banning ASN
    • [SignupAbuse] Approving email domains
    • [SignupAbuse] Banning email domains
  • Add content spam checker to verify various signup details match the what is used for the content:
    • "Asn content spam check action" (Default: Allowed)
    • "GeoIp content spam check action" (Default: Moderated)
    • "Language content spam check action" (Default: Allowed)
    • "Timezone content spam check action" (Default: Allowed)
  • On signup, log required on signup fields (website/location/date-of-birth) into user change log
  • Add option "Show date of birth in approval queue" option, default false. If true, the date of birth fields are rendered as a single field instead of 3 fields.
  • Detect cases where User B uses User A's email/password reset links as a multi-account.
Back
Top