From 8fa8d22b414a5db1b9c547c3755c7b1a20c0c1c8 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 17 Dec 2025 01:38:52 -0600 Subject: [PATCH] - added old script - added another help website --- .gitignore | 1 - linuxinfo/index.html | 1 + mcjsonupdate.php | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100755 mcjsonupdate.php diff --git a/.gitignore b/.gitignore index d9451cb..bba7dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ iceyrazor.gpg.pub assets/img/** mmd/* -mcjsonupdate.php diff --git a/linuxinfo/index.html b/linuxinfo/index.html index 01d1858..9903e52 100644 --- a/linuxinfo/index.html +++ b/linuxinfo/index.html @@ -22,6 +22,7 @@

beginner stuff

Here's a beginner guide i found linuxjourney.com

+

another one tldp.org

Here is a beginner linux video showing some basic linux stuff as well as basic linux commands Linux Operating System - Crash Course for Beginners

self hosting

diff --git a/mcjsonupdate.php b/mcjsonupdate.php new file mode 100755 index 0000000..7d51cd2 --- /dev/null +++ b/mcjsonupdate.php @@ -0,0 +1,18 @@ + + +"], "", $json); +$data = json_decode($json); +if($data->pass=="ejhwkreyhu82eyhuv8ebnjkelwhj3k"){ + unset($data->pass); + $data->mods[0]=str_replace("<", "",$data->mods[0]); + $data->mods[0]=str_replace(">", "",$data->mods[0]); + file_put_contents("minecraft_mod_list.json", json_encode($data)); +} else { + echo "pass incorrect"; +} +?> + + + \ No newline at end of file