Jump to content

[Guide] PayPal IPN and Converter


goddameit

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

(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

YZz1SLa.png

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 ''

t6tM1Ij.png

2. put this sample php ipn.php file into folder

EBskoqe.png

3. if you put right place, you should be able to visit it and see this

Szb9Pbd.png

4. open this php file and edit your account and password which you use for login phpmyadmin

ZqpJhyQ.png

5. login your phpmyadmin and create new database named 'ipn'

UhMPYeK.png

6. import this new table paypal_table.sql to this database

Df1xiSa.png

KodFKJU.png

7. check is all okay by using sandbox >> https://developer.paypal.com/cgi-bin/devscr?cmd=_ipn-link-session

mqjpd71.png

send IPN

h0Fe8m8.png

8. if IPN is okay, you should receive new date like this

YZz1SLa.png

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''

8kyR8hW.jpg

click ''turn on IPN'' and type

7NkwPws.png

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 by goddameit
  • Upvote 5
Link to comment
Share on other sites

×
×
  • Create New...