Theme editor

  • New XenForo Released Full Nulled 2.3.10 is available for download now. -> HERE
    New XenForo Released Upgrade Nulled 2.3.10 is available for download now. -> HERE
    XenForo Enhanced Search (XFES) 2.3.10 is available for download now. -> HERE
    XenForo Resource Manager (XFRM) 2.3.10 is available for download now. -> HERE
    XenForo Media Gallery (XFMG) 2.3.10 is available for download now. -> HERE

AndyB  Access Log

| XF 2.3 Add-ons (Free) AndyB Access Log 2.3

No permission to download
💾 Resources submitted by: Staraddons • 💬 Posts: 1579 • 🏆 Points: 119 • 👍 Likes: 455 • ⬆️ Resources: 986
Language
English
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
  3. 2.2
  4. 2.3
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>
  • AndyB Access Log1.webp
    AndyB Access Log1.webp
    29.4 KB · Views: 0
Notice Time Replacables
| XF 2.3 Add-ons (Free) Notice Time Replacables 2.4.0
[XC] Ranking System
| XF 2.3 Add-ons (Free) [XC] Ranking System 2.4.6 Alpha Extended
  • Like
Reactions: nakano
2.3
Version
1
Downloads
21
Views
First release
Last update
278 KB
File size
zip
Extension type
0.00 star(s) 0 ratings
Ratings
Uploader
Staraddons
Uploaded
986 Resources.
Available Tags:
  • Tags Tags
    access access log log
  • More resources from Staraddons

    Latest updates

    1. Update 2.3

      Access log v2.3 changes: Now using Composer method. GeoIp2 library is now included in the add-on.
    Similar content Most view View more
    Back
    Top