[ADMN/WEB/INFO/DEV] T00thTransaction - Donation tracking system for Paypal[BukkitDev]

Discussion in 'Archived: Plugin Releases' started by toothplck1, Jul 27, 2012.

  1. Offline

    toothplck1

    Discontinued.
     
  2. Offline

    XSilver_FalconX

    One quick question: What's the difference between this and BuyCraft?
     
  3. Offline

    toothplck1

    This is done completely on your websites side, buycraft is hosted on its own site. Also I have some features that buycraft doesn't include.
     
  4. Offline

    XSilver_FalconX

    Interesting, I'll try it out. Thanks!
     
  5. Offline

    md_5

    Approved
     
  6. Offline

    Tech

    thank you...
    so effing much.
     
  7. Offline

    fjutte

    Ha! This is great! This is a lot better than Buycraft and md_5's Autogroup.. so much possibilities and everything run on our own host. Great work!!

    I like that's it's so simple to use for the players, and that they don't have to use ingame commands. I really hate ingame commands. Point and click, is underestimated :)
     
  8. Offline

    Tech

    Agreed.
     
  9. Offline

    Stevensaurus

    Looks like this may be a successor to buycraft...

    Video tutorial?
     
  10. Offline

    MongooseBoy26

    Um... Are there any bugs at the moment? I would really hate to explain a lost transaction to a player, or have a player fake a bug and one of my sttaff giving a donator rank to them...
     
  11. Offline

    toothplck1

    As long as the payment notification is sent to the ipn correctly, it should work. This doesn't actually touch the money at all, it just recieves a notification that the payment was made, so this is basically a really advanced logging system for your donations/payments that does stuff automatically.

    Umm I might get around to doing a video tutorial but I am very busy doing stuff.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  12. Offline

    MongooseBoy26

    Oh, ok, so it isn't sort of a virtual transfer/transaction between Paypal accounts thanks for the info, I will definitely be trying this out before I do anything more with Buycraft, I don't want to buy their expensive premium...
     
  13. Offline

    Unknowncmbk

    Perhaps a demo would be keen? I use BuyCraft yet I don't like it because it sets it up via PayPal that people are buying items, and I just want them as donations. Is this possible?
     
  14. Offline

    toothplck1

    Yep completely possible. In fact one of the servers I set this up on is using a donation button so it works perfectly fine. Although I must say version 1.4 has a problem with its default config. You should wait for 1.5 to be approved on devbukkit if you plan on using it.(Probably <5hours)
     
  15. Offline

    Unknowncmbk

    Awesome! Thanks so much! Great support time too <3
     
  16. Offline

    Sazard

    Wish You Didnt Need A MySQL Database.
     
  17. Offline

    chopstick121

    so when a person donate enough money for a rank and it promote them itself?
     
  18. Offline

    toothplck1

    Yes

    It does need a database if that is what you are asking.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  19. Offline

    chopstick121

    is there a website for free database?
     
  20. Offline

    toothplck1

    I hope it isn't considered advertising but I use http://www.freemysql.net/ for my test Database. The only real drawback is you MUST log into their site every couple of months or they might delete it
     
  21. Offline

    chopstick121

    ty if i wanna to add mcmmo points how can i do it?
     
  22. Offline

    toothplck1

    You could do that either via the Package mode, and run a command doing that. Or write an addon to listen to DonationPromotionEvent in LifeTimeRanksMode and that addon could do stuff when people are promoted
     
  23. Offline

    chopstick121

    ok i'll add it to my server when i get a host tomorrow

    i have another question can i use the website enjin? for donation ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  24. Offline

    toothplck1

    Enjin does not allow you to post .php pages, you would need to find somewhere else to host the ipn
     
  25. Offline

    chopstick121

    crap :/

    where can i make a website i can post .php?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  26. Offline

    toothplck1

    Updated to 1.9 changelog already on the page, will be available as soon as devbukkit approves
     
  27. Offline

    1jakefx

    I got an email from paypal saying: '
    Please check your server that handles PayPal Instant Payment Notification (IPN) messages. Messages sent to the following URL(s) are not being received:

    http://*******.net/pay.php

    If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information.

    Once you or your service provider fix this problem, you or your service provider can resend the failed messages from the IPN History page. If this problem continues, PayPal may disable the IPN feature for your account.

    Thank you for your prompt attention to this issue.

    Sincerely,

    PayPal

    Please help.
    '
     
  28. Offline

    Alex_2259

    need vid tutorial
     
  29. Offline

    boduzapho

    Suggestion: All Moneybookers or Google Checkout as some of us have issues with paypal and their ability to rip people off.
     
  30. Offline

    toothplck1

    If you can write an ipn listener for your payment system, that is all you need. Technically as long as you get the payment data into the database, however you do it, it will work. I only wrote an example script for the paypal ipn because I am familiar with the paypal ipn.
     

Share This Page