(Essentials Economy) Gift Codes

Discussion in 'Archived: Plugin Requests' started by Aetherspawn, Jan 16, 2012.

  1. Offline

    Aetherspawn

    Just a simple request.

    Allow people to cash in gift codes for Essentials Economy/iConomy money. The way this plugin would work is;

    • First the person with the gift code would type in the command. /redeem "giftcode123".
    • The server would lookup a configured URL and pass it the gift code as an argument (ie: http://myserver.com/giftcode.php?code=giftcode123)
    • The script returns a value
      • If a numerical value other than 0 is returned, it adds that much money to the users balance and informs them
      • If 0 is returned, it informs the user that the gift code is invalid
    Regards,
    Aetherspawn

    I can write the PHP part myself.

    I would use this plugin for iConomy micro transactions for server donations, giving out gift codes as advertising, etc.

    Paying $5 PayPal to have this done.

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

    ZNickq

    Hmm, i am not sure how to make it get the returned value from the pvp script, otherwise it's not hard at all ;)
     
  3. Offline

    Aetherspawn

    The PHP script and website part will be written by me, so you dont have to do that part. You only need to make the web request and handle the return.
     

Share This Page