MISC WTV CODES 1
© 1999-2000, ulTRAX@webtv.net
Updated 8-28-2000

NOTE: &codes have been moved here. Please note that page may power-off DishPlayers!
CLIENTARG TEXT: from Plus 2.2 file://rom/data/clientarg.txt
delete
resume
enable
clear
volume
tempo
maxplaytime
loadplaylist
operation
showcurrentmessage
showlast
message
chatinput
target
channel
reset
usepulsedialling
audibledialing
dialoutsideline
changedcity
waitfordialtone
call-waiting-mode
disable-call-waiting
dial-speed
dialoutsideprefix
call-waiting-threshold
callwaitingprefix
accessnumber
connect
autosubmit
brokenpbx
longdistanceprefix
tollfreeaccessnumber
allow-reconnect
topic
private
adjustsensitivity
pitch
password
disable
title
thumbnailurl
filter
zoommode
editmessage
address
value
setup-background-color
setup-text-color
setup-link-color
setup-visited-color
setup-keyboard
setup-play-bgm
setup-bgm-tempo
setup-bgm-volume
setup-font-sizes
setup-play-songs
setup-play-sounds
setup-play-message-sound
setup-in-stereo
setup-advanced-options
setup-chat-access-level
from-server
backgroundcolor
textcolor
linkcolor
visitedcolor
alphabetical
buttonlabel1
buttonlabel2
buttonaction1
buttonaction2
backaction
noback
image
sound
action
showpage
animation
submitname
submitvalue
enabled
backwards
bottom
medium
light
shade
address_off
address_on
fontsize
print_scrn
wtv-mail:/addressbookfavorite-url
favorite-title
favorite-thumbnail-type
image/wtv-bitmap
file://rom/Animations/favorite.ani
wtv-favorite:/add
text/url
file://rom/Images/all.gif
file://rom/Animation/mail.ani
file://rom/Images/Mail.gif
wtv-mail:sendmail
message_body
message_to
message_url
message_title
message_subject
wtv-setup:/set
backspace
sendoff
byoispselected
byoispprovidename
byoisploginname
byoisppassword
byoispaccesnumber
key
explain
byoispaccessnumber2
setup-chat-on-nontrusted-pages
print_set
RecentSpotURL
setup-tv-log-disabled-mask
videoad
setup-chat-nick-attr-enabled 



WTV S&M TROUBLESHOOTING CODES:
These error codes are used for trouble shooting. They appear while pressing "options" when you get an error pop-up.

S-CODES: 0 ParseError - tellyscript was bad. 1 Connecting - (not really an error) 2 Success - tellyscript finished successfully 3 ConfigurationError - modem and box not on speaking terms. 4 DialingError - modem not saying what we wanted it to. 5 NoDialtone - didn't hear a dial tone on the phone line. 6 NoAnswer - POP number just kept ringing. 7 Busy - POP number was busy. 8 HandshakeFailure - modem handshake failure; this is rare. 9 UnknownError - got an unknown result code back from the modem. 10 BadPassword - authentication failure. 11 PPPHandshakeFailure - couldn't negotiate PPP successfully. 12 NoCarrier - something answered, but it wasn't a modem. 13 BlackHole - rare; last POP was a black hole, and we ran out of POPs. 14 VerySlowConnect - modems connected at less than 14.4Kbps. 15 BadPasswordNR - same as #10, but we don't reboot the box. 16 UnhappyScript - the tellyscript generator blew it. This is bad.

SCRIPT EQUIVALENTS:
0 kTellyParseError
1 kTellyConnecting
2 kTellyLinkConnected
3 kTellyConfigurationError
4 kTellyDialingError
5 kTellyNoDialtone
6 kTellyNoAnswer
7 kTellyBusy
8 kTellyHandshakeFailure
9 kTellyUnknownError
10 kTellyBadPassword
11 kTellyPPPFailed
12 kTellyNoCarrier
13 kTellyBlackHole
14 kTellyDownloadOK
15 kTellyNoLoader
16 kTellyNoFirmware
17 kTellyLoaderFailed
18 kTellyNoResponseFromLoader
19 kTellyFirmwareFailed
20 kTellyNoResponseFromFirmware
21 kTellyScriptExpired0


