[For 1.6] Checkbox Validation - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] Checkbox Validation (/thread-126322.html) Pages:
1
2
|
Checkbox Validation - Vernier - 2012-09-17 Checkbox Validation adds a validation check in four different locations: New Threads, New Replys, New Private Messages and Registration. This can help prevent spam bots and is much more user friendly than a captcha image. Description Checkbox Validation adds a validation check in four different locations: New Threads, New Replys, New Private Message and Registration. A random number is generated and the user must select the correct checkbox in order to proceed. If the user enters the wrong checkbox, an error message tells the user they've entered the incorrect number and the action is not performed. Each individual location can be disabled via the settings in the Admin Control Panel, or all locations can be disabled via the settings in the Admin Control Panel. You can also specify which usergroups do not need to enter the checkbox validation and you can allow members to only enter the validation once, however guests, banned and awaiting activation users must enter the checkbox validation every time, regardless of if they have already validated as a user. Installation Instructions Please read the included ReadMe file. Changelog: v1.0: -> Released Demo: To see Checkbox Validation in action, please click here here. Download: http://mods.mybb.com/view/checkbox-validation Previews: Feel free to report bugs and suggestions in this thread. Thanks guys and enjoy! :-) RE: Checkbox Validation - Polarbear541 - 2012-09-21 Approved RE: Checkbox Validation - Vernier - 2012-09-21 (2012-09-21, 08:02 PM)Polarbear541 Wrote: Approved Thanks RE: Checkbox Validation - OfficialElex - 2013-03-16 Great way to prevent users from posting to quickly and can easily trick bots ! Thank you for this mod! RE: Checkbox Validation - Mr.Kewl - 2013-03-16 This is a great idea to prevent spam bots. RE: Checkbox Validation - lakuma - 2014-03-03 I have a question regarding Setting #6 which allows you to specify which usergroups do not have to enter the Checkbox Validation. To add more than one usergroup, please use a comma (e.g 1,2,3). I can't find anything reference in the readme.txt file or MyBB Group settings to the usergroups and corresponding numbers. 1 = Administrators 2 = Registered Users 3 = Moderators etc. RE: Checkbox Validation - .m. - 2014-03-03 ^ if you have not modified them then group IDs are like below Administrators --> 4 | Super Moderators --> 6 | Moderators --> 3 Guests --> 1 | Registered Members --> 2 | awaiting activation --> 5 | Banned --> 7 RE: Checkbox Validation - lakuma - 2014-03-03 (2014-03-03, 05:17 PM).m. Wrote: ^ if you have not modified them then group IDs are like belowPerfect! Thanks .m. RE: Checkbox Validation - SouthernPride - 2014-05-10 How can I set it so guest only have to Validate it once like the register members? RE: Checkbox Validation - DrXotick - 2014-05-11 Will this really stop bots? It seems even a not so smart bot would be able to make sense of "select the number" and then check the box associated with the numbers above the checkbox. If the logic isn't in them already, I'm sure it could be programmed into the bot in a matter of minutes. The solution might be to show a random captcha type number that wouldn't be easily read by bots. |