I am looking for someone to help me out on A) helping me create a simple IPN thingy or B) just do it for me and i'll pay you 75 bucks... It will be a subscription payment and once they pay X amount depending on that amount it will set a variable. Say they bought 2 posts for 25 dollars a pice so they paid 50 dollars.... it would update the record to 2 :).... Simple... Thanx
IPN is very simple to implement, just set your PayPal to point to a page on your site, eg http://www.mysite.com/pp_ipn.asp and create the pp_ipn.asp page. There's plenty of code sample on the PayPal website in all languages
I have written paypal IPN's for simple BuyNow buttons but currently writing one for Subscriptions. Subscriptions are harder just for the fact there is so many variables that you have to watch out for. I looked for a pre built IPN Script for Subscriptions in ASP and couldn't find one. There are alot of membership programs that you could purchase for PayPal's IPN though.