SDonate

Moved

Total Downloads: 1,561 - First Release: Jun 11, 2016 - Last Update: Oct 19, 2017

5/5, 8 likes
  1. I'm still downloading this version on your site
     
  2. Wulf

    Wulf Community Admin

    Wulf updated SDonate Donation System with a new update entry:

    1.7.7

     
  3. still :(
    Code:
    Web request callback raised an exception (JsonReaderException: Error parsing NaN value. Path '', line 3, position 1.)
    at Newtonsoft.Json.JsonTextReader.ParseNumberNaN (ReadType readType) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonReader.ReadAndMoveToContent () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Oct 21, 2017
  4. Since the latest Oxide Version: 2.0.3600 my console gets spammed with this message
    Code:
    "(09:09:41) | [SDonate] SDonate Error: 0 - Couldn't connect to server. URL: .................."
    (removed url for security reasosns)

    EDIT: Probably caused by my website. not sure yet
     
    Last edited by a moderator: Oct 21, 2017
  5. Im confused - Sdonate has a json file for your server in the Rar file that u get after u pay for it.
    Are we meant to use that one (which is dated late year 8/7/2016) or this plugin
     
  6. use the .cs file, put it in the plugins folder then it creates a .json
     
  7. yeah i know how to do that but that is not what is confusing me.
    SDONATE is a paid mod and it comes with its own CS file.
    Which one do i use - the one that comes with SDONATE or the one posted here/
    Are they even both from the same developer ?
     
  8. this one is up to date to work with the new webrequest stuff for rust, the one that comes from the sdonate site is the same but older but still works.
     
  9. thanks krazy thats all i needed to know - so they are from the same person then ?
     
  10. yes they are from the same person
     
  11. Krazy

    Do u use the sdonate if so can u answer a few questions.
     
  12. yes I use it

    feel free to message me on here if you need.
     
  13. sorry forgot to get back to u as i moved onto something else on the server.

    Anyway i have Sdonate up and running on my website
    Do i add packages in the panel or by using kits
    Im confused as to how i go about it all.
    Also how does it upgrade them to a new usergroup on purchase of a VIP kit and will it auto downgrade them down to default when the time limit has expired.
    Im stuck as where to go from here.
    Store is up and running but thats about it - its empty

    EDIT

    on further messing in SDONATE web panel,do i click on custom command and if so,is it a command to make them a VIP user
    what would be the command to move them to a new usergroup and vice versa when the time expires.

    I may be on wrong track here so appreciate all help.
     
    Last edited by a moderator: Oct 26, 2017
  14. I've followed your instruction to install the whole thing. Still an error:
    Code:
    [SDonate] SDonate Error: 0 - Couldn't connect to server. URL: http://12e244c.al-web.de/shop/pluginapi.php?game=rust&apikey=QU0CLUGS387UCDNEESPG&ip=94.250.222.45&port=28025&checkcommands=
     
  15. Wulf

    Wulf Community Admin

    Is your site behind CloudFlare?
     
  16. What do you mean? I've bought my webspace at signaltransmitter.de
     
  17. Wulf

    Wulf Community Admin

    It's likely the domain you are using with this plugin is going through CloudFlare, which the certificates they use have some issues with Mono (what Unity uses and provides the HTTPS support for web requests).
     
  18. Okay. So what can I do now?
     
  19. Wulf

    Wulf Community Admin

    Hmmm, well, looking at your URL, you aren't using HTTPS. So may not be that issue after all. A response code of 0 is common when SSL fails for some reason or the server doesn't return anything and times out. Is that URL accessible from your server?
     
  20. http://12e244c.al-web.de/shop/pluginapi.php

    I can access it normally trough my browser, so idk why there's the error 0 and it couldnt connect :(