one little improvement
-
Hi,
i’m a web Developer for individual Web projects. I’m using your Antispam Plugin for comments and i think that it is a correct implentation of a Honeypot. but i have two little improvements:
1. from my experience it is better if the textareas are moved to an non visible area instead of set them only to “display: none”
the best way is in a css-class, for example:
.comment_message {
position: absolute;
left: -1000px;
top: -1000px;
width: 1px;
height: 1px;
overflow: hidden;
display: inline;
z-index: 1;
}2. To fool the bots that they were successful, a success message should display after a spam request.
I hope you read my post and you could include it in the next version.
best regards
Falko
- The topic ‘one little improvement’ is closed to new replies.