From e0bf74ccd129554dfabbedb1902043a4d654005c Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Thu, 28 Nov 2019 10:40:26 -0600 Subject: [PATCH] Remove Shockwave. Usernames that exist give a 503 "Service Unavailable" HTTP Status. --- data.json | 9 --------- data_bad_site.json | 9 +++++++++ removed_sites.md | 17 +++++++++++++++++ 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/data.json b/data.json index a7366266..e1a89042 100644 --- a/data.json +++ b/data.json @@ -1088,15 +1088,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Shockwave": { - "errorMsg": "Oh no! You just finished all of the games on the internet!", - "errorType": "message", - "rank": 35916, - "url": "http://www.shockwave.com/member/profiles/{}.jsp", - "urlMain": "http://www.shockwave.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis" - }, "Signal": { "errorMsg": "Oops! That page doesn\u2019t exist or is private.", "errorType": "message", diff --git a/data_bad_site.json b/data_bad_site.json index e177f70e..c82efba1 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -106,6 +106,15 @@ "username_claimed": "powershellteam", "username_unclaimed": "noonewouldeverusethis7" }, + "Shockwave": { + "errorMsg": "Oh no! You just finished all of the games on the internet!", + "errorType": "message", + "rank": 35916, + "url": "http://www.shockwave.com/member/profiles/{}.jsp", + "urlMain": "http://www.shockwave.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis" + }, "StreamMe": { "errorType": "status_code", "rank": 31702, diff --git a/removed_sites.md b/removed_sites.md index 90c83575..69dc2deb 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,23 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## Shockwave + +As of 2019-11-28, usernames that exist give a 503 "Service Unavailable" +HTTP Status. + +``` + "Shockwave": { + "errorMsg": "Oh no! You just finished all of the games on the internet!", + "errorType": "message", + "rank": 35916, + "url": "http://www.shockwave.com/member/profiles/{}.jsp", + "urlMain": "http://www.shockwave.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis" + }, +``` + ## Foursquare Usernames that exist are not detected.