Honeypot Bot Protection Extension for phpBB 3.3.x

Расширения, сгенерированные с помощью искусственного интеллекта.
Правила форума
Местная Конституция | Шаблон запроса | Документация (phpBB3) | Мини [FAQ] по phpBB 3.1.x/3.2.x | FAQ | Как задавать вопросы | Как устанавливать расширения

Ваш вопрос может быть удален без объяснения причин, если на него есть ответы по приведённым ссылкам (а вы рискуете получить предупреждение ;) ).
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

panhead писал(а): 21.07.2025 21:25 Is it possible to use a wildcard (like 144.208.*.*)?
The extension blocks subnets. There is a threshold in the settings.
SpIdErPiGgY
phpBB 1.0.0
Сообщения: 2
Стаж: 11 дней

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение SpIdErPiGgY »

In ACP settings, there are no translation strings for these:

Тип автоматической блокировки
Блокировать по:

Очищать .htaccess при автоочистке
Удалять устаревшие блокировки из .htaccess при автоочистке (рекомендуется).

Редактор .htaccess
Редактируйте содержимое корневого .htaccess. Будет создана резервная копия перед сохранением.

Нет данных

Тип блокировки:

IP-адрес:
Последний раз редактировалось SpIdErPiGgY 22.07.2025 2:53, всего редактировалось 1 раз.
panhead
phpBB 1.2.1
Сообщения: 21
Стаж: 2 года 8 месяцев

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение panhead »

So if I want to block all visits from 2a03:4000:64:4a:1851:7aff:fecb:2699 then I use threshold 2?

And is it possible to block hostnames? I am flooded by netcup.de / netcup.at.
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

SpIdErPiGgY писал(а): 22.07.2025 2:48 In ACP settings, there are no translation strings for these:

Тип автоматической блокировки
Блокировать по:
Очищать .htaccess при автоочистке
Удалять устаревшие блокировки из .htaccess при автоочистке (рекомендуется).
Редактор .htaccess
Редактируйте содержимое корневого .htaccess. Будет создана резервная копия перед сохранением.
Нет данных
Тип блокировки:
IP-адрес:

I don't know why the bots on your site don't see the trap links. Maybe they are forbidden to view the page code. Or maybe you have "smart bots" on your forum.
panhead писал(а): 22.07.2025 10:19 So if I want to block all visits from 2a03:4000:64:4a7aff:fecb:2699 then I use threshold 2?

And is it possible to block hostnames? I am flooded by netcup.de / netcup.at.
About IPv6 address 2a03:4000:64:4a:1851:7aff:fecb:2699
No, not exactly!
The subnet threshold works differently - it counts how many DIFFERENT bots came from one subnet
If you have one specific bad IP - it is better to block it manually:
Go to ACP → Honeypot → Manual Block
Insert this IP: 2a03:4000:64:4a:1851:7aff:fecb:2699
Click "Block"
It is faster and more accurate than changing thresholds!
About netcup.de / netcup.at
Unfortunately, the extension only blocks by IP, not by domain.
But there are solutions:
Option 1 - Find out the IP of these hostings:
Apply to acp_honeypot...
And block the found IP ranges manually.
Option 2 - Via .htaccess (if you know how):

Код: Выделить всё

RewriteCond %{REMOTE_HOST} netcup\.de$ [OR]
RewriteCond %{REMOTE_HOST} netcup\.at$
RewriteRule ^(.*)$ - [F,L]
Apply to acp_honeypot...
Option 3 - Blocking entire ranges:
Netcup usually uses ranges like 5.9.x.x or 148.251.x.x - you can block entire subnets.
Tip:
For specific bad IPs - use manual blocking. It's easier and safer than playing with subnet thresholds!
SpIdErPiGgY
phpBB 1.0.0
Сообщения: 2
Стаж: 11 дней

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение SpIdErPiGgY »

What I meant is this. I translated the language files to Dutch, but there are some lines that are hard coded...


Screenshot 2025-07-22 at 16-48-29 Instellingen.png
У вас нет необходимых прав для просмотра вложений в этом сообщении.
panhead
phpBB 1.2.1
Сообщения: 21
Стаж: 2 года 8 месяцев

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение panhead »

