<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Peter's &#038; WP Super Cache</title>
	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Rick on Peter's &#038; WP Super Cache</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p256</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p256</guid>
        	        	<description><![CDATA[<p>Hi. Sorry it took so long to reply but I've been away for a few weeks.  Tried it and yep, it worked. Yeah! I had to put the  two RewriteRules just before 'WP Super Cache's' rules. I haven't tried it yet but my guess is I'll have to reenter these rules if I turn Super Cache off then on. I wonder if I can implement these rules thru the 'Redirection' plugin? Will have to try that some day.  Anyway, thank you very much.</p>
]]></description>
        	        	<pubDate>Sat, 05 Jan 2008 00:21:46 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Peter's &#038; WP Super Cache</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p237</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p237</guid>
        	        	<description><![CDATA[<p>Try using re-write rules -- maybe it'll fool WP Super Cache to either not cache the image and audio or think they're separate pages:</p>
<p>1) Find the lines that link to the audio file and that load the image file and replace them with the following:</p>
<p><code>if ($cas_mp3) echo( '&#60;a href="' . $cas_myurl . '/audioselect/' . $cas_rowid . '" title="Hear an audio file of the anti-spam image">' );<br />
echo( '&#60;img src="' . $cas_myurl . '/antiselect/' . $cas_rowid . "\\"\\n\\t\\t\\t\\t" );&#60;/code></code></p>
<p>2) Add a rewrite rule to the .htaccess file in the root of your blog:</p>
<p><code>RewriteEngine On<br />
RewriteRule ^antiselect/(.+)$ index.php?antiselect=$1 [L]<br />
RewriteRule ^audioselect/(.+)$ index.php?audioselect=$1 [L]</code></p>
]]></description>
        	        	<pubDate>Mon, 17 Dec 2007 14:36:31 +0000</pubDate>
        </item>
        <item>
        	<title>Rick on Peter's &#038; WP Super Cache</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p236</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/peters-wp-super-cache#p236</guid>
        	        	<description><![CDATA[<p>Hi, I love your plugin and have been using it for a while.  Recently I installed WP Super Cache to deal with some problems I'm having, and have just noticed today that when a page gets cached, the capcha image no longer displays, and clicking for audio just sends me back to my home page. I hate this, don't want to have to decide between these two great plugins.  Any advice? </p>
]]></description>
        	        	<pubDate>Mon, 17 Dec 2007 04:38:40 +0000</pubDate>
        </item>
</channel>
</rss>