home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / IDTEL14.ZIP / INDOORS.TEL < prev    next >
Text File  |  1993-10-27  |  8KB  |  172 lines

  1. ;
  2. ; Indoors Configuration File
  3. ;
  4.  
  5. ;NODEOFFSET is only used if you have included a '%d' in your IP address.
  6. ;It is added to the node number, then the result is substituted for the '%d'.
  7. ;This allows you to map a sequential range of IP addresses to all your BBS
  8. ;nodes, without having to maintain a seperate indoors.cfg file for each node.
  9. ;The default is 0.
  10. ;*** This MUST be defined BEFORE you define your IP address ***
  11.  
  12. nodeoffset = 0
  13.  
  14. ;These are your basic IP variables.  If you don't know what these mean, then
  15. ;you'll need to bone up on TCP/IP.  If you include a '%d' in your IP address,
  16. ;it will be replaced with the value of NODEOFFSET + NODE where NODEOFFSET is
  17. ;defined above, and NODE is the BBS node number.  Some drop files contain
  18. ;the node number, but other do not.  If your BBS doesn't include a node
  19. ;number, you may specify it as the SECOND command line argument when invoking
  20. ;the door.  If you want to use BOOTP, simply set your address to "B"
  21.  
  22. address = 134.87.16.6                   ; Your IP address
  23. hostname = buckyball                    ; Your host name
  24. domain = camosun.bc.ca                  ; Your domain
  25. netmask = 255.255.255.0                 ; Your net mask
  26. nameserver = 134.87.16.4                ; Your nameserver's address
  27. gateway = 134.87.16.254                 ; Your router's address
  28.  
  29. ;UPDATEINFO is set to either YES or NO.  This controls whether or not the
  30. ;door is to update the drop file or not.  Normally you will want this to be
  31. ;YES and this is the default.  Set this to NO if you do not want Indoors to
  32. ;rewrite the dropfile with updated information.
  33.  
  34. writefile = yes
  35.  
  36. ;TIMEOUT is set to either YES or NO.  This controls whether or not the
  37. ;user is to be forced out of the door when his/her time runs out.  Normally
  38. ;you want this to be YES and this is the default.  Set this to NO if you
  39. ;want users to be able to stay in Indoors for as long as they like.
  40.  
  41. timeout = yes
  42.  
  43. ;INACTIVITY controls how long the door will wait for some activity before it
  44. ;kicks the user off.  Specify an amount of time in seconds.  The default is
  45. ;200 seconds.  To disable the inactivity timer, simply set this value to 0.
  46.  
  47. inactivity = 200
  48.  
  49. ;TNBADPORTS is a list of port numbers that you do NOT want users to access.
  50. ;This would normally be used to stop users from telnetting to particular
  51. ;services.  List numbers or ranges of numbers seperated with commas.  This
  52. ;option is really only useful if you have the registered version and are
  53. ;allowing users to specify a host name and port.  You can only specify this
  54. ;option once.  The dafault is to allow access to ALL ports.
  55. ;eg: 4000,5000,6000-8000,50000-
  56.  
  57. tnbadports =
  58.  
  59. ;TNPROMPT is a string that is displayed to prompt the user to enter a menu
  60. ;item number or host name and port.
  61.  
  62. tnprompt = "`bright green`Which host?`bright white` "
  63.  
  64. ;TNDEFCOLOR is the default color to use once a connection has been established.
  65.  
  66. tndefcolor = "grey"
  67.  
  68. ;TNOPENMODE must be set to either YES or NO.  This specifies whether or not this
  69. ;is an open system.  A closed system restricts users to accessing ONLY those
  70. ;sites that are listed in the menu.  An open system will allow the users to
  71. ;type in a host name and port OR select one from the menu.  Only registered
  72. ;versions of the program can operate in open mode.
  73.  
  74. tnopenmode = YES
  75.  
  76. ;TNBRKMENU is the name of a short menu file that is to be displayed whenever
  77. ;the user hits the ^] key.  After this menu is displayed, the user may press
  78. ;ESCAPE to abort the connection, ^] to actually send a ^] character, B to
  79. ;enable binary mode transmission, or T to enable Telnet mode transmission.
  80.  
  81. tnbrkmenu = idtelbrk.mnu
  82.  
  83. ;TNMSGPRESSKEY is displayed whenever the program needs to wait for a key press.
  84.  
  85. tnmsgpresskey = "`blue`[`bright blue`PRESS ANY KEY TO CONTINUE`blue`]"
  86.  
  87. ;TNMSGBADCMD is the message that gets displayed when the program doesn't
  88. ;understand what the user has typed in.
  89.  
  90. tnmsgbadcmd = "`bright red`I don't understand your comand."
  91.  
  92. ;TNMSGBADPORT is the message displayed when the user attempts to connect to a
  93. ;host on a port that is listed in the BADPORTS variable.  If you include a '%d'
  94. ;in the string, it will be replaced with the port number in question.
  95.  
  96. tnmsgbadport = "`bright red`Access to port `bright white`%d`bright red` has been disabled."
  97.  
  98. ;TNMSGBADNUM is the message displayed when the user enters an invalid number
  99. ;at the prompt (ie: they entered a number less than 1 or greater than the
  100. ;number of menu items available)  A '%d' in the string will be replaced with
  101. ;the number they entered.
  102.  
  103. tnmsgbadnum = "`bright red`The number `bright white`%d`bright red` does not refer to a valid menu item."
  104.  
  105. ;TNMSGATTEMPT is displayed when the program tries to establish a connection to
  106. ;a host.  If you include a '%s' in the string, it will be replaced with the
  107. ;host name or IP address.  If you include a '%d' it will be replaced with the
  108. ;port number.  If you want to use '%d', then you MUST also use '%s' and the
  109. ;'%s' MUST be first.
  110.  
  111. tnmsgattempt = "`bright yellow`Attempting to connect to `bright white`%s`bright yellow` on port `bright white`%d`bright yellow`..."
  112.  
  113. ;TNMSGRESERR is displayed if there is an error trying to resolve a host name.
  114. ;A '%s' included in the string will be replaced with the host name.
  115.  
  116. tnmsgreserr = "`bright red`Couldn't resolve the name `bright white`%s";
  117.  
  118. ;TNMSGCONERR is displayed if there is an error connecting to a host on the
  119. ;specified port number.  A '%s' in the string will be replaced with the host
  120. ;name.  A '%d' in the string will be replaced with the port number.  To use
  121. ;the '%d' you MUST use the '%s' and the '%s' MUST be first.
  122.  
  123. tnmsgconerr = "`bright red`Couldn't establish a connection to `bright white`%s`bright red` on port `bright white`%d";
  124.  
  125. ;TNMSGCONNECT is displayed when a connection is successfully made to a host.  A
  126. ;'%s' in the string will be replaced with the host name.  A '%d will be
  127. ;replaced with the port number.  To use '%d' you MUST use '%s' and the '%s'
  128. ;MUST be first.
  129.  
  130. tnmsgconnect = "`bright green`Connection established.  Press ^] for options."
  131.  
  132. ;TNMSGDISCONNECT is displayed when the remote host closes the connection.
  133.  
  134. tnmsgdisconnect = "`bright red`Connection closed by remote host."
  135.  
  136. ;TNENTRYFMT is a string used to format the display of menu items.  A '%d' in the
  137. ;string will be replaced with the item's number.  A '%s' in the string will be
  138. ;replaced with a description of the item.  You MUST include both the '%d' and
  139. ;the '%s' in this string!
  140.  
  141. tnentryfmt = "`bright yellow`%4d`bright white` - `cyan`%s"
  142.  
  143. ;TNAUTOHOST contains an IP address or host name that the door will automatically
  144. ;telnet to when run.  When the connection breaks, the door will exit.  If
  145. ;you do NOT want a telnet session to be automatically established as soon as
  146. ;the door is run, leave this value undefined.  TNAUTOPORT can be used to
  147. ;specify a port number to be used (defaults to 23).
  148.  
  149. ;tnautohost = suncad.camosun.bc.ca
  150. ;tnautoport = 23
  151.  
  152. ;Here you should list all telnet hosts that you want to appear on the menu.
  153. ;The program needs 3 pieces of information for each host.  TNHOST is the host's
  154. ;name or IP address.  TNPORT is the port to connect to (defaults to 23 if not
  155. ;specified).  TNTEXT is a short (70 chars) description of the host (defaults to
  156. ;the host name).  Of course, if you have defined TNAUTOHOST, these are ignored.
  157. ;Unregistered versions of the program are limited to only 3 menu entries.
  158.  
  159. tnhost = 134.87.16.24
  160. tnport = 23
  161. tntext = "SUNCAD - Camosun College Sun 4/280"
  162.  
  163. tnhost = camins
  164. tntext = "CAMINS - Camosun College VAX 4300 (Instructional)"
  165.  
  166. tnhost = freenet.victoria.bc.ca
  167.  
  168. tnhost = marble.bu.edu
  169. tnport = 5000
  170. tntext = "3 Kingdoms MUD"
  171.  
  172.