I'm looking for a way to use two (or more) different membership site scripts that require PayPal IPN. PayPal lets you set only 1 IPN url, but both my affiliate program script as the new membership script I'm setting up require IPN... I just can't believe there's no way to use them both. Isn't there some kind of script to which you can set the Paypal IPN url, and that distributes the received IPN messages to different scripts? Greetz! Mieke
install the member script in a different folder . Or you could even try renaming the ipn.php to ipn2.php and change the form action thats being submitted to point to ipn2.php for the member site and ipn.php as usual to affialate program site.
Some of the newer scripts allow you to set the return url in the script config. This info sent with the purchase over-rides the value set at PayPal. Read the documentation that came with both scripts.