History log of /plugin/botmon/action.php (Results 1 – 25 of 56)
Revision Date Author Comments
# e0f06f2d 22-May-2026 Sascha Leib <sascha.leib@kolmio.com>

Minor fix for PHP warning


# f4b23178 22-May-2026 Sascha Leib <sascha.leib@kolmio.com>

Ready to publish


# 7d6dbdd8 22-May-2026 Sascha Leib <saschaleib@users.noreply.github.com>

Merge pull request #11 from saschaleib/Cloudflare

Cloudflare


# 0d3511d6 22-May-2026 Sascha Leib <saschaleib@users.noreply.github.com>

Refactor debugging comment in action.php

Updated comment formatting for debugging code.


# 69b73efa 22-May-2026 Sascha Leib <saschaleib@users.noreply.github.com>

Use Cloudflare GEoIP in Server log


# b94bd6db 14-Jan-2026 Yves Jacolin <660191+yjacolin@users.noreply.github.com>

Fix PHP warning when HTTP_ACCEPT_LANGUAGE header is missinFix PHP warning when HTTP_ACCEPT_LANGUAGE header is missing

This change makes the handling of the HTTP_ACCEPT_LANGUAGE server variable more

Fix PHP warning when HTTP_ACCEPT_LANGUAGE header is missinFix PHP warning when HTTP_ACCEPT_LANGUAGE header is missing

This change makes the handling of the HTTP_ACCEPT_LANGUAGE server variable more robust by safely accessing it when present and falling back to an empty value otherwise.
It prevents PHP 8+ warnings (Undefined array key) triggered by requests that do not include the Accept-Language HTTP header (e.g. bots, monitoring tools, or CLI requests), while preserving the existing language parsing logic.

show more ...


# ac328188 04-Jan-2026 Sascha Leib <sascha.leib@kolmio.com>

Cookie length check


# 7dae1c4d 04-Jan-2026 Sascha Leib <sascha.leib@kolmio.com>

New bypass option


# cb916979 26-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

No-JS Warning

Shows a warning message for users without JS active.


# 871c97bf 07-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Multiple smaller fixes

Added Support for Privacy Browser (Android),
Split Meta bots for better control,
Added Internet Archive to default whitelist,
Reactivated hashed cookies.


# 0cfc0c5d 05-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Cookie debug 3


# 9b2115f1 05-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Debug Cookies


# 4ab56ef9 04-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Simplified captcha cookie

Until I found that pesky bug!


# 83d954bd 04-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Debug version

Temporarily disable hashing for bug search.


# 6728cfa6 03-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Debugging Help

Log captcha data


# a9120ea2 03-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Minor fix


# 0b2c568a 03-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Temp test


# fb281ca1 02-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Captcha updates


# ad279a21 02-Nov-2025 Sascha Leib <sascha.leib@kolmio.com>

Captcha improvements

Auto-check if languages match;
Collect METHOD data in Server-log


# 6b6cd387 27-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

Stats improvements


# 19b69b64 26-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

Captcha code reorg


# 393de67c 26-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

temporarily log method for debugging


# 447b8b4f 26-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

SessionId fix


# 620d9253 25-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

Localisation


# d49ab213 25-Oct-2025 Sascha Leib <sascha.leib@kolmio.com>

UI improvements

And also style changes


123