There is Baidu and Yandex in the list, which are also search engines and competitors of Google, relying on Google too much can backfire, but if someone doesn't want russian speaking and chinese speaking traffic then I guess it is fine also not sure about Facebook and Apple, if there can be some drawback but probably not.
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.
JLA wrote: ↑Wed Sep 18, 2024 9:05 pm
No need to pay Cloudfare or another third party.
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.
If you wanted to take the time you can actually integrate a lot of things into phpBB, e.g. there is custom header for country of origin. You could add column for that anywhere the IP is recorded.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”
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.
Care to share what you built? If that doesn't compromise anything.