diff --git a/index.php b/index.php index c6666bc..ed7eb86 100644 --- a/index.php +++ b/index.php @@ -55,75 +55,35 @@
- = new DateTime('2024-09-30')): ?> -

UPDATE: September 2024:

-

Happy 10th Birthday, Tilde.Club!

-

- Tilde.Club turned 10! This cozy corner of the internet has become a haven for creativity and community. Members have crafted quirky personal pages, shared knowledge through the wiki, and supported each other in countless projects. It's a space where everyone's unique contributions shine, making it truly special. Here's to a decade of fun and friendship, and many more to come! -

-
- -

UPDATE: August 2024:

-

Hey Everyone, Disk Quotas are Here!

-

- Just a heads up: we've rolled out disk quotas to keep things running smoothly for everyone. This will help us share space fairly and make sure the system stays in good shape. -

-

- Here's the scoop: -

-

-

- You can check your usage and see how much space you’ve got left by running the resources-used script in your home directory. It’s easy! -

-
-

UPDATE: March 2024:

-

Hey everyone, we've leveled up to Fedora 39!

-

- Big shoutout to all of you who've been part of this journey with tilde.club. Your contributions, big and small, have really made a difference. We couldn't keep this going without all of you. - Fedora 39 is here, and it's packed with cool updates and features. Just a heads-up for those of you working with PHP, there's been an update, so you might want to check your scripts to make sure everything's still running smoothly. -

-

- Looking forward, 2024 is shaping up to be an exciting year, and we're just getting started. We're all about fostering a community that's innovative, supportive, and fun. Together, we're not just keeping tilde.club alive; we're making it thrive. - Thanks again to every single one of you. Your creativity, support, and collaboration are what make this community special. Here's to more adventures and achievements together in 2024 and beyond! -

-
-

UPDATE: September 2022:

-

OS Upgrade to Fedora 36

-

- Fedora 36 has been installed and things should be back to normal. - **NOTE** SSH client requires SHA2 support since SHA1 support is now disabled. -

-
-

UPDATE: November 2021:

-

OS Upgrade to Fedora 35

-

- We have upgraded our OS to Fedora 35. All updates installed without error or any issues. - If you encounter any issues please let ben or deepend know. - One notable update that may affect your programs is php is now version 8. - Please check your php scripts to ensure they still work. -

-

- Webmail has also been upgraded as well and we have enabled the ability for our users to use 2-Factor Authentication - with it. You can find 2-Factor Authentication inside webmail/settings/security -

-
-

UPDATE: March 2020:

-

- Things at tilde.club are going well, Thank you to all our new and existing users. - Lets make 2020 a great one for ~club and the wider tildeverse! -

-

so what's new?

- -
+ = new DateTime($newsItem['date'])) { + echo '

' . htmlspecialchars($newsItem['title']) . ':

'; + echo '

' . htmlspecialchars($newsItem['heading']) . '

'; + echo '

' . htmlspecialchars($newsItem['content']) . '

'; + + if (isset($newsItem['details']) && is_array($newsItem['details'])) { + echo ''; + } + + if (isset($newsItem['note'])) { + echo '

' . htmlspecialchars($newsItem['note']) . '

'; + } + + if (isset($newsItem['additional_content'])) { + echo '

' . htmlspecialchars($newsItem['additional_content']) . '

'; + } + + echo '
'; + } + } + ?>