|
#1
|
||||
|
||||
|
Fighting spam
What is the best way to fight spam?
I get tones of spam since 1 week, I just don't know how to fight them to no received the comment's spam post to my site. Defensio did the job of not showing them on the site but I still get e-mail I have eanble token and defensio but I would like to know How ca I block ip or hostname to come to my site? I just got 13 in a row and it is not finish... This is what I have since 1 week...
__________________
My help is always free, but if you want to donate or to buy me a coffee cup, then click here Last edited by fredxeric; 03-31-2008 at 01:03 AM. |
|
#2
|
||||
|
||||
|
Make sure you have the latest version of the Defensio addon. The latest version won't e-mail you the comments that are flagged as spam.
So your inbox will say clean and tidy. http://www.pixelpost.org/extend/addo...for-pixelpost/
__________________
Jay Williams | A Different View |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Fred-eric:
Open the front_defensio.php, goto line 135. if it says: PHP Code:
PHP Code:
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#5
|
|||
|
|||
|
I don't know about other methods, but it's more than 2 weeks now since I don't know what spam is (God bless!!). What I did (worked on image_template.html) :
- in the <form> line I've replaced "index.php?x=save_comment" with "index.php?x=saIwantNoSpamcomment"; - after <form> line I've added <TOKEN> - after </form> line I've added this script: HTML Code:
<script type="text/javascript"> trueAction = "index.php?x=saIwantNoSpamcomment"; trueAction = trueAction.replace(/IwantNoSpam/g, "ve_"); document.forms.commentform.action = trueAction; </script> Instead of "IwantNospam" you can put whatever string you want, as I did in my template. PS. I keep akismet/defensio disabled and it's all clean. I'm thinking to enable immediate publishing... Last edited by xact; 04-04-2008 at 08:38 PM. |
|
#6
|
||||
|
||||
|
the $cfgrow was not there...
|
| Post Reply |
| Thread Tools | |
|
|