From 8b16a1ca02d7838fd62edadca4acaa2675a37dea Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 17 Aug 2024 17:31:39 +0000 Subject: [PATCH] added news.php --- news.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 news.php diff --git a/news.php b/news.php new file mode 100644 index 0000000..cf29613 --- /dev/null +++ b/news.php @@ -0,0 +1,68 @@ + + +

welcome to tilde.club

+ +

Questions? See the official FAQ.

+ + + +
+

Currently Active Users:

+
+
    + $username"; + } + // Repeat the list for seamless scrolling + foreach ($activeUsers as $user) { + $username = htmlspecialchars($user); + echo "
  • $username
  • "; + } + } else { + echo "
  • No active users at the moment.
  • "; + } + ?> +
+
+
+loadHTML($html); +libxml_clear_errors(); + +// Extract the content inside the
 tag
+$preTags = $dom->getElementsByTagName('pre');
+$innStatus = '';
+if ($preTags->length > 0) {
+    $innStatus = $preTags->item(0)->nodeValue;
+}
+
+?>
+
+
+
+    
+    
+    
+    INN Status
+    
+
+
+
+
+

INN Status

+
+
+ + +