<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Math Captcha</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 05 Apr 2026 22:39:14 -0000</pubDate>

		<item>
			<title>ToM</title>
			<description><![CDATA[You are no so far form genius Tee  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/happy.gif" alt=":))" />  , Thank you very much it works great.<br />
also thank Xerora and esclkm <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 27 Jul 2010 01:06:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25364]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Use forums.posts.newpost.tags instead of forums.posts.tags]]></description>
			<pubDate>Mon, 26 Jul 2010 23:23:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25362]]></link>
		</item>
		<item>
			<title>ToM</title>
			<description><![CDATA[I bless you, thank you very much it was:<br />
---------<br />
&quot;- That the tags are NOT inside ANY &lt;!-- --&gt; comment blocks ( other than the MAIN one ).&quot;<br />
<br />
issue (and the .add.firs ofc).<br />
---------<br />
<br />
So there is no possibility to add this plug-in captcha into ANY &lt;!-- --&gt;?<br />
e.g. forum.posts.tpl has its form into &lt;!-- --&gt; so I have to move the &lt;!--END--&gt; up?<br />
like this case:<br />
<br />
&lt;!-- BEGIN: FORUMS_POSTS_NEWPOST --&gt;<br />
<br />
	&lt;!-- BEGIN: FORUMS_POSTS_NEWPOST_ERROR --&gt;<br />
	&lt;div class=&quot;error&quot;&gt;<br />
		{FORUMS_POSTS_NEWPOST_ERROR_MSG}<br />
	&lt;/div&gt;<br />
	&lt;!-- END: FORUMS_POSTS_NEWPOST_ERROR --&gt;<br />
<br />
&lt;form action=&quot;{FORUMS_POSTS_NEWPOST_SEND}&quot; method=&quot;post&quot; name=&quot;newpost&quot;&gt;<br />
	&lt;div style=&quot;width:100%;&quot;&gt;{FORUMS_POSTS_NEWPOST_TEXTBOXER}&lt;/div&gt;<br />
<br />
&lt;!-- END: FORUMS_POSTS_NEWPOST --&gt;<br />
	&lt;CENTER&gt;	<br />
		{FORUMS_POSTS_VERIFYIMG}<br />
		{FORUMS_POSTS_VERIFYINPUT}<br />
	&lt;/CENTER&gt;<br />
	&lt;div class=&quot;valid&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.L.Reply}&quot; /&gt;&lt;/div&gt;<br />
&lt;/form&gt;<br />
<br />
This line &quot;	&lt;!-- END: FORUMS_POSTS_NEWPOST --&gt;&quot; should be (or is in original) after &lt;/form&gt; but for Captcha functionality I had to move up before captcha VERIFYMG.<br />
<br />
Is it the correct solution? or there is a better ? If I need to put captcha into &lt;!-- --&gt; I have to implement its (captcha) code to a main PHP e.g. forum.posts.inc.php?<br />
<br />
Thank you very much.]]></description>
			<pubDate>Mon, 26 Jul 2010 17:32:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25358]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I have nothing to add to Xerora's notes except that I'd recommend renaming tags for clarity a bit: {FORUMS_NEWTOPIC_VERIFYIMG}, {FORUMS_NEWTOPIC_VERIFYINPUT}. But the input should at least show up if those tags are in their place.]]></description>
			<pubDate>Mon, 26 Jul 2010 14:08:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25354]]></link>
		</item>
		<item>
			<title>Xerora</title>
			<description><![CDATA[Everything is correct but check the following:<br />
<br />
 - That the tags are inside &lt;form&gt;&lt;/form&gt;<br />
 - That the tags are before &lt;input type=&quot;submit&quot; /&gt;<br />
 - That the tags are NOT inside ANY &lt;!-- --&gt; comment blocks ( other than the MAIN one ). <br />
<br />
These tags are defined specifically inside the script to be parsed inside certain comment blocks. These tags in this script should only need to be within &lt;!-- BEGIN: MAIN --&gt; and &lt;!-- END: MAIN --&gt; but not within any other blocks.<br />
<br />
Also, the validate file you linked does NOT reflect the changes to the hook I said above.]]></description>
			<pubDate>Mon, 26 Jul 2010 07:58:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25352]]></link>
		</item>
		<item>
			<title>ToM</title>
			<description><![CDATA[Thank Xerora I tried but no any result.<br />
<br />
Also thank esclkm,<br />
Here is my two added files (they are just cloned of original mcaptcha.register.tags.php and mcaptcha.register.validate.php files with edited header)<br />
<br />
<a href="https://www.cotonti.com/datas/users/mcaptcha.newtopic.tags_843.txt">mcaptcha.newtopic.tags_843.txt</a><br />
<a href="https://www.cotonti.com/datas/users/mcaptcha.newtopic.validate_843.txt">mcaptcha.newtopic.validate_843.txt</a><br />
<br />
Maybe there is no possibilities to run the plug-in like that but I want to add MCaptcha to more pages like add post or login etc. so I'm finding the easiest way.<br />
<br />
Thank you very much]]></description>
			<pubDate>Mon, 26 Jul 2010 05:57:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25350]]></link>
		</item>
		<item>
			<title>Xerora</title>
			<description><![CDATA[The hook &quot;forums.newtopic.add.first&quot; doesn't exist. Change it to &quot;forums.newtopic.newtopic.first&quot; and you should be golden <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Mon, 26 Jul 2010 03:52:42 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25348]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[Sources of your units pls]]></description>
			<pubDate>Mon, 26 Jul 2010 03:24:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25347]]></link>
		</item>
		<item>
			<title>ToM</title>
			<description><![CDATA[Hello,<br />
<br />
I have one question about MCaptcha. For registration everything works great so I have wanted add the mcaptcha to forum newtopic. I have though it works as plug-in so I add files to plug-in.<br />
<br />
mcaptcha.newtopic.tags.php and mcaptcha.newtopic.validate.php<br />
<br />
and edit them as:<br />
<br />
Code=mcaptcha<br />
Part=newtopic.tags<br />
File=mcaptcha.newtopic.tags<br />
Hooks=forums.newtopic.tags<br />
Tags=forums.newtopic.tpl:{USERS_REGISTER_VERIFYIMG},{USERS_REGISTER_VERIFYINPUT}<br />
Order=10<br />
<br />
and<br />
<br />
Code=mcaptcha<br />
Part=newtopic.validate<br />
File=mcaptcha.newtopic.validate<br />
Hooks=forums.newtopic.add.first<br />
Tags=<br />
Order=10<br />
<br />
{USERS_REGISTER_VERIFYIMG} and {USERS_REGISTER_VERIFYINPUT} are present in forum.newtopic.tpl (is green in admin tool)<br />
and plug0in was uninstaled / reinstalled but hooks doesn't work.<br />
<br />
Is there possibility to use this plug-in like that or not?<br />
Have I insert captcha code to forum site or plug-in is enough?<br />
<br />
Every tips are welcome, thank.]]></description>
			<pubDate>Mon, 26 Jul 2010 01:44:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5751&d=0#post25346]]></link>
		</item>
	</channel>
</rss>