<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : math comment spam protection, extension WordPress</title>
	<atom:link href="http://www.eco2net.com/2008/08/math-comment-spam-protection-extension-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eco2net.com/2008/08/math-comment-spam-protection-extension-wordpress/</link>
	<description>Economie et Ecologie sur les réseaux ...</description>
	<lastBuildDate>Fri, 25 Feb 2011 16:13:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Par : Laurent Grabielle</title>
		<link>http://www.eco2net.com/2008/08/math-comment-spam-protection-extension-wordpress/comment-page-1/#comment-693</link>
		<dc:creator>Laurent Grabielle</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.eco2net.com/?p=207#comment-693</guid>
		<description>Vous avez le code à intégrer dans comment.php sur le &lt;a href=&quot;http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/&quot; rel=&quot;nofollow&quot;&gt;site de l&#039;auteur&lt;/a&gt; :

&lt;pre&gt;&lt;code&gt;&lt;?php 
/****** Math Comment Spam Protection Plugin ******/
if ( function_exists(&#039;math_comment_spam_protection&#039;) ) { 
	$mcsp_info = math_comment_spam_protection();
?&gt; 	&lt;p&gt;&lt;input type=&quot;text&quot; name=&quot;mcspvalue&quot; id=&quot;mcspvalue&quot; value=&quot;&quot; size=&quot;22&quot; tabindex=&quot;4&quot; /&gt;

	&lt;label for=&quot;mcspvalue&quot;&gt;&lt;small&gt;Spam protection: Sum of &lt;?php echo $mcsp_info[&#039;operand1&#039;] . &#039; + &#039; . $mcsp_info[&#039;operand2&#039;] . &#039; ?&#039; ?&gt;&lt;/small&gt;&lt;/label&gt;
	&lt;input type=&quot;hidden&quot; name=&quot;mcspinfo&quot; value=&quot;&lt;?php echo $mcsp_info[&#039;result&#039;]; ?&gt;&quot; /&gt;
&lt;/p&gt;
&lt;?php } // if function_exists... ?&gt;&lt;/code&gt;&lt;/pre&gt;

 Il est a intégrer, par exemple, juste après la zone de saisie du commentaire.</description>
		<content:encoded><![CDATA[<p>Vous avez le code à intégrer dans comment.php sur le <a href="http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/" rel="nofollow">site de l&#8217;auteur</a> :</p>
<pre><code>&lt;?php
/****** Math Comment Spam Protection Plugin ******/
if ( function_exists('math_comment_spam_protection') ) {
	$mcsp_info = math_comment_spam_protection();
?&gt; 	&lt;p&gt;&lt;input type="text" name="mcspvalue" id="mcspvalue" value="" size="22" tabindex="4" /&gt;

	&lt;label for="mcspvalue"&gt;&lt;small&gt;Spam protection: Sum of &lt;?php echo $mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ?' ?&gt;&lt;/small&gt;&lt;/label&gt;
	&lt;input type="hidden" name="mcspinfo" value="&lt;?php echo $mcsp_info['result']; ?&gt;" /&gt;
&lt;/p&gt;
&lt;?php } // if function_exists... ?&gt;</code></pre>
<p> Il est a intégrer, par exemple, juste après la zone de saisie du commentaire.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : zip</title>
		<link>http://www.eco2net.com/2008/08/math-comment-spam-protection-extension-wordpress/comment-page-1/#comment-692</link>
		<dc:creator>zip</dc:creator>
		<pubDate>Sun, 25 Apr 2010 11:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.eco2net.com/?p=207#comment-692</guid>
		<description>Et comment on l&#039;installe ? Quel code faut-il mettre dans comment.php merci</description>
		<content:encoded><![CDATA[<p>Et comment on l&#8217;installe ? Quel code faut-il mettre dans comment.php merci</p>
]]></content:encoded>
	</item>
</channel>
</rss>

