<?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: Easy payments using Paypal IPN</title>
	<atom:link href="http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/</link>
	<description>Read about Website Development, Online Marketing and Web Hosting</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134745</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134745</guid>
		<description>Hi Tiziano,

Please post your code while using pastebin.com
Wordpress comments and code doesn&#039;t work together. 

Olaf</description>
		<content:encoded><![CDATA[<p>Hi Tiziano,</p>
<p>Please post your code while using pastebin.com<br />
Wordpress comments and code doesn&#8217;t work together. </p>
<p>Olaf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiziano</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134676</link>
		<dc:creator>Tiziano</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134676</guid>
		<description>Well this is mine one very basic just the PayPal script.
In case the transaction is successful, it should send me an OK email. In case is negative a NO OK email in case neutral a NEUTRAL email. No one of these works. Nor in the SandBox nor in the reality.

I even tried yesterday just to create a file in a 777 directory to see if something &quot;hidden&quot; happens. Zero.

Here the code, please :)

## code removed ##</description>
		<content:encoded><![CDATA[<p>Well this is mine one very basic just the PayPal script.<br />
In case the transaction is successful, it should send me an OK email. In case is negative a NO OK email in case neutral a NEUTRAL email. No one of these works. Nor in the SandBox nor in the reality.</p>
<p>I even tried yesterday just to create a file in a 777 directory to see if something &#8220;hidden&#8221; happens. Zero.</p>
<p>Here the code, please <img src='http://cdn.web-development-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>## code removed ##</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134671</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134671</guid>
		<description>The problem from that guy lies in some script errors, that tells me that the IPN should work using the sandbox. That brings us to the beginning :)
If you check the transactions in your sandbox account, are there the payments you have done with your application?</description>
		<content:encoded><![CDATA[<p>The problem from that guy lies in some script errors, that tells me that the IPN should work using the sandbox. That brings us to the beginning <img src='http://cdn.web-development-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If you check the transactions in your sandbox account, are there the payments you have done with your application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiziano</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134669</link>
		<dc:creator>Tiziano</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134669</guid>
		<description>I &#039;ve read the link you posted.
The declared solution it seems in MySQL. It&#039;s a pity that nor 1 line of PHP refers to MySQL but to a socket to PayPal.</description>
		<content:encoded><![CDATA[<p>I &#8216;ve read the link you posted.<br />
The declared solution it seems in MySQL. It&#8217;s a pity that nor 1 line of PHP refers to MySQL but to a socket to PayPal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134666</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134666</guid>
		<description>This article is about an old IPN feature from ~5 years ago. At the same tome they started to provide premium services and maybe they never fixed the problems...

I did some search on &lt;a href=&quot;http://www.google.com/search?q=paypal+ipn+problem&quot; rel=&quot;nofollow&quot;&gt;google&lt;/a&gt; and found this &lt;a href=&quot;http://www.webmasterworld.com/ecommerce/4292847.htm&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This article is about an old IPN feature from ~5 years ago. At the same tome they started to provide premium services and maybe they never fixed the problems&#8230;</p>
<p>I did some search on <a href="http://www.google.com/search?q=paypal+ipn+problem" >google</a> and found this <a href="http://www.webmasterworld.com/ecommerce/4292847.htm" >post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiziano</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134656</link>
		<dc:creator>Tiziano</dc:creator>
		<pubDate>Thu, 10 Nov 2011 10:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134656</guid>
		<description>Is PayPal &quot;hiding&quot; from IPN due some security lack ?
I mean it was much easy to use IPN because all the operations can be automatized without any human intervention.
BUt this kind of behavior from payPal is making me suspecting that there is some lack some where ...</description>
		<content:encoded><![CDATA[<p>Is PayPal &#8220;hiding&#8221; from IPN due some security lack ?<br />
I mean it was much easy to use IPN because all the operations can be automatized without any human intervention.<br />
BUt this kind of behavior from payPal is making me suspecting that there is some lack some where &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134655</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Nov 2011 10:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134655</guid>
		<description>Yes, that was my experience a view years ago. The &quot;simple&quot; Paypal IPN was never a great solution, many people complaining this on the Paypal forum</description>
		<content:encoded><![CDATA[<p>Yes, that was my experience a view years ago. The &#8220;simple&#8221; Paypal IPN was never a great solution, many people complaining this on the Paypal forum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiziano</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134640</link>
		<dc:creator>Tiziano</dc:creator>
		<pubDate>Thu, 10 Nov 2011 09:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134640</guid>
		<description>Well but the &quot;cancelled payments&quot; I tested in real platform. I sued the SandBox yesterday cause I&#039;m desperate.

In other words, you tell me:

In SandBox (which is designed to test everything) the ipn test doesn&#039;t work.
Working in the real platform, it works at the 70% (while to me never worked).

I&#039;m really concerned with them</description>
		<content:encoded><![CDATA[<p>Well but the &#8220;cancelled payments&#8221; I tested in real platform. I sued the SandBox yesterday cause I&#8217;m desperate.</p>
<p>In other words, you tell me:</p>
<p>In SandBox (which is designed to test everything) the ipn test doesn&#8217;t work.<br />
Working in the real platform, it works at the 70% (while to me never worked).</p>
<p>I&#8217;m really concerned with them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134636</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Nov 2011 09:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134636</guid>
		<description>Tiziano, that is an easy one: It doesn&#039;t work in the sandbox 

I did always some tests with real payments (not so much because of possible refunds)</description>
		<content:encoded><![CDATA[<p>Tiziano, that is an easy one: It doesn&#8217;t work in the sandbox </p>
<p>I did always some tests with real payments (not so much because of possible refunds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiziano</title>
		<link>http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134634</link>
		<dc:creator>Tiziano</dc:creator>
		<pubDate>Thu, 10 Nov 2011 09:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/easy-payments-using-paypal-ipn/#comment-134634</guid>
		<description>Hello Olaf

the problem is that it never worked to me.
I also emulated the full payment with sandbox.paypal and not any notification was sent to my server through ipn.php
I mean: PayPal never called it.
Moreover in theory it should works with all kind of subscriptions, not only with premium :(</description>
		<content:encoded><![CDATA[<p>Hello Olaf</p>
<p>the problem is that it never worked to me.<br />
I also emulated the full payment with sandbox.paypal and not any notification was sent to my server through ipn.php<br />
I mean: PayPal never called it.<br />
Moreover in theory it should works with all kind of subscriptions, not only with premium <img src='http://cdn.web-development-blog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 26/36 queries in 0.022 seconds using disk: basic
Object Caching 486/490 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-08 10:24:27 -->
