This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

leraat

  • **
  • 15 posts
What is the solution to spam every day, registering
« on: January 12, 2022, 01:52:15 PM »
What is the solution to spam every day, registering with Google protection activated

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

leraat

  • **
  • 15 posts
Re: What is the solution to spam every day, registering
« Reply #2 on: January 12, 2022, 03:38:58 PM »
I bought it, is the setup the same or does something have to be changed?

*

MB Themes

Re: What is the solution to spam every day, registering
« Reply #3 on: January 12, 2022, 04:30:33 PM »
@leraat
Try to play with parameters, especially connection to stopforumspam, it would be strange if all these emails would be evaluated as "OK"
... ban mail domains
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on January 13, 2022, 07:41:26 AM
*

leraat

  • **
  • 15 posts
Re: What is the solution to spam every day, registering
« Reply #4 on: January 12, 2022, 08:38:00 PM »
Thank you for the Plugin, its work is great so far, no bot has been registered. Thank you

*

MB Themes

Re: What is the solution to spam every day, registering
« Reply #5 on: January 13, 2022, 07:41:19 AM »
@leraat
Glad to hear that ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ebaibr

  • **
  • 8 posts
Re: What is the solution to spam every day, registering
« Reply #6 on: September 07, 2022, 01:48:51 AM »
the bot was not registered in the users table, but it is in the antspam Plugin table (oc_t_spam_protection_ban_log). Query the database will have a table that has a high size and quantity, this will happen until your hosting space ends ...

*

MB Themes

Re: What is the solution to spam every day, registering
« Reply #7 on: September 07, 2022, 10:52:26 AM »
@ebaibr
I do not recognize that table, it is probably from some other plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own Petz

  • ****
  • 125 posts
  • OwnPetz - Free Classified Ads. Buy, Sell or Adopt
Re: What is the solution to spam every day, registering
« Reply #8 on: November 15, 2022, 12:53:04 PM »
IF you dont have budgets and dont want to buy plugin for these types of email . you can restrict them . simply Allow only specific email providers.

I have added some popular email provider that is allow to Register , you can just paste this code into function.php file. (You can also add more email provider according to your requirement)

function cust_restrict_mail_providers() {    $authorized_providers = array(
        'gmail.com',
        'hotmail.com',
        'live.com',
        'yahoo.com',
        'outlook.com',
        'yandex.com',
        'bing.com',
        'microsoft.com',
        'mailbox.org',
        'mail.live.com',
        'rediff.com',
        'rediffmail.com'
    );
    $current_provider = preg_replace('/^.*@(.*)$/i', '$1', Params::getParam('s_email'));    if (!in_array($current_provider, $authorized_providers)) {
        osc_add_flash_error_message( _m('Accounts not allowed'));
        osc_redirect_to(osc_register_account_url());
        exit;
    }
}osc_add_hook('before_user_register', 'cust_restrict_mail_providers');
OwnPetz - Free Classified Ads. Buy, Sell or Adopt Online. https://ownpetz.com