bera_ramazan Posted February 27, 2018 Share Posted February 27, 2018 (edited) Bu aralar baya mail geliyor özllikle mai.ru adresinden günde 20 30 tane mail geliyor bu saldırı değil ama insan rahatsız oluyor onu engellemek için FTP > Controller > Front > ContactController.php dosyasını açın if (!($from = trim(Tools::getValue('from'))) || !Validate::isEmail($from)) { bu kodu bulup bununla değiştirin $eposta = trim(Tools::getValue('from')); if (!($from = trim(Tools::getValue('from'))) || !Validate::isEmail($from) || strstr($eposta, ".ru")) { Bundan sonra içinde .ru olan mesajları alamayacaksınız Edited February 27, 2018 by bera_ramazan (see edit history) 2 2 Link to comment Share on other sites More sharing options...
ottoman08 Posted February 27, 2018 Share Posted February 27, 2018 (edited) Aynen dadandılar mail gelip duruyor, 1.7 versiyonda o kodları göremedim fakat contactform.php de gördüm ve bu işlemi yaptım, teşekkürler. Edited February 27, 2018 by ottoman08 (see edit history) Link to comment Share on other sites More sharing options...
ibrahim038 Posted February 27, 2018 Share Posted February 27, 2018 Teşekkür Ederiz Ramazan Bey. Link to comment Share on other sites More sharing options...
bera_ramazan Posted February 27, 2018 Author Share Posted February 27, 2018 47 minutes ago, ottoman08 said: Aynen dadandılar mail gelip duruyor, 1.7 versiyonda o kodları göremedim fakat contactform.php de gördüm ve bu işlemi yaptım, teşekkürler. 1.7 içinde kod yazacağım 1 Link to comment Share on other sites More sharing options...
crackmass Posted February 28, 2018 Share Posted February 28, 2018 Ben de değiştirdim kodları sağolun ama şimdi de yine rusça metinlerle yzılmış ama gmail uzantılı maillerden gelen iletişim mesajları geliyor. Bunu nasıl engelleyeceğiz Link to comment Share on other sites More sharing options...
voltec Posted March 1, 2018 Share Posted March 1, 2018 On 27.02.2018 at 11:42 AM, bera_ramazan said: Bu aralar baya mail geliyor özllikle mai.ru adresinden günde 20 30 tane mail geliyor bu saldırı değil ama insan rahatsız oluyor onu engellemek için FTP > Controller > Front > ContactController.php dosyasını açın if (!($from = trim(Tools::getValue('from'))) || !Validate::isEmail($from)) { bu kodu bulup bununla değiştirin $eposta = trim(Tools::getValue('from')); if (!($from = trim(Tools::getValue('from'))) || !Validate::isEmail($from) || strstr($eposta, ".ru")) { Bundan sonra içinde .ru olan mesajları alamayacaksınız Allah Razı olsun sizden Ramazan bey...saynezide bende mail.ru uzantılı spam maillerden kurtuldum...çok teşekkürler... 2 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