welcome to tilde.club

Questions? See the official FAQ.

GMAIL USERS: We no longer accept gmail.com addresses for signups since you would not receive your account information email.

Currently Active Users:

"; foreach ($activeUsers as $user) { echo "
  • " . htmlspecialchars($user) . "
  • "; } echo ""; } else { echo "No active users at the moment."; } ?>
    = 2) { break; } } // Display news items foreach ($filteredNews as $newsItem) { echo '

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

    '; echo '

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

    '; echo '

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

    '; if (isset($newsItem['details']) && is_array($newsItem['details'])) { echo '
      '; foreach ($newsItem['details'] as $detail) { echo '
    • ' . htmlspecialchars($detail) . '
    • '; } echo '
    '; } if (isset($newsItem['note'])) { echo '

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

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

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

    '; } echo '
    '; } // Display year links for filtering $years = array_unique(array_map(function ($newsItem) { return date('Y', strtotime($newsItem['date'])); }, $news)); sort($years); echo '
    View news by year: '; foreach ($years as $year) { echo '' . $year . ' '; } echo '
    '; ?>

    tilde.club is not a social network it is one tiny totally standard unix computer that people respectfully use together in their shared quest to build awesome web pages

    If you would like a list of RECENTLY CHANGED PAGES you can see that too

    Or Check out the tilde.club gallery created by ~tweska


    tilde.club gold star supporters

    Tilde.Club is supported by a global community of good people. We don't rank people by the amount they give, only by the fact that they gave. Here's who has donated! When you're on the server, THANK THEM.

    • |

    Show all supporters

    Show only the 10 most recent supporters

    here are the home pages of our users

    this list does not include people who haven't changed their page yet.

    if you're not seeing yourself listed here, change your page from the default.

    users with recently updated pages within the last month are highlighted in a lighter color.

    list all users

      $oneMonthAgo) { $recentChange = true; break; } } $user = basename($user); $class = $recentChange ? 'recently-updated' : ''; ?>
    • ~