How do i make a web program

Discussion in 'Plugin Development' started by Mike111177, Oct 5, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Mike111177

    Hi i have been working on a plugin and the next step i need help on. I am trying to make an embedded program on a web page to communicate with the server, similar to dynmap. How do i do this.
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    You don't verify a username and password with minecraft.net

    Leave that for the minecraft client. If you want users to log in and prove it's them, have them register an account and then verify their identify through an in-game interaction (such as joining a server that immediately kicks them with an activation code). This way, no passwords are shared with you.
     
  3. Offline

    Mike111177

    Oh okay then. I thought it would be interesting for them to log on the web program with their minecraft accounts for quick perms checking.
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Interesting, yes. Major security hole just waiting to happen, also yes.
     
  5. Offline

    Mike111177

  6. Offline

    JazzaG

    HTTP requests, packets, RCON, WebSend or even MySQL could be of use to you.
     
  7. Offline

    Mike111177

    the issue is is that is slow. i basically need the same thing as dynmap where it directly connects to the server by hosting on a new port
     
  8. Offline

    JazzaG

     
    kroltan likes this.
Thread Status:
Not open for further replies.

Share This Page