To replace the notify url line, simply go to includes/functions_subscriptions.php and find (2 time)
Code:
<input type=\"hidden\" name=\"return\" value=\"$vboptions[bburl]\" />
Add After:
Code:
<input type=\"hidden\" name=\"notify_url\" value=\"$vboptions[bburl]/subscriptions/paypal.php\" />
BUT. I'm NOT going to guarantee that when subscriptions are renewed that they will be processed correctly if you use the notify url in there rather than the IPN. Unless you are not using IPN, I would leave the hack installed as before, which we knew worked.
It may work fine with the notify url, but if it ain't broke for you, I don't suggest that you "fix" it by adding in the notify url.
Amy