diff --git a/about_me.html b/about_me.html index 050c7f6..c505ef6 100644 --- a/about_me.html +++ b/about_me.html @@ -221,28 +221,28 @@

@@ -405,7 +405,7 @@ title="R.I.P Satoru Iwata" />

- We are geeks, tinkerers, modders, hackers, and plain out pioneers. + The Venith Network is a community lead infrastructure project to teach about selfhosting. We are pioneers in the world of FOSS. We are always looking for more members if you want to join the iniative. More details to come. [WIP - Long Overdue]





diff --git a/blog.html b/blog.html index 368d9d3..f9c7821 100644 --- a/blog.html +++ b/blog.html @@ -221,28 +221,28 @@

diff --git a/images/buttons/counter.php b/images/buttons/counter.php new file mode 100644 index 0000000..f9ace0d --- /dev/null +++ b/images/buttons/counter.php @@ -0,0 +1,44 @@ + 0, + "hits" => 0, + "created_at" => gmdate("D, d M Y 00:00:00", strtotime("2019-01-01")) . " -0000", + "last_updated" => gmdate("D, d M Y H:i:s") . " -0000" + ]; + file_put_contents($counterFile, json_encode($initialData)); +} + +// Load and update counter +$data = json_decode(file_get_contents($counterFile), true); +$data['views'] += 1; +$data['hits'] += 1; +$data['last_updated'] = gmdate("D, d M Y H:i:s") . " -0000"; + +// Save updated data +file_put_contents($counterFile, json_encode($data)); + +// Build response +$response = [ + "result" => "success", +"info" => [ + "sitename" => "venith", +"views" => $data['views'], +"hits" => $data['hits'], +"created_at" => $data['created_at'], +"last_updated" => $data['last_updated'], +"domain" => "venith.net", +"tags" => ["kirby", "2000s", "music", "personal", "90s"] +] +]; + +echo json_encode($response, JSON_PRETTY_PRINT); +?> diff --git a/images/hacker.png b/images/hacker.png new file mode 100644 index 0000000..af646d3 Binary files /dev/null and b/images/hacker.png differ diff --git a/images/linux_button.png b/images/linux_button.png new file mode 100644 index 0000000..4d71f17 Binary files /dev/null and b/images/linux_button.png differ diff --git a/index.html b/index.html index 3e35153..f2ece2a 100644 --- a/index.html +++ b/index.html @@ -221,28 +221,28 @@

@@ -424,6 +424,9 @@ We are a development group and a community-driven infrastructure project focusin

Changelog

+ 13/07/2025 + The VENITH Network has migrated some services over. We're planning on migrating some more in the near future. We also have updated the site layout again. Further details will be posted. +

09/07/2025 The VENITH Network is planning to distribute some of the server's across the globe soon. This will ensure better connnectivity and performance globally. Further details will be posted.

diff --git a/members.html b/members.html index 12edb48..5867ce1 100644 --- a/members.html +++ b/members.html @@ -221,28 +221,28 @@

diff --git a/services.html b/services.html index 6947281..17c5123 100644 --- a/services.html +++ b/services.html @@ -221,28 +221,28 @@