<?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: SpamBam new version</title>
	<atom:link href="http://www.thespanner.co.uk/2007/03/30/spambam-new-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/</link>
	<description>Javascript blog with messed up syntax inside</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Temizlik</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-1427</link>
		<dc:creator>Temizlik</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-1427</guid>
		<description>Thanks for this</description>
		<content:encoded><![CDATA[<p>Thanks for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-1164</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 09 Mar 2008 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-1164</guid>
		<description>Thanks for this. I used to get so much spam posts on my blog, but now that I&#039;ve had this on my blog I haven&#039;t had any spam posts for months.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I used to get so much spam posts on my blog, but now that I&#8217;ve had this on my blog I haven&#8217;t had any spam posts for months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-486</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Sun, 02 Sep 2007 21:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-486</guid>
		<description>It can be found in many different locations depending on the OS/Distro, I&#039;d check the following locations:-
/usr/local/php4/lib/
/usr/local/php5/lib/
/etc/httpd/

This is the setting you need to change, I wouldn&#039;t recommend increasing this too much because it can affect the security of your site:
http://uk.php.net/manual/en/ref.session.php#ini.session.cookie-lifetime

Or you could manually change the spambam code to change the session timeout, edit the spambam plugin and add the following setting if you don&#039;t want to change your php.ini file:-
http://uk.php.net/manual/en/function.session-set-cookie-params.php</description>
		<content:encoded><![CDATA[<p>It can be found in many different locations depending on the OS/Distro, I&#8217;d check the following locations:-<br />
/usr/local/php4/lib/<br />
/usr/local/php5/lib/<br />
/etc/httpd/</p>
<p>This is the setting you need to change, I wouldn&#8217;t recommend increasing this too much because it can affect the security of your site:<br />
<a href="http://uk.php.net/manual/en/ref.session.php#ini.session.cookie-lifetime" rel="nofollow">http://uk.php.net/manual/en/ref.session.php#ini.session.cookie-lifetime</a></p>
<p>Or you could manually change the spambam code to change the session timeout, edit the spambam plugin and add the following setting if you don&#8217;t want to change your php.ini file:-<br />
<a href="http://uk.php.net/manual/en/function.session-set-cookie-params.php" rel="nofollow">http://uk.php.net/manual/en/function.session-set-cookie-params.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-482</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Sat, 01 Sep 2007 21:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-482</guid>
		<description>Thanks!

Where would I find the php.ini file? I can&#039;t seem to locate it.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Where would I find the php.ini file? I can&#8217;t seem to locate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-481</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Fri, 31 Aug 2007 21:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-481</guid>
		<description>Hi Lance

The code uses PHP sessions to store the key information to protect from spam, if a long time is left before submitting the comment or your server has a short session expiry then you might experience problems.

Also note Cookies and Javascript are both required to submit a comment.

I&#039;d think the most likely issue is your server configuration, so I would check your php.ini file and make sure your php sessions are not set to a low expiry date.</description>
		<content:encoded><![CDATA[<p>Hi Lance</p>
<p>The code uses PHP sessions to store the key information to protect from spam, if a long time is left before submitting the comment or your server has a short session expiry then you might experience problems.</p>
<p>Also note Cookies and Javascript are both required to submit a comment.</p>
<p>I&#8217;d think the most likely issue is your server configuration, so I would check your php.ini file and make sure your php sessions are not set to a low expiry date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-480</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Fri, 31 Aug 2007 20:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/03/30/spambam-new-version/#comment-480</guid>
		<description>I find this works well, but longer comments or comments that are not submitted quickly often get sent to the spam page. What do I do?</description>
		<content:encoded><![CDATA[<p>I find this works well, but longer comments or comments that are not submitted quickly often get sent to the spam page. What do I do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

