Excellent work! I am not using optigold at the moment but it's a good script to have. Very much appreciated !
Thank you.. One thing to keep in mind is that you MUST have the paypal email address of the account holder in the override email section for this to work.. If you do not, or you have a different email address other than the one used making the payment, the IPN injection will fail.. You'll still get the payment, it just will not be entered in OG...
what script is this? paypal IPN ?? can you please make it to add a query to mysql if payment is verified??? the query should be according to this example: if (isset($_POST['submit'])) { mysql_query("insert into links (`linkname`, `linkurl`,`paid`) values ('test', 'http://test.com', 'n')"); // do the IPN script if(VERIFIED) { mysql_query("update table links set paid = 'y'"); } } now, i know my code works, but ... how will it know which row to update?? i mean how will it know which site's payment has been verified just now?? if you can help me, then ill be really glad Thanks
The script was provided by Shawn originally I believe, for OG.. It never worked. If you want that code added, why not ad it yourself?