Thank you for your reply.

How can I submit a range? If enter 46.38.224.0 - 46.38.255.255 or 46.38.*.* I get an error.

Here is is an example of the guests:
guests.jpg
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

panhead писал(а): 22.07.2025 17:59 How can I submit a range? If enter 46.38.224.0 - 46.38.255.255 or 46.38.*.* I get an error.
You don't need to specify the range manually. The extension has an option to enable blocking by submask. For example, if you specify - Subnet block threshold with a value of 3, the extension will automatically block this subnet after three hits in the trap.
panhead
phpBB 1.2.1
Сообщения: 21
Стаж: 2 года 8 месяцев

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение panhead »

Sorry to bother you again. I am convinced I am doing something wrong.
If you look at the IP-addresses from the logfile in the picture, what do I have to fill in in the manual block?
netcup.jpg
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

panhead писал(а): 22.07.2025 19:59 Извините, что беспокою вас снова. Я убеждён, что делаю что-то неправильно.
Если посмотреть на IP-адреса из лог-файла на картинке, что мне нужно заполнить в блоке «Руководство»?
You don't need to do anything. Look on the extension page where the blocked IP addresses are?
panhead
phpBB 1.2.1
Сообщения: 21
Стаж: 2 года 8 месяцев

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение panhead »

Here is a picture of the blocked IP's. As you can see I added most myself. That should have gone automatically?
trapped.jpg
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

The extension has an auto-cleaning function. And a period that can be set. By default, it is 30 days. Why do you manually add IP addresses? Aren't bots blocked automatically?
panhead
phpBB 1.2.1
Сообщения: 21
Стаж: 2 года 8 месяцев

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение panhead »

No, not all bots aren't blocked automatically. That's why I think I have done something wrong.

See picture, some are blocked, some not (and those are the worst).
trapped2.jpg
У вас нет необходимых прав для просмотра вложений в этом сообщении.
paganini
phpBB 1.0.0
Сообщения: 6
Стаж: 4 дня
Откуда: UK
Благодарил (а): 1 раз
Поблагодарили: 1 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение paganini »

спасибо за плагин
на днях проабдейтил до 1.2 и после очистки кэша (Purge the cache) новый интерфейс проявился

но сегодня при попытке зайти на Blocked IPs , выдает 504 Time-Out
а Logs работает
Аватара пользователя
romaamor
phpBB 3.0.7
Сообщения: 2442
Стаж: 13 лет 4 месяца
Откуда: Одесса
Благодарил (а): 640 раз
Поблагодарили: 171 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение romaamor »

paganini писал(а): 28.07.2025 11:13 но сегодня при попытке зайти на Blocked IPs , выдает 504 Time-Out
У вас много ИП адресов. Я обновил расширение до версии 1.3.0. Добавил новые функции и также есть возможность отключать опредиление страны для форумов с большим количеством заблокированных ИП. Смотрите первую страницу темы.
paganini
phpBB 1.0.0
Сообщения: 6
Стаж: 4 дня
Откуда: UK
Благодарил (а): 1 раз
Поблагодарили: 1 раз

Re: Honeypot Bot Protection Extension for phpBB 3.3.x

Сообщение paganini »

romaamor писал(а): 28.07.2025 14:05 У вас много ИП адресов. Я обновил расширение до версии 1.3.0. Добавил новые функции и также есть возможность отключать опредиление страны для форумов с большим количеством заблокированных ИП. Смотрите первую страницу темы.
спасибо теперь работает, 34419 Active Blocked IPs это за 5 дней работы

страница настроек открывается секунд 20
при сохраненении настроек пишет Ошибка при сохранении .htaccess (при этом настройка сохраняется)

если включить Enable Geolocation то при заходе в Blocked IPs
SQL ERROR [ mysqli ]
Table 'admin_myforum.phpbb_honeypot_geo_cache' doesn't exist [1146]
(но оно мне в принципе и не нужно, просто вам отчет)

Вернуться в «ИИ расширения»