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

Change log

  • Add php7 typehinting (partial)
  • Add short caching to DNS querys lookups for ASN resolving
  • Support using Cymru country lookup as a last ditch geoip lookup
  • Add new GeoIP lookups, most require paid accounts or limited free services
    • Add support for ipstack.com for geoip/asn service. This service requires an account for the geoip, and a paid account for the asn lookup service
    • Add support for ip-api.com for geoip/asn service. This service requires an account for the geoip, and a paid account for the asn lookup service
    • Add support for ipregistry.co for geoip/asn service. This service requires an account, with a free tier and then requiring payment
  • Update GetIpIntel "private ip" error text to indiciate this can also be due to BGP hijacking
  • In user registration log, render IP's as links to ip-lookup tool
  • In user registration log, render ASN's as links to peeringdb.com to describe the ISP/network provider
  • Support setting a per-content type default for spam link check rendering
Back
Top