MC Web Admin [CoreProtect] [Ban Hammer] Easy setup

Discussion in 'Bukkit Tools' started by robinp7720, Jun 1, 2014.

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

    CrazzyBerg

  2. Offline

    robinp7720

    That general happens if you have just installed Core Protect. Just wait a day and data should come up
     
    CrazzyBerg likes this.
  3. Offline

    JGSBroadcast

    I'm unsure about how to use this. It looks like a great interface though. Could you provide some documentation?
     
    Last edited: Mar 22, 2015
  4. Offline

    robinp7720

    What do you need help with?
     
  5. Offline

    thomas15v

    This looks really nice :eek:. Idk if it would be hard to do. But could it be possible to add multidatabase support? Its for server networks.
     
  6. Offline

    robinp7720

    The entire interface would need to be remade anyways. I wasn't as knowledgeable in php when I started this project. I might redo this later but I'm really more focused on BlueStats right now. And the answer to your question, No, not without a full rewrite of the entire backend of the webapp
     
    Last edited: Mar 23, 2015
  7. Offline

    JGSBroadcast

    I've extracted all of the contents to my htdocs folder but when I go to the website it gives me a 500 Internal Server Error
    EDIT: I get this in my error log:
    Code:
    C:/wamp/www/co/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

    Nevermind. I got it all working. I had changed my webserver software.
     
    Last edited: Mar 23, 2015
  8. Offline

    robinp7720

    Ok, thats good to know!
     
  9. Offline

    Archie

    Hey,
    I've been using your web interface for quite a while now and I must say that I love it. I only have a few questions I was wondering if you could answer.

    1) Is there any way to specify what time/dates to pull up when loading logs. (I.e only show between 2015/01/01 0:00 to 2015/01/01 5:00?)
    2) What does the report page do? It only lists commands that players have done recently which can be shown in the log section.

    Thanks and keep up the great work!
     
  10. Offline

    robinp7720

    1. No, but easy to implement
    2. I just added it so you could for example, setup a /report command to report players. But the feature is really just useless
     
  11. Offline

    iversen0

    I'd really want to use this, but the download link doesn't really work :rolleyes:
     
  12. Offline

    robinp7720

    I moved the project to github so the download works again
     
  13. Offline

    ANNOYEDCHERRY

    having trouble in general downloading the plugin on my server. There is no .jar file, should there be?
     
  14. Offline

    robinp7720

    This is a php web app, not a plugin. You have to use a webserver such as apache with php support
     
  15. Fantastic PHP webapp for the CoreProtect plugin! Great job!

    Here's some improvements I made to it to suit my own needs;
    • Added Date End to allow for searching between a date range, instead of pulling all data since the date provided. (Helpful for large amounts of data)
    • Updated login code to allow hashing of passwords and storing them securely in a MySQL database.
    • Added Public-facing Staff application form + additional authenticated pages to allow accessing/interacting with the data/forms.
    • Added support for BanManager over BanHammer.
    • Fixed issues where worlds are being displayed as players in the Users tab.

    Looking forward to see the next version!
     
    Last edited: Jul 30, 2015
Thread Status:
Not open for further replies.

Share This Page