Jump to content

Czy ktoś poradził sobie z emailami (spamem) z Chin?


szymon-75

Recommended Posts

Witam;

Czy ktoś poradził sobie ze spamem z Chin?. Mam prestę 1.5.4.1 i przez formularz kontaktowy wchodzi spam (zalewa z prędkością 300 w 12 godzin) z adresów @gg itd. Doprowadziło to do sytuacji, że zablokowali mi stronę na serwerze na kilka godzin. Czy ktoś może podesłać mi rozwiązanie albo jakiś moduł itd. 

Link to comment
Share on other sites

Nie mogę sobie poradzić z:

} elseif (!($gcaptcha = (int)(Tools::getValue('g-recaptcha-response')))) {
$this->errors[] = Tools::displayError('Captcha error');

Wklejam za :

}
            $message = Tools::getValue('message'); // Html entities is not usefull, iscleanHtml check there is no bad html tags.
            if (!($from = trim(Tools::getValue('from'))) || !Validate::isEmail($from))
                $this->errors[] = Tools::displayError('Invalid email address.'); 

} elseif (!($gcaptcha = (int)(Tools::getValue('g-recaptcha-response')))) {
$this->errors[] = Tools::displayError('Captcha error');

i strona kontaktu nie działa HTTP ERROR 500

może jakaś pomoc?

 

Link to comment
Share on other sites

Poradziłem sobie. Tak powinno to wyglądać:

 else if (!($gcaptcha = (int)(Tools::getValue('g-recaptcha-response'))))
                        $this->errors[] = Tools::displayError('Captcha error');

W innym przypadku generuje błąd

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...