<?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: Paypal IPN listener in PHP</title>
	<atom:link href="http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbattersby.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 17:49:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-7460</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-7460</guid>
		<description>Um, I am using a $debug variable - this script is called from Paypal, and I&#039;m not aware that you can set Paypal to set a debug flag.
The script deliberately uses several text files, as if something fails the name of the text file helps identify where the problem is. 
I don&#039;t see any issue with using mail. This has been used on a live implementation for over 2 years now with no problem whatsoever.</description>
		<content:encoded><![CDATA[<p>Um, I am using a $debug variable &#8211; this script is called from Paypal, and I&#8217;m not aware that you can set Paypal to set a debug flag.<br />
The script deliberately uses several text files, as if something fails the name of the text file helps identify where the problem is.<br />
I don&#8217;t see any issue with using mail. This has been used on a live implementation for over 2 years now with no problem whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pacis Dream</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-7459</link>
		<dc:creator>Pacis Dream</dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-7459</guid>
		<description>I have no t used this yet (was browsing.). A couple of observations:

1. For debug/error, you should direct everything to a text file, and in case of error, send error to that file.

2. You should probably have a variable called $debug, that&#039;s set when calling the script ($debug = $_REQUEST[&#039;debug&#039;]).

3. Using mail may not work due. You should use something else for that, like setting up a gmail account, and calling the gmail smtp interface</description>
		<content:encoded><![CDATA[<p>I have no t used this yet (was browsing.). A couple of observations:</p>
<p>1. For debug/error, you should direct everything to a text file, and in case of error, send error to that file.</p>
<p>2. You should probably have a variable called $debug, that&#8217;s set when calling the script ($debug = $_REQUEST['debug']).</p>
<p>3. Using mail may not work due. You should use something else for that, like setting up a gmail account, and calling the gmail smtp interface</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-2389</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 22 Dec 2010 07:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-2389</guid>
		<description>Thanks Hans, I&#039;ve corrected that.</description>
		<content:encoded><![CDATA[<p>Thanks Hans, I&#8217;ve corrected that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-2385</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-2385</guid>
		<description>($posted_account_owner == $account_owner) &amp;&amp; comes from the right account should be 
($posted_account_owner == $account_owner) &amp;&amp; // comes from the right account.
But thx for your code. Using it for my tool</description>
		<content:encoded><![CDATA[<p>($posted_account_owner == $account_owner) &amp;&amp; comes from the right account should be<br />
($posted_account_owner == $account_owner) &amp;&amp; // comes from the right account.<br />
But thx for your code. Using it for my tool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-1893</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 04 Oct 2010 07:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-1893</guid>
		<description>Yes, fair comment. I used it while testing, but it&#039;s not critical in live working.</description>
		<content:encoded><![CDATA[<p>Yes, fair comment. I used it while testing, but it&#8217;s not critical in live working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reece</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-1885</link>
		<dc:creator>Reece</dc:creator>
		<pubDate>Sun, 03 Oct 2010 22:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-1885</guid>
		<description>Why use or die() messages.. its not like you can see the message.</description>
		<content:encoded><![CDATA[<p>Why use or die() messages.. its not like you can see the message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deyan Todorov</title>
		<link>http://www.simonbattersby.com/blog/paypal-ipn-listener-in-php/#comment-1175</link>
		<dc:creator>Deyan Todorov</dc:creator>
		<pubDate>Thu, 15 Jul 2010 21:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?page_id=764#comment-1175</guid>
		<description>I wrote an IPN listener but never tested it till now ... and if don&#039;t get the right result ... may be i&#039;ll use you listner ...</description>
		<content:encoded><![CDATA[<p>I wrote an IPN listener but never tested it till now &#8230; and if don&#8217;t get the right result &#8230; may be i&#8217;ll use you listner &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

