<?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>Comments on: Adding Akismet Anti-Spam Protection Anywhere</title>
	<atom:link href="http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pixeline</title>
		<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html#comment-105930</link>
		<dc:creator>pixeline</dc:creator>
		<pubDate>Sat, 24 Oct 2009 08:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1001#comment-105930</guid>
		<description>Thank you very much, i tried both akismet&#039;s provided class and yours, and yours, for some reason, is much faster.</description>
		<content:encoded><![CDATA[<p>Thank you very much, i tried both akismet&#8217;s provided class and yours, and yours, for some reason, is much faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veasnamuch</title>
		<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html#comment-51432</link>
		<dc:creator>veasnamuch</dc:creator>
		<pubDate>Tue, 30 Dec 2008 08:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1001#comment-51432</guid>
		<description>&lt;p&gt;Good afternoon,&lt;/p&gt;

&lt;p&gt;First of all I would like to thanks this great tools for preventing spam message on wordpress as main tools and other website also. I have been install in my website in guestbooks page and also got an Wordpress API. But when I submit my button to send comment message I got an error:&lt;/p&gt;

&lt;pre&gt;
&quot;Warning: fsockopen() [function.fsockopen]: unable to connect to rest.akismet.com:80 (Unknown error) in xxx/func.microakismet.inc.php on line 143
&lt;/pre&gt;
&lt;p&gt;I dont know what wrong did I made or any missing some configuration?&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Good afternoon,</p>
<p>First of all I would like to thanks this great tools for preventing spam message on wordpress as main tools and other website also. I have been install in my website in guestbooks page and also got an Wordpress API. But when I submit my button to send comment message I got an error:</p>
<pre>"Warning: fsockopen() [function.fsockopen]: unable to connect to rest.akismet.com:80 (Unknown error) in xxx/func.microakismet.inc.php on line 143</pre>
<p>I dont know what wrong did I made or any missing some configuration?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rowell</title>
		<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html#comment-46214</link>
		<dc:creator>rowell</dc:creator>
		<pubDate>Tue, 21 Oct 2008 07:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1001#comment-46214</guid>
		<description>For some reason, I get an error on the line, 

if($akismet-&gt;check( $vars ))send_mail(&quot;[SPAM] Contact&quot;);

I don&#039;t think $akismet exists anywhere</description>
		<content:encoded><![CDATA[<p>For some reason, I get an error on the line, </p>
<p>if($akismet-&gt;check( $vars ))send_mail(&#8220;[SPAM] Contact&#8221;);</p>
<p>I don&#8217;t think $akismet exists anywhere</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik stam</title>
		<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html#comment-45410</link>
		<dc:creator>erik stam</dc:creator>
		<pubDate>Tue, 16 Sep 2008 18:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1001#comment-45410</guid>
		<description>thank you for the explanation about microakismet. i followed your directions, and instead of classetc i used func.microakismet.inc.php
I am building a website off-line with Wordpress and cforms for the mailforms.
I am using Wordpress, with cforms as a plugin for contact messages.
I put the script func.microakismet.inc.php in the dir of cforms 
and the line include_once(&quot;func.microakismet.inc.php&quot;); into cforms.php. 

All went well, I believe, till where you explain about &quot;Provide relevant data to akismet&quot;. There you lost me. What do I need to put where in what phpfile?

Could you please be a bit more specific about how to implement the script?

Thanks in advance
Erik Stam</description>
		<content:encoded><![CDATA[<p>thank you for the explanation about microakismet. i followed your directions, and instead of classetc i used func.microakismet.inc.php<br />
I am building a website off-line with Wordpress and cforms for the mailforms.<br />
I am using Wordpress, with cforms as a plugin for contact messages.<br />
I put the script func.microakismet.inc.php in the dir of cforms<br />
and the line include_once(&#8220;func.microakismet.inc.php&#8221;); into cforms.php. </p>
<p>All went well, I believe, till where you explain about &#8220;Provide relevant data to akismet&#8221;. There you lost me. What do I need to put where in what phpfile?</p>
<p>Could you please be a bit more specific about how to implement the script?</p>
<p>Thanks in advance<br />
Erik Stam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AkismetUser</title>
		<link>http://www.askapache.com/webmaster/add-akismet-anti-spam-to-php.html#comment-40491</link>
		<dc:creator>AkismetUser</dc:creator>
		<pubDate>Fri, 09 May 2008 04:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1001#comment-40491</guid>
		<description>Hey thanks alot!  I&#039;ve added this code to all my php forms using a simple include statement and now all my forms are stopping all the spam I used to get!</description>
		<content:encoded><![CDATA[<p>Hey thanks alot!  I&#8217;ve added this code to all my php forms using a simple include statement and now all my forms are stopping all the spam I used to get!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
