From 3ab5f51bc7c507ba198025a80dd95b65fead31f3 Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 29 Apr 2024 19:27:17 -0400 Subject: [PATCH] new pc service stuff --- .../includes/ServiceVault/http_pc/anigen.html | 149 ++++++++++++++ .../includes/ServiceVault/http_pc/index.js | 5 + .../ServiceVault/http_pc/mamessidgen.html | 190 ++++++++++++++++++ 3 files changed, 344 insertions(+) create mode 100644 zefie_wtvp_minisrv/includes/ServiceVault/http_pc/anigen.html create mode 100644 zefie_wtvp_minisrv/includes/ServiceVault/http_pc/mamessidgen.html diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/anigen.html b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/anigen.html new file mode 100644 index 00000000..ca8c9303 --- /dev/null +++ b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/anigen.html @@ -0,0 +1,149 @@ + + + + Prereg Credentials + + + + + + +
+

+

WebTV PAP Credentials Generator

+

+ This page will generate PAP credentials used by WebTV when authenticating through their ISP. + These credentials don't have a real use anymore, but I guess they could be useful for adding a PAP + account on DreamPi for bf0 flashing.
+ Remember to keep these credentials and your SSID secret! +

+
+
+
+ + + + + + + + + + + + + + + + + +
SSID:  
+
+ +
Username:
Password:
+
+ + +

WebTV 1800gen JS. Initial script iteration created by nitrate92, massively improved by wtv-411, based on Eric + Macdonald's original VB6 code from 2005. SSID CRC validator added by zefie.

+
+ + +
\ No newline at end of file diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js index a1833b10..5f29f54a 100644 --- a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js +++ b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/index.js @@ -11,5 +11,10 @@ data = `

Welcome to the zefie minisrv v${minisrv_config.version} PC Services

+
+WebTV Viewer Generator
+MAME SSID Generator
+wtv-1800 login generator
+

`; \ No newline at end of file diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/mamessidgen.html b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/mamessidgen.html new file mode 100644 index 00000000..895b5388 --- /dev/null +++ b/zefie_wtvp_minisrv/includes/ServiceVault/http_pc/mamessidgen.html @@ -0,0 +1,190 @@ + + + + + SSID Generator + + + + + +
+

+

WebTV MAME SSID Generator

+

+ This page will generate the ds2401.bin file used by the MAME core of WebTV for Silicon Serial ID (SSID) authentication.
+ Remember to keep this file and your SSID secret! +

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
SSID:  
Philips Box (otherwise Sony):
+
+ +
Username:
Password:
+
+ +

WebTV MAME SSID Generator JS. Original code by zefie and HTML adaptation by avegee24. HTML layout based on the PAP credentials generator.

+
+ + + \ No newline at end of file