-
- bones_ct

-
Total Posts: 12
Joined: 2011-07-20
|
Hello. I have a spam problem on my magento hack. Some guy from china is flooding my site with spam comments on my products. The comments must be validated by me on the backend so no problem, but i must filter them every single day , 100+ spams and 1 or 2 actual comments. So i tried a javascript validation for the comment form but that is easy to skip by using a simple firebug in your browser. So i went deeper in the magento code and found “ProductController.php” , the file that has the save() function for the comments.
What i want to do is make a validation there for the comment, just before the save function, but i don’t know how to get the comment buddy so i can filter any kind of spam from it.
Posibly a method is using captcha, but i run magento 1.5 and i think captcha will discourage customers from commenting even more.
|