<?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: Post Bump + Cross Posting Prevention</title>
	<atom:link href="http://www.phpbbdoctor.com/blog/2009/09/27/post-bump-cross-posting-prevention/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpbbdoctor.com/blog/2009/09/27/post-bump-cross-posting-prevention/</link>
	<description>Your premium source for custom modification services for phpBB</description>
	<lastBuildDate>Mon, 09 Aug 2010 18:09:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dog Cow</title>
		<link>http://www.phpbbdoctor.com/blog/2009/09/27/post-bump-cross-posting-prevention/comment-page-1/#comment-3074</link>
		<dc:creator>Dog Cow</dc:creator>
		<pubDate>Sun, 27 Sep 2009 19:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=335#comment-3074</guid>
		<description>I&#039;ve solved the problem by using nonces around the site. Each post form creates a nonce, and inserts it into the database. Each successful post action checks for the nonce, and if found, deletes it. Else, the post is rejected. If my site got bigger, I would store nonces using memcached instead of in the db.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved the problem by using nonces around the site. Each post form creates a nonce, and inserts it into the database. Each successful post action checks for the nonce, and if found, deletes it. Else, the post is rejected. If my site got bigger, I would store nonces using memcached instead of in the db.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
