MyBB Community Forums

Full Version: captcha always on login (protect remote login bot)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
guys

I need captcha login always show on login.
I want blocking protect remote login bot
How does your current member login look like?
default don't show, if you one wrong attempt after show
8,777 views There are people in need of a solution
No. They are 8000 crawling bots.
you can try this : open member.php file in a code editor (eg. notepad++) and around line 1306 find code like below
// Show captcha image for guests if enabled and only if we have to do
	if($mybb->settings['captchaimage'] && isset($do_captcha))
change it to below code, save the file & use it. you also have to remove quick login on your forum
// Show captcha image for guests if enabled and only if we have to do
	if($mybb->settings['captchaimage']) //&& isset($do_captcha))
ineffective... nothing happened

[you also have to remove quick login on your forum ]
How do I make it
hmm., I have checked it before posting. And quick login code exists in header_welcomeblock_guest template
So how added captcha to quick login? Im using MyClean Theme http://community.mybb.com/thread-90647.html

12,061 viewes Smile people need an answer
Pages: 1 2 3