Похоже я поторопился и не совсем верно истолковал то какие данные хочет получать проект StopForumSpam.
Топик на StopForumSpam:
virus_net писал(а):I wrote little MOD for phpBB 3.0.14 and API client to import data to your database.
You can download it from here:
viewtopic.php?f=19&p=5689MOD can do logging of unsuccessful register attempts and import data via yours API when too many register error come up.
I don`t include query tool in this MOD because of:
This API is NOT to be used as a general software firewall. Checking every incoming connection against the API will be treated as a denial of service attack against us and will result in the immediate blocking of any offending IP numbers
Alex Kemp (Moderator) писал(а):That is also a reason for "immediate blocking of any offending IP numbers"
There is one reason, and one reason only, for reporting 'username/email/ip' to SFS:- a user has spammed your website. Any other use of the API means that you get blocked from this site.
Посему необходимо в ucp_register.php найти сточку:
- Код: Выделить всё
require_once($apiClient);
и заремить ее:
- Код: Выделить всё
//require_once($apiClient);
Тогда статистика не будет отправляться, дабы вас не забанили на StopForumSpam.
Странно конечно, я полагал что любые данные помогут, тем более когда это данные по 100% ботам. Так же я полагал что лучше всего остановить бота ДО того, как он сможет разместить спам на вашем форуме, а не ПОСЛЕ этого.