From 06d3caec80bafa455524214da30151b7cb4df9d1 Mon Sep 17 00:00:00 2001 From: Primrose Date: Sat, 20 May 2023 21:09:52 -0400 Subject: [PATCH] Delete ip-info and update site-directory/index.html --- ip-info/index.php | 42 --------------------------------------- site-directory/index.html | 2 -- 2 files changed, 44 deletions(-) delete mode 100644 ip-info/index.php diff --git a/ip-info/index.php b/ip-info/index.php deleted file mode 100644 index dd85a6c..0000000 --- a/ip-info/index.php +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - IP Info - Snowcake - - - - - -

IP Info

-
- 🏠 Back to Home -
-
-
-
- IP Address: $client_ip

"; - echo "

Hostname: $client_hostname

"; - echo "

ISP: " . $json->org, "

"; - echo "

City: " . $json->city, "

"; - echo "

Region: " . $json->region, "

"; - echo "

Country: " . $json->country, "

"; - echo "

Coordinates: " . $json->loc, "

"; - echo "

Postal Code: " . $json->postal, "

"; - echo "

Timezone: " . $json->timezone, "

"; - ?> -
- - diff --git a/site-directory/index.html b/site-directory/index.html index b70856a..73fbdc9 100644 --- a/site-directory/index.html +++ b/site-directory/index.html @@ -33,8 +33,6 @@

6. Media - A collection of random images, videos, and other miscellaneous files


7. Gitea - My own Gitea instance, which hosts projects that i'm working on, along with mirrors of other projects

-
-

8. IP Info - View information about your WAN IP address