szymon-75 Posted January 20, 2018 Share Posted January 20, 2018 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 More sharing options...
endriu107 Posted January 20, 2018 Share Posted January 20, 2018 Jest na forum kilka wątków z rozwiązaniami. Link to comment Share on other sites More sharing options...
szymon-75 Posted January 20, 2018 Author Share Posted January 20, 2018 Próbowałem właśnie kilka z nich ale wygląda na to jakby dotyczyły innych wersji niż moja tj. 1.5.4.1 Link to comment Share on other sites More sharing options...
endriu107 Posted January 20, 2018 Share Posted January 20, 2018 Jest poradnik o zastosowaniu recaptcha on powinien zadziałać bez różnicy jaką masz wersje. Link to comment Share on other sites More sharing options...
szymon-75 Posted January 20, 2018 Author Share Posted January 20, 2018 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 More sharing options...
endriu107 Posted January 20, 2018 Share Posted January 20, 2018 Tryb debugowania powinien wskazać Ci gdzie masz błąd. Link to comment Share on other sites More sharing options...
szymon-75 Posted January 20, 2018 Author Share Posted January 20, 2018 a jak to zrobić? Link to comment Share on other sites More sharing options...
szymon-75 Posted January 20, 2018 Author Share Posted January 20, 2018 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now