latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

IPN from 2 old sites to new website

Home Forums Community Forum IPN from 2 old sites to new website

This topic contains 0 replies, has 1 voice. Last updated by  Ryan Carter 3 years, 4 months ago.

Topic Author Topic
Posted: Tuesday Sep 10th, 2013 at 10:13 am #59399

Hi Guys,

Hoping to get a bit of quick support just troubleshooting this before I send some information to a freelancer on Elance to fix my problems.

I’m trying to use the multiple IPN script bundled with the pro package to redirect my IPN’s to my new website, I’m aware they won’t be processed due to the ‘custom value’ being different to my site but i’m hoping I can hire someone to build me a custom handler to work with WordPress that accepts those IPN’s from my old website. I still have around 200/300 active payments from my old websites so this is very important to me.

My problem I imagine will be fairly simple to sort – i just need pointing in the right direction as theres still quite a bit about IPN’s that I don’t understand.

Here’s my current config for the multiple ipn script:

---- Configuration: --------------------------------------------------------------------------------------------------------*/
$config = /* One line for each domain (follow the examples here please). */ array
	(
		"http://newdomain.net" => "http://newdomain.net/?s2member_paypal_notify=1",
		"http://olddomain1.com" => "http://olddomain1.com/?s2member_paypal_notify=1",
		"http://olddomain2.co.uk" => "http://olddomain2.co.uk/?s2member_paypal_notify=1",

	);
/*

I’ve got this script hosted on http://newdomain.net/paypal-central-ipn.php and in paypal this is the URL i have set to send my IPN’s to.

I’m receiving the ones from newdomain.net but no other ones – i’m presuming that i’m receiving the ones for my new domain still because i’m using buttons and not pro forms, so the IPN’s will always come to my new domain regardless of what I have my IPN URL set to in paypal? Is this correct?

What could I be doing wrong? Is this something that would require the proxy to be added to the URL? If so, which URL’s require the proxy – is it in paypal or is it in the PHP config above?

generally, any advice on this would be greatly appreciated.

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.