<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for phpfour</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#usercomments-c80cb38d" type="application/json"/><link>http://disqus.com/people/phpfour/</link><description></description><language>en</language><lastBuildDate>Tue, 22 Sep 2009 01:36:02 -0000</lastBuildDate><item><title>Re: Code Updates (HTTP class, Extended CodeIgniter Model, Cross-domain AJAX transport)</title><link>http://www.phpfour.com/blog/2009/02/updated-http-class-extended-model-codeigniter-cross-domain-ajax-php/#comment-17104364</link><description>Hi Ron,&lt;br&gt;&lt;br&gt;At this moment JOIN is not supported within this class. The purpose of this&lt;br&gt;class is to assist with most regular DB operation, not the complex ones. I&lt;br&gt;believe when using JOIN, the query should be hand-written with proper&lt;br&gt;ordering etc.&lt;br&gt;&lt;br&gt;Glad this is helping you!&lt;br&gt;&lt;br&gt;Emran</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Tue, 22 Sep 2009 01:36:02 -0000</pubDate></item><item><title>Re: Changing the default controller naming convention in CodeIgniter</title><link>http://www.phpfour.com/blog/2009/09/codeigniter-controller-naming-convention/#comment-17030410</link><description>You're welcome :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Mon, 21 Sep 2009 06:30:01 -0000</pubDate></item><item><title>Re: HTTP Class for PHP (supports both cURL and fsockopen)</title><link>http://www.phpfour.com/blog/2008/01/20/php-http-class/#comment-15224388</link><description>Thanks for your comment. Special character on password should work okay as I've done so before. Regarding your login issue, I'm afraid it needs to be inspected more closely. Email me if you think you need my help on this.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:50:06 -0000</pubDate></item><item><title>Re: HTTP Class for PHP (supports both cURL and fsockopen)</title><link>http://www.phpfour.com/blog/2008/01/20/php-http-class/#comment-15224352</link><description>Thanks for your comment. Unfortunately, proxies have not been implemented yet. Hope to add soon.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:48:19 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-15224202</link><description>Thanks for sharing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:39:52 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-15224195</link><description>You might be running an old PHP version. This needs PHP5. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:39:21 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-15224178</link><description>Sorry. You can get yourself from their site.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:38:11 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-15224160</link><description>Good to know its helpful. You'll get the passbacks on the IPN handler. Use this:&lt;br&gt;&lt;br&gt;echo $myPaypal-&amp;gt;ipnData['custom'];</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:37:27 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-15224099</link><description>Well, yes its that simple. If the developer knows what he's doing, he can do this in one single PHP page.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 22 Aug 2009 02:33:41 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163423</link><description>Hello Austin, good to know the base class helped you. And thanks for sharing the snippet for allowing multiple items :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:24:17 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163360</link><description>Sorry, you have to redirect to Paypal's website for payment - it is mandatory.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:21:09 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163332</link><description>Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:19:32 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163328</link><description>The custom value will be available in the IPN post values returned from the paypal server.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:19:11 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163318</link><description>Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:18:11 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-9163306</link><description>There is no working demo mate, sorry!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sat, 09 May 2009 15:17:25 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-7738720</link><description>That's great to know Karl. Go ahead and finalize your additions. I am thinking about keeping a wiki with all the changes, and keeping a list of payment processors there. Maybe every now &amp; then add one processor and if others want to contribute, great !</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Thu, 02 Apr 2009 06:11:42 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-7521055</link><description>Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Thu, 26 Mar 2009 06:43:17 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-7108739</link><description>thanks man. I've been busy with ZCE preparation and didn't find enough time to work. So if you can come up with that, it would be helpful for others as well.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Wed, 11 Mar 2009 15:32:05 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-7108703</link><description>I've been playing with that for some time now, but not getting enough time on hand to complete yet. If you'd like to give me a hand, you can go ahead :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Wed, 11 Mar 2009 15:30:59 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-6593866</link><description>Hi JP,&lt;br&gt;&lt;br&gt;I did a search on the net and it seems a few other people have faced similar error. One of them contacted &lt;a href="http://authorize.net" rel="nofollow"&gt;authorize.net&lt;/a&gt; and here goes their response:&lt;br&gt;&lt;br&gt;"Greetings from Authorize.Net!&lt;br&gt;&lt;br&gt;When Authorize.Net is responding back to a script on your server our system waits 10 seconds for a response. If we do not get a response in 10 seconds, our server will time out and display an error page. In this case the customer will see the transaction results on an error page that &lt;a href="http://Authorize.net" rel="nofollow"&gt;Authorize.net&lt;/a&gt; generates.&lt;br&gt;&lt;br&gt;If this happens we will either send an email to you indicating: "An error occurred while trying to report this transaction to the merchant. An email has been sent to the merchant informing them of the error. The following is a result of the attempt to charge your credit card"&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;The transaction will be declined within your Merchant Interface. The transaction detail will display (Unable to send notification to Customer).&lt;br&gt;&lt;br&gt;If the customer closes the browser window before we receive data from your script to print to the screen we will change the transaction response reason code to 52.&lt;br&gt;&lt;br&gt;To prevent these errors the first thing that you will need to look for is the order that your script executes. It is very important that something is printed to the screen before any other process is started. If your script prints to the screen first, we will recognize that you have received the transaction results.&lt;br&gt;&lt;br&gt;To resolve this issue:&lt;br&gt;- Before doing anything else start writing to your receipt page. For example: print your page headers and the first part of the page body.&lt;br&gt;- Check that your script permissions are correct and that it can accept an HTTPS POST.&lt;br&gt;- Check that the script is not completing other functions before writing to the screen, such as writing to a database or sending emails.&lt;br&gt;- Please check to see if there are different processes that are used in your script for approvals, declines, or errors. Check each process to be sure that they will write to the screen before any other functions.&lt;br&gt;- Verify that your script is not using redirects upon receipt of the response from our servers. Redirects strongly are discouraged because they can potentially interfere with the process."&lt;br&gt;&lt;br&gt;I think you might as well get in touch with them. Let me know if it gets resolved.&lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Wed, 25 Feb 2009 04:00:42 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-6493023</link><description>I will be adding the recurring option to the class in two days, so you might wanna wait if there is no emergency on your side :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Mon, 23 Feb 2009 01:50:27 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-6492063</link><description>Thanks man, if you do develop, post a link here with your MoneyBooker class. It would be much appreciated :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Mon, 23 Feb 2009 00:21:51 -0000</pubDate></item><item><title>Re: PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)</title><link>http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/#comment-6480294</link><description>I'm glad that you people are finding it good :) And yes, two new gateway will be added soon: &lt;a href="http://www.internetsecure.com" rel="nofollow"&gt;Internet Secure&lt;/a&gt; and &lt;a href="http://checkout.google.com" rel="nofollow"&gt;Google Checkout&lt;/a&gt;.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Sun, 22 Feb 2009 10:04:19 -0000</pubDate></item><item><title>Re: HTTP Class for PHP (supports both cURL and fsockopen)</title><link>http://www.phpfour.com/blog/2008/01/20/php-http-class/#comment-6383769</link><description>The library supports both, so it's the choice of the dev :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Wed, 18 Feb 2009 16:49:35 -0000</pubDate></item><item><title>Re: HTTP Class for PHP (supports both cURL and fsockopen)</title><link>http://www.phpfour.com/blog/2008/01/20/php-http-class/#comment-6383731</link><description>Yes, it's similar to how you add a param:&lt;br&gt;&lt;code&gt;$http-&amp;gt;addCookie('logged_in_user'  , '747');&lt;/code&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">phpfour</dc:creator><pubDate>Wed, 18 Feb 2009 16:47:29 -0000</pubDate></item></channel></rss>