This commit is contained in:
zefie
2025-08-10 20:54:27 -04:00
parent 31fe6ead7a
commit 288ab5d129
2 changed files with 2 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ wtv-boot-url: wtv-1800:/preregister
`
data = `<html>
<head>
<title>Connect Setup v2.2-minisrv</title>
<title>Connect Setup v3.0-minisrv</title>
<DISPLAY noscroll allowoffline notvaudio hideoptions switchtowebmode noreconnectalert>
</head>
<body bgcolor="#3C2F47" text="#cbcbcb" link="#aaaaaa"
@@ -42,7 +42,7 @@ Content-Type: text/html`
<title>Connect Setup v3.0-minisrv</title>
<DISPLAY noscroll notvaudio >
</head>
<body hspace=0 vspace=0 fontsize=medium onload=uS() background=/ROMCache/bgpattern.gif bgcolor=#3C2F47 text=c6c6c6 link=0080ff vlink=0080ff yspeed=1 transition=slidedown>
<body hspace=0 vspace=0 fontsize=medium onload=uS() background=/ROMCache/bgpattern.gif bgcolor=#3C2F47 text=c6c6c6 link=0080ff vlink=0080ff>
<table cellspacing="0" cellpadding="0" cellborder="0" transparency=100>
<tr>

View File

@@ -1,30 +0,0 @@
var d = document;
function uI(ip,prt,dsc,ro,rb){
if(!ro){ro=false}
d.c.machine.value=ip
d.c.port.value=prt
d.i.msg.value=dsc
d.i.runBy.value=rb
d.c.machine.readonly=ro
d.c.port.readonly=ro
}
function uS(){
switch(d.c.p[d.c.p.selectedIndex].value){
case "htv":uI("71.244.121.234","1615","The public HackTV minisrv, all are welcome to connect and enjoy the wonders of WebTV. Custom experience, but simulates the WebTV network after its MSN TV rebrand.",true, "MattMan69")
break
case "htvb":uI("71.244.121.234","1415","The HackTV minisrv backup server, only available when the main HackTV server is down.",true, "MattMan69")
break
case "zef": uI("204.11.163.156","1615","zefie's public minisrv, for those who want the vanilla minisrv experience. For more info, see https://zef.pw/minisrv.",true, "zefie")
break
case "mm69":uI("71.244.121.234","1515","MattMan's megasrv. It's the real deal, not minisrv! May be up from time to time.",true, "MattMan69")
break
case "red":uI("31.97.129.116","1615","WThe WebTV Redialed minisrv, for those who want an original WebTV experience. Simulates the WebTV Network as it was in 1999.",true, "HIDEN")
break
case "local":uI("127.0.0.1","1615","Connects to a server running on your local machine. Doesn't do anything if a server isn't running.",true, "You")
break
case "other":uI("","1615","Enter a custom service.",false, "???")
break
}
}