somewhat guest login

This commit is contained in:
zefie
2026-05-02 10:15:24 -04:00
parent 4f20c08ed0
commit 92958e4c64
18 changed files with 155 additions and 281 deletions

View File

@@ -27,7 +27,7 @@ data = `<HTML>
}
}
function GotoBoxCheck() {
var url = 'https://sg1.trusted.msntv.msn.com/connection/boxcheck.html';
var url = 'https://headwaiter.trusted.msntv.msn.com/connection/boxcheck.html';
var parms='';
parms += 'BoxId=' + tvShell.SystemInfo.BoxIDService + '&';
parms += 'WANProvider=' + tvShell.ConnectionManager.WANProvider + '&';
@@ -67,7 +67,7 @@ data = `<HTML>
}
else {
tvShell.MeteringManager.Stop();
SetProgress('Hello, New User.', 10);
SetProgress('Please wait while we sign you into MSN TV.', 10);
GotoBoxCheck();
}
</script>