Slow board

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

Hi,
I see a lot (130 at this time) of guests facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
It does not seems to slow my board but I don't like this.
Purging the cache doesn't change anything.
Is it possible to forbid the access like I did for claudebot ?
Thanks
User avatar
janus_zonstraal
Registered User
Posts: 6614
Joined: Sat Aug 30, 2014 1:30 pm

Re: Slow board

Post by janus_zonstraal »

Yes you can do it the same way as claudebot
Sorry! My English is bat ;) !!!
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

Thanks for your fast reply.
I don't know the syntax, can you help ?
This is what I did for claude

Code: Select all

BrowserMatchNoCase "claudebot" bad_bot
Order Deny,Allow
Deny from env=bad_bot
Is it simply to add a line

Code: Select all

BrowserMatchNoCase "facebookexternalhit" bad_bot
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Slow board

Post by ssl »

Replace your code like this:

Code: Select all

BrowserMatchNoCase "claudebot" bad_bot
BrowserMatchNoCase "facebookexternalhit/1.1" bad_bot
Order Deny,Allow
Deny from env=bad_bot
and clear cache
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

Hi,
Done but still 129 guests "facebookexternalhit/1.1" :(
Pehaps should I wait until their current cessions started between 07:53 and 07:55 (it is 09:00) are ended.
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Slow board

Post by ssl »

Yes you have to wait. Currently the number of guests on your board is minimal.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

Right, only 4 YandexBot/3.0, thanks.
Instead of blocking each bot one by one, is there a way to limit the nomber of cessions a same bot can initiate ?
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Slow board

Post by ssl »

What would be the difference between banning a bot and banning a cession? Especially since this cession must be defined on a specific bot and not on all bots.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

I don't want to ban A cession instead of banning A bot; I don't want to ban all bots either.
This morning I had 130 cessions for the same bot.
I would like to limit the number of cessions a same bot can initiate whatever the bot : is it possible ?
Or possibly limit the total number of bot cessions.
User avatar
ssl
Registered User
Posts: 2029
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Slow board

Post by ssl »

Adding the name of a bad bot to the .htaccess file will ban all these cessions
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.12
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Hervé
Registered User
Posts: 571
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: Slow board

Post by Hervé »

I would like to avoid blocking bots one by one.
This is out of the subject "Slow board", I will open a new one hoping to get answers from others.

Return to “[3.3.x] Support Forum”