Theme editor

AndyB Access Log

AndyB  Access Log

AndyB Access Log 2.3

XF 2.3 Addons · by Staraddons · StarAddons Verified Vendor
1 Downloads 25 Views 2 Version
Shows a list of bots, guests and members accessing your forum.
Price
Free
Available
Download

Overview Version (2) Discussion (2)

  • AndyB  Access Log
    AndyB Access Log
    Shows a list of bots, guests and members accessing your forum.
    access
    access log
    log
    About this resource
    Shows a list of bots, guests and members accessing your forum.

    To block bad AI bots from a country, use this add-on:

    (Example of Access log link)
    AndyB  Access Log


    (Example of Access log page)
    AndyB  Access Log


    Features:
    • Only the admin can run this add-on.
    • All phrases start with accesslog_ for your convenience.
    A table called xf_andy_access_log is created in your database.

    I suggest following the information in this thread to block bad bot access to your forum:
    Adding the following directives to your .htaccess files allows you to control which bots are denied and allowed to access your forum.

    .htaccess to block bad bots


    If using Apache without Litespeed

    Code:
    Expand Collapse Copy
        #   Deny and Allow bots by User-Agent
        SetEnvIfNoCase User-Agent "bot|crawler|fetcher|headlesschrome|inspect|search|spider" bad_bot
        SetEnvIfNoCase User-Agent "bingbot|duckduckgo|googlebot|yahoo" good_bot
        Deny from env=bad_bot
        Allow from env=good_bot

    If using Apache with Litespeed (Apache 2.4)

    Code:
    Expand Collapse Copy
    #   Deny and Allow bots by User-Agent
    SetEnvIfNoCase User-Agent "bot|crawler|fetcher|headlesschrome|inspect|search|spider" bad_bot
    SetEnvIfNoCase User-Agent "bingbot|duckduckgo|googlebot|yahoo" good_bot
    <RequireAny>
        Require not env bad_bot
        Require env good_bot
    </RequireAny>
  • Version
    2.3 Stable Available Jan 18, 2026 · 0
    File size: 278.4 KB
    SHA-256: 7a8dc15cccf62c26c8bdeb20cc2b56dd4575031fed3856c32af46300260d3454
    SHA-256 verified Package valid Compatibility checked Last verified:
    Access log v2.3 changes:

    Now using Composer method. GeoIp2 library is now included in the add-on.
    2.1 Stable Available Dec 21, 2025 · 1
    File size: 21.7 KB
    SHA-256: a90f5ef81dee804e9fb28222fc5ecfecf28a06982f015dcabe4121539199d41d
    SHA-256 verified Package valid Compatibility checked Last verified:
    Shows a list of bots, guests and members accessing your forum.

    To block bad AI bots from a country, use this add-on:

    (Example of Access log link)
    View attachment 3624

    (Example of Access log page)
    View attachment 2452

    Features:
    • Only the admin can run this add-on.
    • All phrases start with accesslog_ for your convenience.
    A table called xf_andy_access_log is created in your database.

    I suggest following the information in this thread to block bad bot access to your forum:
    Adding the following directives to your .htaccess files allows you to control which bots are denied and allowed to access your forum.

    View attachment 2454

    If using Apache without Litespeed

    Code:
    Expand Collapse Copy
        #   Deny and Allow bots by User-Agent
        SetEnvIfNoCase User-Agent "bot|crawler|fetcher|headlesschrome|inspect|search|spider" bad_bot
        SetEnvIfNoCase User-Agent "bingbot|duckduckgo|googlebot|yahoo" good_bot
        Deny from env=bad_bot
        Allow from env=good_bot

    If using Apache with Litespeed (Apache 2.4)

    Code:
    Expand Collapse Copy
    #   Deny and Allow bots by User-Agent
    SetEnvIfNoCase User-Agent "bot|crawler|fetcher|headlesschrome|inspect|search|spider" bad_bot
    SetEnvIfNoCase User-Agent "bingbot|duckduckgo|googlebot|yahoo" good_bot
    <RequireAny>
        Require not env bad_bot
        Require env good_bot
    </RequireAny>
  • Discussion

    This resource has a discussion thread on the forum where you can ask questions, report issues, and talk with the author and other users.

    Join the discussion (2)

Resource information
Category XF 2.3 Addons
Author Staraddons
Date Dec 21, 2025
Latest version 2.3
SHA-256 7a8dc15cccf62c26c8bdeb20cc2b56dd4575031fed3856c32af46300260d3454
Security
File integrity SHA-256 verified
SHA-256
7a8dc15cccf62c26c8bdeb20cc2b56dd4575031fed3856c32af46300260d3454
How to verify this file
Statistics
Views 25
Downloads 1
Version 2
Developer
Staraddons
Resource author
More resources
Back
Top