
No need to pay Cloudfare or another third party. Just implement a set of logical checks in your board's code. Our phpbb2 board uses a multilayered security approach to stop most non-desireable traffic including the more recent deluge of AI harvesters. The same approach should be easy to implement on any phpbb3 board as well.
Another note, the facebookexternalhit and other similar meta useragents coming from Facebook IPs in the USA and Europe are bots from META stealing your content to feed there new AI engine. Best to block them or at the least only serve them the bare necessary data that is needed for Facebook shares as blocking will also prevent Facebook sharing. There are all tied into the same bots.
The free Cloudflare plan is actually quite good. They give you most of the main features but they will limit them, e.g. I think you only get 5 custom firewall rules with the free plan but that's all I'm using with the paid plan.There is lot more they offer than just improved security, it's also provide performance.
Care to share what you built? If that doesn't compromise anything.JLA wrote: Wed Sep 18, 2024 9:05 pmNo need to pay Cloudfare or another third party. Just implement a set of logical checks in your board's code. Our phpbb2 board uses a multilayered security approach to stop most non-desireable traffic including the more recent deluge of AI harvesters. The same approach should be easy to implement on any phpbb3 board as well.
I would be interested in knowing more about this, as wellJLA wrote: Wed Sep 18, 2024 9:05 pmNo need to pay Cloudfare or another third party. Just implement a set of logical checks in your board's code. Our phpbb2 board uses a multilayered security approach to stop most non-desireable traffic including the more recent deluge of AI harvesters. The same approach should be easy to implement on any phpbb3 board as well.