*

alex7070

  • ****
  • 132 posts
Is there protection against bots?
« on: June 01, 2023, 08:11:10 PM »


Hello! I encountered a bot invasion on the site. Bots are very undesirable, as they create additional load on the site server. Is there a bot protection for ossclass?

*

MB Themes

Re: Is there protection against bots?
« Reply #1 on: June 05, 2023, 10:19:03 AM »
@alex7070
Try following:
- invisible recaptcha or standard recaptcha
- antispam plugin (https://osclasspoint.com/osclass-plugins/protection-and-spam/anti-spam-and-bot-protection-osclass-plugin-i51)
- cloudflare
- htaccess block specific countries
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alex7070

  • ****
  • 132 posts
Re: Is there protection against bots?
« Reply #2 on: June 05, 2023, 11:12:15 AM »
For wordpress there is a special plugin to deal with bots. It would be nice if there was a similar one for osclass.


https://wordpress.org/plugins/blackhole-bad-bots/

*

gnolino

  • **
  • 16 posts
Re: Is there protection against bots?
« Reply #3 on: June 09, 2023, 08:01:30 PM »
Hi,
I use recaptcha 3 widthout any plugin and I had not spam anymore.
https://codeforgeek.com/google-recaptcha-v3-tutorial/
index_v3.html is very easy example.

*

alex7070

  • ****
  • 132 posts
Re: Is there protection against bots?
« Reply #4 on: June 10, 2023, 09:45:26 AM »
Hi,
I use recaptcha 3 widthout any plugin and I had not spam anymore.
https://codeforgeek.com/google-recaptcha-v3-tutorial/
index_v3.html is very easy example.

Hi! I similarly use captcha version 3 and it protects well from spam. But this does not protect against a simple invasion of bots that can overload the site server.

*

MB Themes

Re: Is there protection against bots?
« Reply #5 on: June 10, 2023, 11:30:17 AM »
Hi,
I use recaptcha 3 widthout any plugin and I had not spam anymore.
https://codeforgeek.com/google-recaptcha-v3-tutorial/
index_v3.html is very easy example.

Its just front end application.
Spam bot with javascript disabled will pass it with no problem. (Or bot that just send post request to form)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Is there protection against bots?
« Reply #6 on: June 10, 2023, 11:31:01 AM »
Hi,
I use recaptcha 3 widthout any plugin and I had not spam anymore.
https://codeforgeek.com/google-recaptcha-v3-tutorial/
index_v3.html is very easy example.

Hi! I similarly use captcha version 3 and it protects well from spam. But this does not protect against a simple invasion of bots that can overload the site server.

Cloudflare can help with such attacks, but usually someone need to pay for such attack to overload server...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alex7070

  • ****
  • 132 posts
Re: Is there protection against bots?
« Reply #7 on: June 10, 2023, 01:32:58 PM »
this invasion of bots was 1 day and gone. Attendance increased by 150 visitors. Nothing terrible happened, but it is desirable to have bot protection. For my wordpress site, bot protection helps a lot.