From dcd4d79b5da9739e9583f8861b784f5a5ad803e9 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 20 May 2019 11:07:35 +0000 Subject: [PATCH] Working on a new server.php page --- newserver.php | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 newserver.php diff --git a/newserver.php b/newserver.php new file mode 100644 index 0000000..49af118 --- /dev/null +++ b/newserver.php @@ -0,0 +1,110 @@ + +Status of thunix Servers and Services - thunix Community + + +
+ +
+
+
+
+
+

Information and Service Status

+
 
+
+

Service Offered

+

Minetest

+

Connect to thunix.net:30000 in your minetest client

+
> +

Minecraft

+

Connect to thunix.net in your minecraft client. Running the Paperclip minecraft server.

+


+

E-I will:wqMail Services

+

Thunix offers webmail at https://thunix.net/webmail. You can also connect via imap. Thunderbird will autodetect your settings, and we recommend the use of Thunderbird email client, so you can get the best-of-breed email experience. We also recommend using enigmail with Thunderbird as well. You can get it from your distro's package manager, or from the Thunderbird project's site

+
+

Onion Service

+

Thunix's services are available as a onion site as well. Our onion address is thunixme5v4rnoby.onion.

+
+

BZFlag Game Server

+

BZFlag runs on the standard port. If you have a specific map you want loaded, send an email to root, and we'll look at getting the map swapped out

+
+

IRC CHat

+

Thunix is part of the tilde.chat network. You can access chat via the terminal, with the 'chat' command, via your favorite email client at irc.tilde.chat/6697, or via a web chat interface located here.

+
+
+ + +
+
+

Server Status

+
 
+
+

+ +\n"; +echo ""; +echo " + + + + "; +while (($line = fgetcsv($f)) !== false) { + echo ""; + if ($hosts == "failed" ) { + if ($line[2] == "FAILED") { + foreach ($line as $cell) { + if ($cell == "FAILED") { + echo ''; + } + else { + echo ""; + } + } + } + } + elseif ($hosts == "all") { + foreach ($line as $cell) { + if ($cell == "FAILED") { + echo ''; + } + elseif ($cell=="GOOD") { + echo '"; + } + else { + echo ""; + } + } + } + echo "\n"; +} +echo "\n
HostCheckStatus
' . htmlspecialchars($cell) . '" .htmlspecialchars($cell) . "' . htmlspecialchars($cell) . '' . htmlspecialchars($cell) . "" .htmlspecialchars($cell) . "
\n"; +fclose($f); +?> + + +

+
+
+
 
+
+ +