Thread Rating:
  • 6 Vote(s) - 2.83 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Simple Captcha
#21
+1 rep i agree more security prevent to bot easy Smile
Reply
#22
Maybe this is early, but will this plugin still work with MyBB 1.6.5?
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#23
I will make update if it will be needed.
Reply
#24
The provided patches for newreply.php are not working in 1.6.5, this are the contents:
Search:
echo "</captcha>";
}
}

Insert After:
// START - Simple Captcha MOD
	elseif (isset($mybb->settings['simpleCaptchaPost']) && $mybb->settings['simpleCaptchaPost'] == 1)
	{
    simpleCaptcha::injectNewReplyValidate();
  }
  // END - Simple Captcha MOD

Search:
if($mybb->settings['threadreview'] != 0)

Insert before:
// START - Simple Captcha MOD
	elseif (isset($mybb->settings['simpleCaptchaPost']) && $mybb->settings['simpleCaptchaPost'] == 1)
	{
    simpleCaptcha::injectNewReplyGenerate();
  }
  // END - Simple Captcha MOD
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#25
This version isn't compatible with MyBB 1.6.5
I am going to update this plugin (and Strict Username) next week.
Give me some time - I have a lot of plugins but I haven't a lot of free time Smile
Reply
#26
(2011-12-03, 08:33 AM)lukasamd Wrote: This version isn't compatible with MyBB 1.6.5
I am going to update this plugin (and Strict Username) next week.
Give me some time - I have a lot of plugins but I haven't a lot of free time Smile

Right, thanks.
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#27
Version 1.7:
- Rewrite to OOP
- Compatible with MyBB 1.6.5
- Add contrib files for MyBB 1.6.5

Plugin is avaiting validation.
You can download it from first post in this thread.
Reply
#28
(2011-12-06, 09:35 PM)lukasamd Wrote: Version 1.7:
- Rewrite to OOP
- Compatible with MyBB 1.6.5
- Add contrib files for MyBB 1.6.5

Plugin is avaiting validation.
You can download it from first post in this thread.

Thanks!!
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#29
Doesn't this plugin uses settings anymore?
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#30
Yes, because settings aren't needed - if you want to use this plugin, you have to disable standard captcha -> if you want to use all options, you also must modify / replace files.
There were only on/off settings, I think that they are not needed.

Of course if I bad, write Smile
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)