How about a new form of captcha ? New drag and drop captchas are appearing on the web. Easy to use, fast to complete = no pain at all.jacek wrote:But they are such a pain rightconradk wrote:For one thing, I haven't seen any captcha on your registration form. I would ad one, as this would bug spammers to make new accounts once banned...
I want to find a solution that allows the user to register with minimal irritation, but will still prevent most spam accounts from registering. A epically massive blacklist may be that solution
XHBB Very Alpha Testing
Re: XHBB Very Alpha Testing
Re: XHBB Very Alpha Testing
I hate captchas.
Just saying
Just saying
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: XHBB Very Alpha Testing
One thing they had on a game I used to play was 4 circles, and 1 of them was randomly broken (not a complete circle) and you had to click inside that circle.
That could be a solution?
Another one i used to like was having a 'safe dial' where you have to turn it to the number that is stated is pointing upwards
But i can imagine them being annoying?
Maybe record the time they started on the page, and teh time they completed the page.
if its a spam bot, it will do it insanely fast.. If its human it may take 1 - 2 minutes?
That could be a solution?
Another one i used to like was having a 'safe dial' where you have to turn it to the number that is stated is pointing upwards
But i can imagine them being annoying?
Maybe record the time they started on the page, and teh time they completed the page.
if its a spam bot, it will do it insanely fast.. If its human it may take 1 - 2 minutes?
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: XHBB Very Alpha Testing
Implement a "drunk" test?
Have a circle with a pretty big outline and they have to go around the circle with the mouse inside of that outline. Not hard and not so very annoying.
Have a circle with a pretty big outline and they have to go around the circle with the mouse inside of that outline. Not hard and not so very annoying.
Re: XHBB Very Alpha Testing
These are all terrible solutions ! I don't want the user to have to do anything that they do not need to.
Re: XHBB Very Alpha Testing
Hmm... what other ways are there?
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: XHBB Very Alpha Testing
I dont see the problem with teh duration one?
even if you make the duration 15 seconds, which it easily takes longer than that to type in all the information to register. But a bot will have it all palced almost immediately would they not?
even if you make the duration 15 seconds, which it easily takes longer than that to type in all the information to register. But a bot will have it all palced almost immediately would they not?
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: XHBB Very Alpha Testing
This is a good idea IMObowersbros wrote: Maybe record the time they started on the page, and teh time they completed the page.
if its a spam bot, it will do it insanely fast.. If its human it may take 1 - 2 minutes?
Re: XHBB Very Alpha Testing
Spam bots know people do this, I tried it on my demo http://jacekk.co.uk/code/data_file/comment.system.php and it made no difference at all.
Re: XHBB Very Alpha Testing
Maybe. But it will slow them down at least If a bot takes a least 15 seconds to send, you'll have his IP banned before he makes ant collateral damage. Also, just add a feature that allows you to remove a user and ALL of his posts and threads. This way, the bot will take time to post, and finally get banned with all his posts gone.jacek wrote:Spam bots know people do this, I tried it on my demo http://jacekk.co.uk/code/data_file/comment.system.php and it made no difference at all.
Another idea:
On the registration form, make the password field so that is has to be completed using a virtual keyboard on the screen. Tell people it is against key loggers. No one will complain and bots might have even more problems registering
Also, how about forcing Javascript support and forcing the form to be sent from the actual register page ?
Re: XHBB Very Alpha Testing
I just timed myself, I wrote my username, email, email, password, password in 7.8 seconds I even messed up once. Guess I can't register on the sitebowersbros wrote: even if you make the duration 15 seconds, which it easily takes longer than that to type in all the information to register.
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: XHBB Very Alpha Testing
now i think about it, 15 seconds is actually quite long..
Hmm.
There is also maybe the idea that a user has to choose from a dropdown list simply whether they are a bot or not?
Simple english test
Hmm.
There is also maybe the idea that a user has to choose from a dropdown list simply whether they are a bot or not?
Simple english test
I don't like to brag, but I wasn't circumcised. I was circumnavigated.
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
Re: XHBB Very Alpha Testing
50 % chance to still register as a bot ? A little bit too much IMO.bowersbros wrote:now i think about it, 15 seconds is actually quite long..
Hmm.
There is also maybe the idea that a user has to choose from a dropdown list simply whether they are a bot or not?
Simple english test
You should add all these basic things like an empty hidden field. If it gets filled, it is a bot. If you add all these stupid things, most bots will probably get lost somewhere... don't you think ?
Maybe make a browser check as well.
http://www.user-agents.org/
Re: XHBB Very Alpha Testing
I like that idea.conradk wrote:50 % chance to still register as a bot ? A little bit too much IMO.bowersbros wrote:now i think about it, 15 seconds is actually quite long..
Hmm.
There is also maybe the idea that a user has to choose from a dropdown list simply whether they are a bot or not?
Simple english test
You should add all these basic things like an empty hidden field. If it gets filled, it is a bot. If you add all these stupid things, most bots will probably get lost somewhere... don't you think ?
Maybe make a browser check as well.
http://www.user-agents.org/
Like a check box.
Bot will most likely check both boxes. Just in case both needs to be checked.[ ] <-- Check this if you're a bot. [ ] <-- Check this to agree on terms of service
Re: XHBB Very Alpha Testing
The goal is to make controls for which the end user doesn't have to do a single thing. With this, the user would have to check the box. But if you hide these checkboxes, the user check them. The bot might, if it doesn't read CSS of JS styling.Temor wrote:Bot will most likely check both boxes. Just in case both needs to be checked.[ ] <-- Check this if you're a bot. [ ] <-- Check this to agree on terms of service
Re: XHBB Very Alpha Testing
No, the user would ignore the box. A bot will read it as something important and check it, while a user just reads what it is and won't click it.conradk wrote:The goal is to make controls for which the end user doesn't have to do a single thing. With this, the user would have to check the box. But if you hide these checkboxes, the user check them. The bot might, if it doesn't read CSS of JS styling.Temor wrote:Bot will most likely check both boxes. Just in case both needs to be checked.[ ] <-- Check this if you're a bot. [ ] <-- Check this to agree on terms of service
Re: XHBB Very Alpha Testing
Yeah, so the user has to read, which slows down the registration process and might confuse him. Besides, if the user check the first check box because he read the instruction too fast, he'll have to register again.Temor wrote:No, the user would ignore the box. A bot will read it as something important and check it, while a user just reads what it is and won't click it.conradk wrote:The goal is to make controls for which the end user doesn't have to do a single thing. With this, the user would have to check the box. But if you hide these checkboxes, the user check them. The bot might, if it doesn't read CSS of JS styling.Temor wrote: Bot will most likely check both boxes. Just in case both needs to be checked.
Re: XHBB Very Alpha Testing
I'm pretty sure it's okay for users to READ.......
Re: XHBB Very Alpha Testing
Exactly, to the user it should look as if there is nothing anti-spam going on.conradk wrote:The goal is to make controls for which the end user doesn't have to do a single thing.
Most of these methods would work, but look into the long term and spam bots may adapt to the style of my form. For now we can rely on it being non-standard, but at some point that will stop working.
Re: XHBB Very Alpha Testing
In all honesty, there will be spam bots without some sort of spam protection;
However, a large blacklist is a good start.
If the forum is moderated, assuming you can merely remove a user (and thus all of said users information), keeping spam under control would not be such a colossal task that it is unbearable.
I say you keep blacklist, checking the IP, or perhaps the username but requiring X (10 or so) number of entries, and then just allow moderation I think spam can be under controlled.
Another alternative is disallowing any links in the first X number of posts (5) as spam bots generally consist of spam links.
However, a large blacklist is a good start.
If the forum is moderated, assuming you can merely remove a user (and thus all of said users information), keeping spam under control would not be such a colossal task that it is unbearable.
I say you keep blacklist, checking the IP, or perhaps the username but requiring X (10 or so) number of entries, and then just allow moderation I think spam can be under controlled.
Another alternative is disallowing any links in the first X number of posts (5) as spam bots generally consist of spam links.