Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 179
Total: 180

Author Topic: Any changes in Paypal IPN ?  (Read 4935 times)

0 Members and 1 Guest are viewing this topic.

Offline diegolyanky

  • Member
  • *
  • Posts: 42
    • View Profile
Any changes in Paypal IPN ?
« on: October 04, 2013, 01:03:06 pm »
Hi:

I received a notification from Paypal, say:

Quote
Action Required before October 7, 2013
Merchants need to update their scripts IPN and PDT to use HTTP 1.1 and include the HTTP header "Host" and "Connection: close" in the script IPN ​​return shipping.

Example with Host as www.paypal.com (make the necessary changes if you are using ipnpb.paypal.com):

ASP
//Establezca los valores para la solicitud de regreso
req.Method="POST";
req.Host="'www.paypal.com'";
req.ContentType="application/x-www-form-urlencoded";

Perl
$req=HTTP::Request->new('POST', 'https://www.paypal.com/cgi-bin/webscr');
$req->content_type('application/x-www-form-urlencoded');
$req->header(Host=> 'www.paypal.com');
$req->header(Connection=> 'close');
PHP
// envío de regreso al sistema PayPal para que lo valide
$header="POST /cgi-bin/webscr HTTP/1.1\r\n";
$header .="Content-Type: application/x-www-form-urlencoded\r\n";
$header .="Host: www.paypal.com\r\n";
$header .="Connection: close\r\n\r\n";

Java
HttpsURLConnection  uc=(HttpsURLConnection) u.openConnection();
uc.setDoOutput(true);
uc.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
uc.setRequestProperty("Host", "www.paypal.com");
uc.setRequestProperty("Connection", "Close");

The Sandbox environment is configured to reject HTTP requests that do not have the header "Host" HTTP 400 error with. Businesses can use the PayPal Sandbox environment to certify the changes made to your scripts IPN and PDT.

For more information about PDT and IPN, see http://www.paypal.com/pdt and http://www.paypal.com/ipn. For additional information or have any questions about this change, please contact the Technical Support team to trade through https://www.paypal.com/mts PayPal.

Sincerely,

PayPal

I'm using version 1.3.8 ... I can´t upgrade, because I have a lot of modifications... so, just tell me if I must change anything...

Thanks a lot !

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #1 on: October 04, 2013, 01:11:17 pm »
A while back yes there was it was a must fix update.
Here is patch changes to fix
http://www.smfhacks.com/index.php/topic,7099.0.html
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline diegolyanky

  • Member
  • *
  • Posts: 42
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #2 on: October 04, 2013, 01:14:32 pm »
Thanks to your reply...

Great !!... I'll make that changes.

But, where is located the file " storeipn2.php " ?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #3 on: October 04, 2013, 01:16:25 pm »
If you have 2.0 found in the root directory of your forum if SMF 1.1.x you have storeipn.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline diegolyanky

  • Member
  • *
  • Posts: 42
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #4 on: October 04, 2013, 01:23:05 pm »
Many thanks...

Making the changes.

Regards !!

Offline diegolyanky

  • Member
  • *
  • Posts: 42
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #5 on: October 04, 2013, 01:30:38 pm »
And, where is located storeipn.php in smf 1.1.x ?

Sorry... I found it. Is in root lol
« Last Edit: October 04, 2013, 01:33:19 pm by diegolyanky »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Any changes in Paypal IPN ?
« Reply #6 on: October 04, 2013, 01:31:51 pm »
Same main root directory of your SMF forum.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
6699 Views
Last post May 27, 2009, 03:01:02 pm
by Paddleducks Forum - Damien
6 Replies
7491 Views
Last post May 27, 2010, 04:22:18 pm
by Wegg
1 Replies
4451 Views
Last post May 20, 2010, 10:26:32 am
by SMFHacks
1 Replies
4134 Views
Last post September 27, 2011, 08:40:29 pm
by SMFHacks
2 Replies
4529 Views
Last post July 16, 2013, 10:10:30 am
by mrbig

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal