honeypot Questions

4

Solved

How do we get rid of these spambots on our site? Every site falls victim to spambots at some point. How you handle it can effect your customers, and most solutions can discourage some people fro...
Demetricedemetris asked 25/3, 2016 at 20:17

3

As you may know, Chrome does not support:autocomplete="off", autocomplete="nope", autocomplete="false" or even autocomplete="new-password" any longer. That means, from time to time, I do get repor...
Tellurite asked 11/10, 2018 at 12:27

5

Solved

I've been reading about adding Honey pot fields to my forms for combating bots/spam. Only problem is theirs no guides or anything on where to start. Many sites say to make a field that is hidden th...
Homologize asked 15/1, 2012 at 22:35

4

Solved

By "honeypot", I mean more or less this practice: #Register form <style> .hideme{ display:none; visibility: hidden; } </style> <form action="register.php"> Your email: <i...
Azoth asked 1/9, 2010 at 21:57

1

Trying to filter out spam from an online form. I have a hidden div with an input. The idea is that if something goes into the field, the form will ID the user as a bot and reject the submission. Af...
Monarchism asked 31/5, 2013 at 15:55

11

Solved

I was just reading this post The definitive guide to form-based website authentication on Preventing Rapid-Fire Login Attempts. Best practice #1: A short time delay that increases with the number...
Root asked 19/1, 2010 at 3:42

2

Solved

We want to setup a little honeypot image in our html bodies to detect scrapers / bad bots. Has anyone set something like this up before? We were thinking the best way to go at it would be to: a)...
Robynroc asked 7/9, 2011 at 20:24

2

Solved

I was recently reading a book as prep for an interview and came across the following question: What will you do when your crawler runs into a honey pot that generates an infinite subgraph for you ...
Beware asked 21/7, 2011 at 17:54
1

© 2022 - 2025 — McMap. All rights reserved.