goddameit Posted February 13, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted February 13, 2013 (edited) (Okay... I have no idea where should I post this.) (after fu*ing 10+ hours, finally...) Special Thanks http://www.wipeoutgaming.info/ supply researching hosting to me Preview What is PayPal IPN (Instant Payment Notification) ? >> https://www.paypal.com/ipn What is PayPal IPN Converter ? This is a function will transform PayPal IPN message to what Ro server understanding so you can get paid news from PayPal and use it to do what you want (sample:send reward to donors automatically). Below is my consequent, include how to set IPN and simple converter . * 1. go to your hosting and look for this folder which is your phpmyadmin local file, I create a new folder named '' ipn '' 2. put this sample php ipn.php file into folder 3. if you put right place, you should be able to visit it and see this 4. open this php file and edit your account and password which you use for login phpmyadmin 5. login your phpmyadmin and create new database named 'ipn' 6. import this new table paypal_table.sql to this database 7. check is all okay by using sandbox >> https://developer.paypal.com/cgi-bin/devscr?cmd=_ipn-link-session send IPN 8. if IPN is okay, you should receive new date like this 9. after you sure all work well, go to and open ipn.php again change $ch = curl_init('https://www.sandbox.paypal.com/cgi-bin/webscr');to$ch = curl_init('https://www.paypal.com/cgi-bin/webscr');10. login your paypal and ''My Account'' >> ''History'' >> ''IPN History'' click ''turn on IPN'' and type 11. now when someone do something to you, PayPal should send IPN to you and your server will make it into database. and other thing, is npc sciprt problem. - refer : https://www.paypaltech.com/SG2/ refer : http://j.mp/X2DG6R refer : https://www.paypal.com/ipn Edited March 7, 2013 by goddameit 5 Link to comment Share on other sites More sharing options...
Recommended Posts