<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : CAPTCHA</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 17:10:25 -0000</pubDate>

		<item>
			<title>esclkm</title>
			<description><![CDATA[After a lengthy discussion with <strong>Trustmaster</strong> the following solution on the CAPTCHA use was worked out.<br />
The idea is to lighten all plugins utilizing CAPTCHA, except CAPTCHA plugins themselves by declaring <br />
functions <strong>XXXcaptcha_validate()</strong> and <strong>XXXcaptcha_generate()</strong> in the CAPTCHA plugin and including them in the standard <span style="text-decoration:underline">$sed_captcha_validate</span> and <span style="text-decoration:underline">$sed_captcha_generate </span> arrays.<br />
The functions shall be used in the client plugin as follows:<br />
<div class="highlight"><pre class="php">function sed_captcha_validate($func_index = 0)
{
 global $sed_captcha_validate;
 if(!empty($sed_captcha_validate&#091;$func_index&#093;))
 {
  return $sed_captcha_validate&#091;$func_index&#093;();
 }
 else
 {
  return TRUE; // no captcha found, bypass
 }
}</pre></div>
(similar for generate)<br />
Your opinions on this solution, alternative solutions and suggestions are welcome.]]></description>
			<pubDate>Sat, 28 Mar 2009 20:05:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2501&d=0#post10626]]></link>
		</item>
	</channel>
</rss>