<?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 for Geekality</title>
	<atom:link href="http://www.geekality.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekality.net</link>
	<description>With a hint of Social Ineptitude</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:52:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PHP Tutorial: PayPal Payment Data Transfers (PDT) by Torleif</title>
		<link>http://www.geekality.net/2010/10/19/php-tutorial-paypal-payment-data-transfers-pdt/#comment-10863</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1210#comment-10863</guid>
		<description>Yup, needs to be https I think. Good to hear you got it working :)</description>
		<content:encoded><![CDATA[<p>Yup, needs to be https I think. Good to hear you got it working <img src='http://www.geekality.net/wp-includes/images/blank.gif' alt=':)' class='wp-smiley smiley-1' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Payment Data Transfers (PDT) by nickyc</title>
		<link>http://www.geekality.net/2010/10/19/php-tutorial-paypal-payment-data-transfers-pdt/#comment-10861</link>
		<dc:creator>nickyc</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1210#comment-10861</guid>
		<description>Great tutorial

In case it helps anyone else here&#039;s the problem i had, and (what seems to be) a solution.

I was posting to http://www.sandbox.paypal.com/cgi-bin/webscr and getting the expected reply (tx etc)
I was then creating a curl post back to that address, but paypal wasn&#039;t talking back to me.
I used the curl_getinfo($ch, CURLINFO_HTTP_CODE) from your article and found a 302 HTTP error.
I changed the url in my curl post from http to https and all is now well, so far..

Thanks again!!</description>
		<content:encoded><![CDATA[<p>Great tutorial</p>
<p>In case it helps anyone else here&#8217;s the problem i had, and (what seems to be) a solution.</p>
<p>I was posting to <a href="http://www.sandbox.paypal.com/cgi-bin/webscr" rel="nofollow">http://www.sandbox.paypal.com/cgi-bin/webscr</a> and getting the expected reply (tx etc)<br />
I was then creating a curl post back to that address, but paypal wasn&#8217;t talking back to me.<br />
I used the curl_getinfo($ch, CURLINFO_HTTP_CODE) from your article and found a 302 HTTP error.<br />
I changed the url in my curl post from http to https and all is now well, so far..</p>
<p>Thanks again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Payment Data Transfers (PDT) by Torleif</title>
		<link>http://www.geekality.net/2010/10/19/php-tutorial-paypal-payment-data-transfers-pdt/#comment-10830</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1210#comment-10830</guid>
		<description>Well there you go ;) Good to hear you figured it out!</description>
		<content:encoded><![CDATA[<p>Well there you go ;) Good to hear you figured it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Instant Payment Notification (IPN) by Torleif</title>
		<link>http://www.geekality.net/2011/05/28/php-tutorial-paypal-instant-payment-notification-ipn/#comment-10829</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1420#comment-10829</guid>
		<description>First of all I&#039;d just like to say that the only one able to make a person stupid and insulted is really himself ;) No reason to feel insulted just because someone has gotten something to work which you haven&#039;t. It&#039;s just a matter of time and perseverance :)

The simulator tool worked totally fine when I was testing, and it was quite simple to use. Are you sure the URL you give it is correct? Have you tried to visit the URL in your browser to see if it exists and that it doesn&#039;t throw any errors or anything like that? Checked the domain through for example http://www.downforeveryoneorjustme.com to see if it is accessible from other places than your machine? What do you do with the debug statements and log write lines? Remember you need to store them in a file or something and not just echo them out. And if you do store them in a file, have you made sure this actually works?

I have no idea what&#039;s wrong with your code, but there are some thoughts at least.. Good luck :)</description>
		<content:encoded><![CDATA[<p>First of all I&#8217;d just like to say that the only one able to make a person stupid and insulted is really himself ;) No reason to feel insulted just because someone has gotten something to work which you haven&#8217;t. It&#8217;s just a matter of time and perseverance <img src='http://www.geekality.net/wp-includes/images/blank.gif' alt=':)' class='wp-smiley smiley-1' /> </p>
<p>The simulator tool worked totally fine when I was testing, and it was quite simple to use. Are you sure the URL you give it is correct? Have you tried to visit the URL in your browser to see if it exists and that it doesn&#8217;t throw any errors or anything like that? Checked the domain through for example <a href="http://www.downforeveryoneorjustme.com" rel="nofollow">http://www.downforeveryoneorjustme.com</a> to see if it is accessible from other places than your machine? What do you do with the debug statements and log write lines? Remember you need to store them in a file or something and not just echo them out. And if you do store them in a file, have you made sure this actually works?</p>
<p>I have no idea what&#8217;s wrong with your code, but there are some thoughts at least.. Good luck <img src='http://www.geekality.net/wp-includes/images/blank.gif' alt=':)' class='wp-smiley smiley-1' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Instant Payment Notification (IPN) by brian</title>
		<link>http://www.geekality.net/2011/05/28/php-tutorial-paypal-instant-payment-notification-ipn/#comment-10826</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1420#comment-10826</guid>
		<description>I hate when people say &#039;this is so easy&#039; and then it doesn&#039;t work - makes me so stupid and insulted.

I understand the IPN concept, and the conversation between client, server and PayPal, and the difference between http and https. My problem is getting *anything* at all from the simulator. My handler url is accessible from the rest of the world and i have debug statements and log write lines all over the code, but asking PayPal to simulate an IPN call always results in the same error message &quot;IPN delivery failed. Unable to connect to the specified URL. Please verify the URL and try again.&quot; despite sometimes hitting my handler page and sometimes not.

The simulator tool seems to be as crappy as PayPal&#039;s documentation.</description>
		<content:encoded><![CDATA[<p>I hate when people say &#8216;this is so easy&#8217; and then it doesn&#8217;t work &#8211; makes me so stupid and insulted.</p>
<p>I understand the IPN concept, and the conversation between client, server and PayPal, and the difference between http and https. My problem is getting *anything* at all from the simulator. My handler url is accessible from the rest of the world and i have debug statements and log write lines all over the code, but asking PayPal to simulate an IPN call always results in the same error message &#8220;IPN delivery failed. Unable to connect to the specified URL. Please verify the URL and try again.&#8221; despite sometimes hitting my handler page and sometimes not.</p>
<p>The simulator tool seems to be as crappy as PayPal&#8217;s documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Payment Data Transfers (PDT) by Utsav</title>
		<link>http://www.geekality.net/2010/10/19/php-tutorial-paypal-payment-data-transfers-pdt/#comment-10818</link>
		<dc:creator>Utsav</dc:creator>
		<pubDate>Tue, 31 Jan 2012 04:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1210#comment-10818</guid>
		<description>Got It! It was with the currency issue. My account had USD as deafult and It seems I hadn&#039;t allowed direct approval of other currency (AUD)  to be precise. It&#039;s done now.</description>
		<content:encoded><![CDATA[<p>Got It! It was with the currency issue. My account had USD as deafult and It seems I hadn&#8217;t allowed direct approval of other currency (AUD)  to be precise. It&#8217;s done now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial: PayPal Payment Data Transfers (PDT) by Utsav</title>
		<link>http://www.geekality.net/2010/10/19/php-tutorial-paypal-payment-data-transfers-pdt/#comment-10816</link>
		<dc:creator>Utsav</dc:creator>
		<pubDate>Tue, 31 Jan 2012 03:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=1210#comment-10816</guid>
		<description>Well I know I am over a year late on this article, but yet, I tried using Paypal PDT and all i get is st=pending   never do I get Completed which is why the CURL returns FAIL.

What probably could be wrong? I am stuck here for quite some time now and any help would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Well I know I am over a year late on this article, but yet, I tried using Paypal PDT and all i get is st=pending   never do I get Completed which is why the CURL returns FAIL.</p>
<p>What probably could be wrong? I am stuck here for quite some time now and any help would be much appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