SERVER ERROR CODESThanks to Eric MacDonald

201 = Created 202 = Accepted 203 = Provisional Information 204 = No Content 300 = Multiple Choices 301 = Moved Permanently 302 = Moved Temporarily 303 = Method 304 = Not Modified 400 = Bad Request 401 = Unauthorized 402 = Payment Required 403 = Forbidden 404 = Not Found 405 = Method Not Allowed 406 = None Acceptable 407 = Proxy Authentication Required 408 = Request Timeout 409 = Conflict 410 = Gone 500 = Internal Server Error 501 = Not Implemented 502 = Bad Gateway 503 = Service Unavailable 504 = Gateway Timeout


WEBTV 1.1 HTML CODES
; #!/bin/perl # -*- perl -*- @tags = (                  "a",         "address",         "area",         "audioscope",         "b",         "base",         "basefont",         "bgsound",         "big",         "blackface",         "blockquote",         "body",         "bq",         "br",         "caption",         "center",         "cite",         "code",         "comment",         "dd",         "dfn",         "dir",         "div",         "dl",         "dt",         "em",         "fn",         "font",         "form",         "h1", "h2", "h3", "h4", "h5", "h6",         "head",         "hr",         "html",         "i",         "img",         "input",         "isindex",         "kbd",         "li",         "limittext",         "link",         "listing",         "map",         "marquee",         "menu",         "nobr",         "nospartquotes",         "ol",         "option",         "p",         "pre",         "s",         "samp",         "select",         "shadow",         "sidebar",         "small",         "strike",         "strong",         "sub",         "sup",         "table",         "td", "th",         "textarea",         "title",         "tr",         "tt",         "ul",         "var",         "xmp", ; %alias = (         "h2", "h1",         "h3", "h1",         "h4", "h1",         "h5", "h1",         "h6", "h1",         "th", "td", ; %attrvals = (             "a.href", ".*",             "a.id", ".*",             "a.name", ".*",             "a.nocolor", "",             "a.selected", "",             "area.coords", ".*",             "area.href", ".*",             "area.nohref", "",                          "area.shape", "rect|poly|circle|default",             "audioscope.align", "top|midle|bottom|left|right|texttop|absmiddle|baseline|absbottom", "audioscope.border", ".*",                          "audioscope.gain", ".*",             "audioscope.height", ".*",             "audioscope.leftcolor", ".*",             "audioscope.leftoffset", ".*",             "audioscope.maxlevel", ".*",             "audioscope.rightcolor", ".*",             "audioscope.rightoffset", ".*",   "audioscope.width", ".*",             "base.href", ".*",             "basefont.size", ".*",             "bgsound.loop", "",             "bgsound.src", ".*",             "body.background", ".*",             "body.bgcolor", ".*",             "body.credits", ".*",             "body.fontsize", "small|medium|large",             "body.hspace", "\d+",             "body.instructions", ".*",             "body.link", ".*",             "body.logo", ".*",             "body.nohtilebg", "",             "body.novtilebg", "",             "body.text", ".*",             "body.vlink", ".*",             "body.vspace", "\d+",             "body.xspeed", ".*",             "body.yspeed", ".*",             "br.clear", "",             "caption.align", "top|bottom",             "div.align", "left|right|center",           "fn.href", ".*",             "fn.id", ".*",             "font.color", ".*",             "font.effect", "relief|emboss|shadow",             "font.size", ".*",             "font.transparency", ".*",             "form.action", ".*",             "form.id", ".*",             "form.method", "get|post",             "form.name", ".*",             "h1.align", "left|right|center",             "hr.align", "left|center|right",     "hr.invertborder", "",             "hr.noshade", "",             "hr.size", ".*",             "hr.width", ".*",             "img.align", "top|middle|bottom|left|right|texttop|absmiddle|baseline|absbottom", "img.ani", ".*", "img.animateonselect", ".*", "img.anistartx", ".*",               "img.anistarty", ".*",             "img.border", ".*",             "img.height", ".*",             "img.hspace", ".*",             "img.ismap", "",             "img.loop", "",             "img.reload", ".*",             "img.selected", "",             "img.src", ".*",             "img.transparency", ".*",             "img.usemap", ".*",             "img.vspace", ".*",             "img.width", ".*",             "input.action", ".*",             "input.align", "top|middle|bottom|texttop|absmiddle|baseline|absbottom", "input.allcaps", "",                          "input.autoactivate", "",             "input.autocaps", "",             "input.autosubmit", "",             "input.bgcolor", ".*",             "input.borderimage", "file://ROM/Borders/ButtonBorder[23].bif", "input.checked", "",             "input.cursor", ".*",                          "input.executeur1", "",             "input.id", ".*",             "input.loop", "",             "input.maxlength", ".*",             "input.name", ".*",             "input.noargs", "",             "input.nocursor", "",             "input.nohighlight", "",             "input.nosubmit", "",             "input.numbers", "",             "input.onclick", ".*",             "input.size", ".*",             "input.src", ".*",             "input.submitform", "",             "input.type", "button|checkbox|hidden|image|password|radio|reset|submit|text", "input.useform", ".*", "input.usestyle", "",         "input.value", ".*",             "input.width", ".*",             "li.type", ".*",             "li.value", "\d+",             "limittext.size", ".*",             "limittext.value", ".*",             "limittext.width", ".*",             "link.href", ".*",             "link.rel", "next",             "map.name", ".*",             "marquee.align", "left|right|center",             "marquee.behavior", ".*",             "marquee.bgcolor", ".*",             "marquee.direction", ".*",             "marquee.height", ".*",             "marquee.hspace", ".*",             "marquee.loop", "",             "marquee.scrollamount", ".*",             "marquee.scrolldelay", ".*",             "marquee.transparency", ".*",       "marquee.vspace", ".*",             "marquee.width", ".*",             "ol.start", ".*",             "ol.type", ".*",             "option.selected", "",             "option.value", ".*",             "p.align", "left|right|center",             "select.autoactivate", ".*",         "select.bgcolor", ".*",             "select.exclusive", "",             "select.multiple", "",             "select.name", ".*",             "select.selcolor", ".*",             "select.showempty", "",             "select.size", ".*",             "select.text", ".*",             "select.usestyle", "",             "sidebar.align", "left|center|right",             "sidebar.width", ".*",             "table.align", ".*",             "table.background", ".*",             "table.bgcolor", ".*",             "table.border", ".*",             "table.cellborder", ".*",             "table.cellpadding", ".*",             "table.cellspacing", ".*",             "table.height", ".*",             "table.href", ".*",             "table.id", ".*",             "table.name", ".*",             "table.transparency", ".*",             "table.width", ".*",             "td.absheight", ".*",             "td.abswidth", ".*",             "td.align", ".*",             "td.background", ".*",             "td.bgcolor", ".*",             "td.colspan", ".*",             "td.height", ".*",             "td.maxlines", ".*",             "td.nowrap", "",             "td.rowspan", ".*",             "td.transparency", ".*",             "td.valign", ".*",             "td.width", ".*",             "textarea.allcaps", "",    "textarea.autoactivate", "",     "textarea.autocaps", "",             "textarea.bgcolor", ".*",             "textarea.cols", ".*",             "textarea.cursor", ".*",             "textarea.growable", "",             "textarea.name", ".*",             "textarea.nohardbreaks", "",             "textarea.nosoftbreaks", "",         "textarea.numbers", "",             "textarea.rows", ".*",    "textarea.showkeyboard", "",     "textarea.usestyle", "",             "textarea.wrap", "",     "tr.align", "left|right|center",     "tr.bgcolor", ".*",             "tr.transparency", ".*",             "tr.valign", "top|bottom|center",             "ul.type", ".*", ; 1;