Theme editor

AndyB Access Log

AndyB  Access Log

AndyB Access Log 2.3

XF 2.3 Addons · by Staraddons
1 Downloads 22 Views 0 Version
Shows a list of bots, guests and members accessing your forum.
Price
Free
There are no downloadable versions available for this resource yet.

Overview Version (0) Discussion (2) License

  • 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
    There are no downloadable versions available for this resource yet.
  • 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)

  • License Terms

    By purchasing this resource, you are granted a license to use it on one (1) site, for as long as your license remains valid. You are not purchasing ownership of the underlying code.

    How your license works
    • Your license is checked automatically in the background. This never affects your site's visitors.
    • As long as your license is valid, this resource keeps working normally — even if our license server is briefly unreachable, a temporary network issue will never disable it.
    • Your license is bound to your site's domain the first time it's used.

    Moving to a new domain?
    Contact us and we'll move your license for you.

    What's included
    Updates and support for the period stated on this resource's page (see the Version tab for the current release).

    What's not allowed
    • Sharing your license with others, or using it on more than one site at a time
    • Removing or bypassing the license check in the code
Resource information
Category XF 2.3 Addons
Author Staraddons
Date Dec 21, 2025
Latest version 2.3
Statistics
Views 22
Downloads 1
Version 0
Developer
Staraddons
Resource author
More resources
Back
Top