WebInterferance

Despite being a “GUI” I would like to see console access, just to the server, not to the OS (Obviously), so that one can send console messages to the server patrons like “5 min to reboot” or “power went out here running on UPS 15 min on battery”

Just my 2 Canadian cents

1 Like

I’m sure I’ll get to that eventually. Haven’t even added the mechanism to switch pages yet, which I’m not sure if I’d rather do with PHP page contents or AJAX hot loading the pages. I just thought I’d start one what would likely be the most cluttered page XD

Can you add charts to the bootstrap theme. That would be great :smile:

Make a mechanism like mcmyadmin enterprize with vertical tabs. That would look awesome.

Thats not that problem. But currently we’re still discussing about the idea itself - Would we build something like this and if yes: How? There are multiple ways to build a webinterface. A wrapper is some of the best solutions. It was also mentioned here: http://issues.spongepowered.org/youtrack/issue/SPONGE-52

  • Morph

If you’re interested, @MCMatters, I’ve been working a bit on the panel still. Still non-functional, but a bit more fun to play with. It’s no longer on the dropbox however, I’ve moved it to my webserver. Can find it @ [redacted - no longer working on this]

  • Using a different jQuery plugin for the Dashboard gauges. You can now also interact with the mini meters at the bottom of the Dashboard. Click to set it’s fullness, which will automatically adjust the average displayed in the gauges.
  • Added a Javascript config (will replace later with PHP config for security I think)
  • Added the ‘About’ page, which is fairly straight forward and self-explanatory, although I may add an ‘Update’ button to it later.
  • Added the Console. Has some check boxes at the bottom to toggle certain things. Also want to add a filter later to only show messages with certain text in it.
  • For debugging purposes, you can click the send button on the Console to place a semi-random command into the Console
  • Click the ‘’ button to the left of the command bar to switch to Talk mode (ideally to conveniently send /say messages or some broadcast method handled by the plugin if available). You can also click send in Talk mode to place random Lipsum chunks into the Console
  • Added a small gif loading bar between page loads.
  • Added notice, alert, and error scripts. You can see a notice by clicking a link to a page that’s already loaded, and can see an error by clicking any of the links other than Dashboard, Console, & About. There are no alerts worked in at the moment.
  • Added license info in a comment and to the About page (MIT license, as per usual)
  • Also removed the mobile stylesheet for this. May re-add something later to allow a mobile design, but responsive designs are not my strong point. Usually don’t bother.

Other things I’m still trying to work on is adding functionality to the console window’s tabs. They don’t do anything but change colors at the moment. Also want to add context menus to the player list later to allow ban/kick/mute/jail, etc. Mute and jail can probably be dependent on Essentials if the plugin reports the plugin is installed. I may also re-arrange the navigation at some point, have that written on my white board. If all goes well and this gets much further, I may think about having a query only mode that the panel can use if it can’t connect to a server or the plugin isn’t available for extended queries. It also occurred to me that some things may not be possible without this being a wrapper (like MCMA), such as backups, log access, etc, unless there’s a way to do it via FTP protocols.

The whole of it is likely fairly buggy at the moment, but working on small bits at a time.

2 Likes

How much configuration opinions do you plan to add?? And why for multiple server? Will that even work via plugin? Or will you feed like this server1 -> main Server -> to Website?
(Since I really like this idea i want to know more)

It would work for multiple servers so long as they have JSONAPI installed. As far as config options, JSONAPI supports fetching and modifying files (albeit a bit exploitative if not handled carefully).

Otherwise, I’ve somewhat halted work on this. Gotta bit distracted by other projects. But for those who are willing, JSONAPI isn’t too hard to pick up if they wanted to do a web panel using it. If I pick back up on this, I’ll likely start over. Started feeling a bit cluttered at some point and disorganized code-wise.