Skip to content

Commit

Permalink
Remove Shockwave. Usernames that exist give a 503 "Service Unavailabl…
Browse files Browse the repository at this point in the history
…e" HTTP Status.
  • Loading branch information
hoadlck committed Nov 28, 2019
1 parent 82760b7 commit e0bf74c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
17 changes: 17 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0bf74c

Please sign in to comment.