Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions #196

Merged
merged 17 commits into from
Oct 5, 2023
Merged

Additions #196

merged 17 commits into from
Oct 5, 2023

Commits on Sep 14, 2023

  1. added Multi-Stat files v0.1.1 + Powershell module

    Added Multi-Stat server status checker files:
    /css/
    /images/
    /Powershell/minestat.psm1
    .htaccess
    index.php
    settings.php
    
    Minestat powershell module:
    Made small (insignificant) changes to the minestat powershell file to "prettify" the outputs on Multi-Stat
    
    * Altered values to make it pretty, not necessary.
    "Success" => "Online"
    "Unknown" => "Offline"
    
    Removed 'hidden' from most of the output values, changed the ones I did not want showing up to 'hidden' and reordered the values so it outputs in a more appealing order on Multi-Stat
    
    IMPORTANT CHANGE:
    formatted_motd is hidden and stripped_motd is in its place.  When outputting the data to PHP, it shows all the color characters as broken/nonexistent symbols, this was very ugly on the web status page.  
    THIS IS NOT A NECESSARY CHANGE BUT I'D RECOMMEND IT!!! 
    
    
    To reference the changes, view the original minestat.psm1 at the link below and search the following:
    
    [Flags()] enum SlpProtocol (changed Unknown to Offline)
    class ServerStatus (reordered values, unhid most of them, hid formatted_motd, motd, slp_protocol and favicon)
     
    https://github.com/FragLand/minestat/blob/master/PowerShell/MineStat/MineStat.psm1
    Deadlineem authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e27224c View commit details
    Browse the repository at this point in the history
  2. Update settings.php

    Edited server address to Localhost
    Deadlineem authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ce752cf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update index.php

    Changed image source to a URL instead of the logo being added from images/logo.png
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f4591c9 View commit details
    Browse the repository at this point in the history
  2. Delete contrib/Multi-Stat/images directory

    No longer needed as the logo is pulled from a URL instead.
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cb94312 View commit details
    Browse the repository at this point in the history
  3. Multi-Stat v0.2 Changes

    Added bootstrap css and matching js files for bootstrap
    
    Modified index.php with updated styling and code for cleaner outputs.  Not a large change, but an efficient one when the results pop up.
    
    Screenshots: 
    
    https://imgur.com/a/dWDxNG5
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9aea825 View commit details
    Browse the repository at this point in the history
  4. Update index.php

    Forgot to remove the old logo.png as my project commit is slightly different with that, all fixed :)
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    61eb5f3 View commit details
    Browse the repository at this point in the history
  5. Update bootstrap.css

    Updated alert margin to 25px because it was bothering me lol
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    de2ab1b View commit details
    Browse the repository at this point in the history
  6. Update index.php

    Added error support for "ConnFail" reply
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ae9841c View commit details
    Browse the repository at this point in the history
  7. Update index.php

    Added support for different types of errors to be shown when the connection is offline
    
    Offline => Status Type: Offline
    Timeout => Status Type: Timed Out
    ConnFail => Status Type: Connection Failed
    Deadlineem authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b5cfa4c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update contrib/Multi-Stat/css/style.css

    Co-authored-by: Ajoro <[email protected]>
    Deadlineem and Ajoro authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    79947e8 View commit details
    Browse the repository at this point in the history
  2. Update contrib/Multi-Stat/index.php

    Co-authored-by: Ajoro <[email protected]>
    Deadlineem and Ajoro authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d5354fa View commit details
    Browse the repository at this point in the history
  3. Update contrib/Multi-Stat/css/style.css

    Co-authored-by: Ajoro <[email protected]>
    Deadlineem and Ajoro authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    db93645 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update index.php

    Added latest bootstrap css/js and popper for styling and functions.
    Deadlineem authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c144799 View commit details
    Browse the repository at this point in the history
  2. Update index.php

    Jquery
    Deadlineem authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    348eb98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c52964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9591595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede4ab2 View commit details
    Browse the repository at this point in the history