From cb6e38e98e829ea6b5ce589be5e3a15f6b486dd6 Mon Sep 17 00:00:00 2001 From: Bitl Date: Mon, 27 Sep 2021 14:35:59 -0700 Subject: [PATCH] fix query.php response in console --- changelog.txt | 11 +++++++++++ query.php | 2 +- scripts/launcher/splashes.txt | 3 ++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 88d078f..3387b43 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,16 @@ 1.3 v1?.2021.1 Changes from Pre-Release 5: +- The server hosting panel is closed by default in the Stylish view. You must now click "Server" if you want to edit hosting settings and launch a server. +- Moved the customization button to somewhere where it's more pronounced. +- Fixed file moving. Again. +- Fixed a bug where the map file doesn't properly reset if it doesn't exist. +- Fixed a bug where the style would reset back to the Stylish style if the map didn't exist. +- Added Server Information functionality to the Stylish style. +- The launcher and Novetus CMD will now ping the master server upon server closure. +- Added 2 new command line arguments to Novetus CMD: + -serverbrowsername - Changes the name the server uses upon connection to the master server. + -serverbrowseraddress - Changes the master server address. +- Novetus will now automatically generate a clientinfo.nov for clients that don't have one. Changes from 1.2.4.1: - The OBJ2MeshV1GUI, The Asset Localizer, and the Item SDK have been merged to form the Asset SDK! - Works with the Roblox Asset Delivery API! Note: Script assets wil have to be downloaded manually in order to be used in scripts. diff --git a/query.php b/query.php index f5875d0..24c3227 100644 --- a/query.php +++ b/query.php @@ -71,5 +71,5 @@ if ($deleteentry == 1) } // Display the server info to browsers. -echo "" . htmlspecialchars($name) . ".
A " . htmlspecialchars($client) . " server.
Server Status: " . htmlspecialchars($status) . ""; +echo "" . htmlspecialchars($name) . ". A " . htmlspecialchars($client) . " server. Server Status: " . htmlspecialchars($status) . ""; ?> \ No newline at end of file diff --git a/scripts/launcher/splashes.txt b/scripts/launcher/splashes.txt index 7a19732..63c00db 100644 --- a/scripts/launcher/splashes.txt +++ b/scripts/launcher/splashes.txt @@ -143,4 +143,5 @@ Catch a JPEG to the head! I've seen footage! No advertisements! dart zone gang -This machine kills fascists! \ No newline at end of file +This machine kills fascists! +Whoops! You have to put the CD in your computer. \ No newline at end of file