Code: Select all
User-agent: Bingbot
Disallow: /
User-agent: Some_other_user_agent
Disallow: /
User-agent: *
Disallow: /path1/for/other/bots/
Disallow: /path2/for/other/bots/
.htaccess
file. It's free, so check it out if you think it might help.phpBB uses strings in the user agent to identify bots, Google for example. Malicious bots do not identify themselves and will use a browser user agent. The easiest way to identify them is to look at the Awstats which is going to be available through most hosting control panels. Scroll to the IP section and it will show you the activity by IP.
Take a look at "Who is online" and click the "Display guests" link. If you have the proper administration privileges that will allow you to see the user-agent strings of the guests and bots.
romans1423 wrote: ↑Wed Feb 28, 2024 10:31 pm An approach I’ve used before is to add something arbitrary to your robots.txt.
No, not large.jeffinnyc wrote: ↑Tue Feb 27, 2024 7:27 am Hello all. My first post. I hope I am not violating any posting rules by posing the following question:
I am about to be asked to help a friend rescue an old instance of phpBB that is suddenly running very slowly. I don't know quite what I'm getting into but I am a computer professional so I *think* I'm going to discover that it's his ancient customizations that are finally giving up the ghost. (Or maybe his database is running out of room or who knows what....)
But first I have to orient myself and perhaps help my friend calm down a bit. Thus, this very basic question:
The old forum says of itself: Total posts 427341 • Total topics 56511 • Total members 3750
Is any of those numbers extraordinarily large? They don't sound it to me but I'm a beginner here.
Thanks for any guidance.