DonationClaim [Unmaintained]
Discussion in 'Plugin Support' started by LeoCurtss, Mar 20, 2016.
-
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 -
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 ) -
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.
-
-
-
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 postLast edited by a moderator: May 10, 2016 -
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:
-
-
-
-
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
-
Wulf Community Admin
-
this version
-
lol sorry, wrong pass haha
-
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>
okkLast edited by a moderator: May 15, 2016 -
Hey can someone please create IPN Listener code using CURL?
-
is this the correct host:
Host: https://www.sandbox.paypal.com/cgi-bin/webscr
and
fsockopen ('ssl://www.sandbox.paypal.com', 443, $errno, $errstr, 30);
it's not working with (IPN) Simulator -
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! -
Wulf Community Admin
What is "paypaldonation"? I'm not aware of any plugins with that name.
-
I believe this is what he meansand made a thread about it for some reason.