From 90ebeb190282c4d73419722b118f43fec234bc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kom=C3=A1rek?= Date: Fri, 10 Mar 2023 08:24:05 +0100 Subject: [PATCH 1/2] changed live demo original website do not working anymore, this one works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71759c3..3a8c65f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ServerStatus is a full rewrite of [mojeda's](https://github.com/mojeda) [ServerStatus](https://github.com/mojeda/ServerStatus) script, which in turn is a modified version of [BlueVM's](http://www.lowendtalk.com/discussion/comment/169690#Comment_169690) script. ### Live demo: -* https://status.botox.bz/ +* https://status.fkomarek.eu/ There are many things which I dislike about the original script, for example: * requires webserver and PHP for every client @@ -246,4 +246,4 @@ If you plan on modifying this project I'd be happy if you let me know! ## Credits Obviously the original script from [BlueVM](http://www.lowendtalk.com/discussion/comment/169690#Comment_169690) and [mojeda's](https://github.com/mojeda) [fork](https://github.com/mojeda/ServerStatus). -I'd also like to thank the [Teeworlds](https://github.com/teeworlds/teeworlds) project for some of the code which has been used in this project. \ No newline at end of file +I'd also like to thank the [Teeworlds](https://github.com/teeworlds/teeworlds) project for some of the code which has been used in this project. From a13bfadecf5b2605bbfe7a6562c5a1695f3f4424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kom=C3=A1rek?= Date: Thu, 7 Sep 2023 14:08:29 +0200 Subject: [PATCH 2/2] EDIT: live demo domain changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8c65f..df7204a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ServerStatus is a full rewrite of [mojeda's](https://github.com/mojeda) [ServerStatus](https://github.com/mojeda/ServerStatus) script, which in turn is a modified version of [BlueVM's](http://www.lowendtalk.com/discussion/comment/169690#Comment_169690) script. ### Live demo: -* https://status.fkomarek.eu/ +* https://servers.fkomarek.eu/ There are many things which I dislike about the original script, for example: * requires webserver and PHP for every client