Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
captcha always on login (protect remote login bot)
#1
guys

I need captcha login always show on login.
I want blocking protect remote login bot
#2
How does your current member login look like?
#3
default don't show, if you one wrong attempt after show
#4
8,777 views There are people in need of a solution
#5
No. They are 8000 crawling bots.
PGP Key (Fingerprint: 23B6 F4C0 FE2D 45AA 61A0 1E86 DB87 09DC DD87 6E40)
#6
I want blocking login bot;
http://community.mybb.com/thread-144940.html

login utility banned this remote login

[Image: 5a3B4mL.png]
http://tech.reboot.pro/showthread.php?tid=3870

[Image: autologin.png]
http://tech.reboot.pro/forumdisplay.php?fid=17&page=24
#7
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))
#8
ineffective... nothing happened

[you also have to remove quick login on your forum ]
How do I make it
#9
hmm., I have checked it before posting. And quick login code exists in header_welcomeblock_guest template
#10
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


Forum Jump:


Users browsing this thread: 1 Guest(s)