Feedback on BotStop Plugin
nice little plugin.
did see this though
A typo in settings page -
Enter the second acceptable ansewr:
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Best Answers
-
whu606 MVP
Thanks very much to @brainache for the original add-on, and @peregrine for the additions.
I've been getting plagued by bots recently, and this seems like just the ticket.
Huzzah! (A word, I feel, that doesn't get out as much as it should.)
0 -
markcbain New
Could I point out a typo on the registration screen: it says "Not bots allowed", when it should be "No bots allowed". Could you fix that? We're running a forum for, ahem, English teachers, so...
1 -
impuwat New
Peregrine,
In /plugins/Botstop/locale/en-CA/definitions.php that you have listed above you have an error in line 3.
$Definition['two'] = 'one';
1
Answers
Me and my typos... corrected and uploaded.. thanks for the spot!
This is AWESOME , thank you @brainache . i have a private community-w/registration approval for 4000+ users and in the last month** have had to manually delete up to 30 bot reg. a day...since setting this up -not one! so e relieved..i added it to my custom theme > views> registrationapprovalphp file-
thanks again
**( prior to - never had a problem)
Glad its helping out!
Is this strong enough protection that I can turn off the recapcha & use this in place of it?
Thanks
Great, we do not like image capcha and external service, many thank to you too @brainache
Heya, solid! However, First/Last Names is an integral addon to my site, and unfortunately they won't work together. Is it possible to adjust this addon to work in conjunction with FirstLastNames or other similar "additional registration info" plugins?
Thanks!
Hi, and thank you for this plugin.
How can I enable this plugin when somebody will start new discussion or reply post ?? ( I will use it for new users or guest posting)
I made a change for the plugin for my personal experimentation.
This one will allow you to make changes in definitions file to change questions and answers just for internationalization and locale.
This only works if you use Registration : Approval as your registration process.
if you want it to work with others e.g. Basic Captcha - you can use the code I post to make your own mods.
in class.BotStop.plugin.php
replace the old function with this code:
/botstop/views/registerapproval.php
definitions.php placed in /plugins/Botstop/locale/en-CA/definitions.php
the above code will give a different set of numbers to add each time.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks very much to @brainache for the original add-on, and @peregrine for the additions.
I've been getting plagued by bots recently, and this seems like just the ticket.
Huzzah! (A word, I feel, that doesn't get out as much as it should.)
Could I point out a typo on the registration screen: it says "Not bots allowed", when it should be "No bots allowed". Could you fix that? We're running a forum for, ahem, English teachers, so...
To keep your english teachers from getting out the red pen - you could....
change your definition in locale/en-Ca/definitions.php in the plugin to
$Definition['Humanity Check... Not bots allowed!'] = "Humanity Check... No bots allowed!";
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Went from 20+ a day bot registrations to 0 right after setting this up.
It's reet champion!
I've been bombarded by spam bots in my registration lately. Hope this helps, just installed it.
It is not working for me. Please update your pluging. I got BONK : Something funky happened. Please bear with us while we iron out the kinks.
Thanks
@carlavoie
read this thread, and also search for Bonk on this forum, to see how to get a detailed error report.
The plugin works fine - so it's something you need to sort at your end.
This looks great, and while it appears to be working (it the fact its not throwing a bonk) at the start of my registration application page the first line of the php code from the class script is being echoed out !
?php if (!defined('APPLICATION')) exit(); ?>
Minus the opening <
Ive checked over the code and its verbatim to that above with the changes peregrine suggests
Any ideas why this may be ?
Cheers
Jim
I've cut and pasted it and it works for me.
verify if the definitions.php, registerapproval.php, and
class.BotStop.plugin.php
all have
or try starting over and cutting and pasting.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Ah clearly my checking was not up to scratch ! I had indeed missed the < when copy and pasting it seems. Thanks works great
Peregrine,
In /plugins/Botstop/locale/en-CA/definitions.php that you have listed above you have an error in line 3.
$Definition['two'] = 'one';
good spotting. let the record be corrected
$Definition['two'] = 'two';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.