Welcome to the Browser-Base Game Zone forums!
Signup for pay-palTurn on and register a IPN URL via PayPal. This will be the URL on your site that PayPal posts to when a order comes inPayPal has a sample PHP script you can download and modify for when it posts the information to you.The process is fairly simple once you work though it the first time. PayPal has a testing enviroment but I always found it difficult so if you need to test you IPN script I suggesthttp://www.eliteweaver.co.uk/testing/ipntest.phpThink they to have a sample PHP IPN script you can modify
Quote from: codestryke on July 04, 2007, 02:09:11 PMSignup for pay-palTurn on and register a IPN URL via PayPal. This will be the URL on your site that PayPal posts to when a order comes inPayPal has a sample PHP script you can download and modify for when it posts the information to you.The process is fairly simple once you work though it the first time. PayPal has a testing enviroment but I always found it difficult so if you need to test you IPN script I suggesthttp://www.eliteweaver.co.uk/testing/ipntest.phpThink they to have a sample PHP IPN script you can modifyInteresting, I didn't know PayPal did this IPN stuff. I've seen it done on other sites (ApexWebGaming, for example, with voting). Theoretically though, it would be quite insecure: if someone happens to guess your page's filename/URL,they could post to that page. Even a strong / difficult to guess filename like "sdfj289023zp1-sadf13.php" could theoretically be guessed. Hmmmmm...
Interesting, I didn't know PayPal did this IPN stuff. I've seen it done on other sites (ApexWebGaming, for example, with voting). Theoretically though, it would be quite insecure: if someone happens to guess your page's filename/URL,they could post to that page. Even a strong / difficult to guess filename like "sdfj289023zp1-sadf13.php" could theoretically be guessed. Hmmmmm...