Server Info on your site.

Discussion in 'Archived: Plugin Requests' started by DreamCastNetwork, May 9, 2013.

  1. Hello guys,
    I have been looking for a plugin that shows your server info on your own site.
    With php codes you can use them, so you have a php code for online players, top voters per month, top donator overall, and more stuff. This plugin needs to be configurable on an easy way.

    Message me if you would like to make this,
    FutureCraft
     
  2. JSONAPI, please search before requesting a plugin.
     
  3. I've seen that plugin before, and I didn't understood it, I asked for help and never received an reply.
     
  4. Offline

    Adriani6

    You can do it without plugins, just php.
    Actually, if your web host allows fsockopen then I can code it for you.
     
  5. Offline

    tillouleloup

    Good plugins !!!
     
  6. YEY :D that is really cool, I am using Adobe Dreamweaver for making my site.
     
  7. Offline

    Adriani6

    I use notepad... anyway. I can code a few things for you.
     
  8. awesome, is it possible to add the player heads on the site?

    And is Myqsl required? I never use MyQsl :l

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  9. Offline

    ayden1232

    It wouldn't be :D
     
  10. Offline

    ayden1232

    I would, but someone alreadys working on it
     
  11. Offline

    zombieman1000

    i understand why or should i say understood jk lol
     
  12. Leave that kind of stuff to people who know PHP, don't complain and ask for another plugin because you don't understand it. I recommend you go learn PHP it's an awfully easy language.
     
  13. Offline

    Adriani6

    MySQL isnt required at all. Player heads can be done as well without any plugins.
     
  14. Ok, so you want to make this for me :D?
     
  15. Offline

    nxtguy

    If you want a secure option where only you can view the statuses, use something like http://dev.bukkit.org/server-mods/serverstatus/WARNING: Used a lot of my bandwidth up when using the image option.

    If you don't mind others hacking away (AKA, also viewing your server's info such as plugins, version, players, etc,) then, use query-enable. It's built right in to Minecraft. I would use https://github.com/NoxNebula/Minecraft-Server-Status. It's really easy to hook in to, and because it's PHP it will let you do lots of different things. For example player heads using https://minotar.net/

    If you are using shared hosting like HostGator or BlueHost, you need to make sure they allow you to use the ports that are required.

    If you have any questions, feel free to quote or tag me and I'll be happy to answer. :D
     
  16. The third link seems pretty awesome, thanks man :D

    How do I set up the online players, top voters per month, top donator etc?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  17. Offline

    nxtguy

    You'll need to know a little bit of PHP and HTML. For finding the online players, use one of the two first links I posted.

    Top voters will require you to do something with votifier. Maybe there is already a listener that writes to a database or something. Not too sure here.

    Top donators depend on how you accept donations. If you just accept donations via Paypal, you'll have to use the Paypal IPN. Once again, will require you to know how to use PHP.
     
  18. That is the problem, I don't xD
     
  19. Offline

    Adriani6

    You need to buy a proper website host. Without it its impossible. Youre trying to get this on a free webhosting package which has pretty much everything disabled.
     
  20. My site is not up yet, I am taking this webhost now to take a look at my site when I change things, when my site is done I am going to buy a host, can you recommend me a host?
     
  21. Is there a way without php?
     
  22. Offline

    JoshArgent

    No, you need PHP or some other server side software to do this. But PHP is by far the easiest to learn and most common.
     
  23. Offline

    microgeek

    You'll be polling the server every time somebody reload the page, which will take a massive loading time. Just run a cronjob every minute to update it into a database.
     
  24. English please XD?
     
  25. Offline

    RingOfStorms

    That wont work because he doesn't want a database.. honestly don't understand how you can possibly run a website without knowledge of MySQL, and also he is making a website w/o any knowledge of anything besides a drag and drop dream weaver.. so I doubt he will get far with the "more complicated" solutions.
     
    microgeek likes this.
  26. Offline

    Adriani6

    If you call 2 bytes a lot then lol. I have been running my community for over a year and I used the script loading time was just normal loading time for the website. You might have your own opinion, that's totally acceptable, but please don't fool others.
     
  27. Offline

    microgeek

    2 bytes? The response is more than 2 bytes(motd, player count, ect). I never said it was a lot, but it takes a noticeable amount of time to load the page, because the page won't load until the php script finishes polling the server.
     
  28. Offline

    Adriani6

    It's a matter of seconds. If you use plugins then there's more work and it still will fetch info from a plugin or database.
     

Share This Page