1. php problem, go check paypal ipn guide; )
     
  2. Okay got it all working, all connecting, populating the database... but I constantly get the 'There are no unclaimed rewards for that email address' in the server chat when claiming... email is typed correctly, I know it's checking the database too... any ideas?

    Ignore, I had the wrong info in the IPN tester and it was putting a pending payment not a completed one. All works perfect.

    As Wulf would rather we didn't post fixes here I am still happy to share this fix for free via steam if you can find me, although Wulf's fix should be up anytime soon.
     
    Last edited by a moderator: Apr 27, 2016
  3. Hello,
    I Have a bit problem...Tested IPN with Tester worked perfect it is populating database.
    But now when I remove sanbox and someone donate PayPal send IPN ( I can see in history ) but nothing happens in MySQL ( wont recive anything from IPN )
     
  4. Wulf

    Wulf Community Admin

    This isn't fully tested, but it's a WIP conversion toward making it universal (for all Oxide supported games). Feel free to test. The config did change a bit, so make sure to check it. It'll like change a bit more before release, just working on it as able.
     
  5. Have you enabled IPN alerts in PayPal? I did the same thing lol.
     
  6. I think problem was in there i forgot to add ipn link to buy button.. havent tested it yet.
     
  7. You mean IPN Notifications ? yes I have enabled it...

    Notification URL is correct...
    HTTP response code: 200
    Delivery status: Sent

    Still not working when go live.. with IPN simulator works :(

    P.S Basicly Paypal IPN verified but not updating database

    P.S.S Sorry for double post
     
    Last edited by a moderator: May 10, 2016
  8. OK I have made sure the IPN was enabled on my PayPal account I also talked to tech support from Go daddy and PayPal and they both agree (we where in a conference call) Everything is in its place except the coding was a little more complex than what they are used to yet I still get this in the IPN simulator... Any Ideas?
     

    Attached Files:

  9. Did you enable sandbox in ipn before you test with simulator ?
     
  10. Yes that was the 1st thing i did
     
  11. how i can fix?
    Code:
    (22:29:59) | [Oxide] 22:30 [Error] MySql command callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
    (22:29:59) | [Oxide] 22:30 [Debug]   at Oxide.Plugins.DonationClaim+<ChatClaim>c__AnonStorey0.<>m__0 (System.Collections.Generic.List`1 list) [0x00000] in <filename unknown>:0
      at Oxide.Ext.MySql.Libraries.MySql+MySqlQuery+<Handle>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
     
  12. Wulf

    Wulf Community Admin

    Which version did you use?
     
  13. this version

     
  14. lol sorry, wrong pass haha
     
  15. It works like this?

    Code:
      "Packages": {
        "Example Package": [
          "grant user {0} some.permission",
          "grant user {0} another.permission"
        ],
        "VIPP": [
          "say {0} test",
          "say Test2"
        ]
      }
    Code:
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">    <!-- Identify your business so that you can collect the payments. -->
        <input type="hidden" name="business"
            value="[email protected]">    <!-- Specify a Donate button. -->
        <input type="hidden" name="cmd" value="_notify-validate">    <!-- Specify details about the contribution -->
        <input type="hidden" name="item_name" value="VIPP">
        <input type="hidden" name="item_number" value="Fall Cleanup Campaign">
        <input type="hidden" name="currency_code" value="BRL">    <!-- Display the payment button. -->
        <input type="image" name="submit"
        src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
        alt="PayPal - The safer, easier way to pay online">
        <img alt="" width="1" height="1"
        src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" ></form>
    Add a package in the config using the format used in example packages. Remember: this must match the item name you designated in the PayPal button or link.

    okk :D
     
    Last edited by a moderator: May 15, 2016
  16. Hey can someone please create IPN Listener code using CURL?
     
  17. Hello community,

    I tried to install paypaldonation for rust with mysql but I can't seem to get it working.

    Is someone able to help me installing it by teamviewer?

    Thank you in advance!
     
  18. Wulf

    Wulf Community Admin

    What is "paypaldonation"? I'm not aware of any plugins with that name.
     
  19. DonationClaim for Rust | Oxide
    I believe this is what he means :p and made a thread about it for some reason.