home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NODE103.ZIP / NODEVIEW.CTL < prev    next >
Encoding:
Text File  |  1995-06-07  |  11.8 KB  |  286 lines

  1. ;                                 Nodeview 1.0
  2. ;                            Nodelist Configuration
  3. ;
  4. ;
  5. ;                Any text following a semi-colon (;) are ignored.
  6. ;   The semi-colons are comment markers.  Remove them to activate option.
  7. ;                Please see Nodeview.doc for coommand line parameters.
  8. ;------------------------------------------------------------------------------
  9. ;
  10. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  11. ;            the users.
  12. ;
  13. SYSOPFIRST John
  14. ;------------------------------------------------------------------------------
  15. ;
  16. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  17. ;            the users.
  18. SYSOPLAST Doe
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  BBSName   Specifies the name of the bbs as it will be shown to users.
  22. ;
  23. BBSNAME The Forbidden Zone 
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ;Mono        Will disable color on the local side. (Necessary if you are
  27. ;            running a monochrome system)
  28. ;
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ;BBSType     Specifies the type of bbs software under which this door program
  32. ;            will be run. Valid bbs types include:
  33. ;
  34. ;       ::::------- Put your bbs type here! Select from those listed above
  35. ;       ::::
  36. ;       \/\/
  37. BBSTYPE DOORSYS
  38. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  39. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  40. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  41. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  42. ;                    PCB14 - Pcboard version 14
  43. ;                    PCB15 - Pcboard version 15
  44. ;                  PHOENIX - Phoenix bbs
  45. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  46. ;                     WWIV - WWIV bbs (uses chain.txt)
  47. ;                 CALLINFO - Old Wildcat 2.xx
  48. ;
  49. ;  Notes: There are at least two different types of DORINFOx.DEF
  50. ;           *  ANSI graphics is selected when a "2" is passed in the graphics
  51. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  52. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  53. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  54. ;              UltraBBS and many shareware BBSes require this type.
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ;ComPort     For bbs types that do not have the com-port contained in their
  58. ;            door information files (such as PCBOARD-12), you will have to
  59. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  60. ;            not the whole word COM1.  If you find that one node locks up
  61. ;            another node you may have to use this option.
  62. ;            [NOTE: You can also specify the comport using /Cx from the
  63. ;            command line]
  64. ;
  65. ;                   If you are using a bbs type that doesn't provide the com
  66. ;        ::-------- port num in it's door information file (such as pcb-12),
  67. ;        \/         then uncomment this line and put your com port here.
  68. ;COMPORT 1
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  73. ;            driver.  Otherwise doordriver will use its own internal comport
  74. ;            handlers.  Note - do not use both fossil and Xfossil at the same
  75. ;            time. Maximum ANSI standard speed of 38,400.
  76. ;
  77. ;            Uncomment the next line if you use a fossil device driver with 
  78. ;            speeds up to 38,400 baud.
  79. ;   ::------
  80. ;   ::      
  81. ;   \/      
  82. ;FOSSIL     
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;
  86. ;Xfossil   Selecting this option will cause NODEVIEW to use the extended fossil
  87. ;          driver speeds in both X00 or BNU.   This will support speeds of
  88. ;          57,800 or higher baud.  Otherwise DDPlus will use its own internal
  89. ;          comport handlers.  This option neither open or closes the fossil
  90. ;          but reads and writes to it in whatever state it is when the door
  91. ;          is run.
  92. ;
  93. ;   ::------ Uncomment the next line if you use a fossil device driver using 
  94. ;   ::       extended speeds above 38,400 baud.
  95. ;   \/   
  96. XFOSSIL
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;LockBaud    This will specify a locked baud rate. If you specify this
  101. ;            parameter, then no matter what the bbs software says, this
  102. ;            baud rate will be used. [NOTE: You can also specify the locked
  103. ;            baud rate using /Bxxxx from the command line]
  104. ;
  105. ;           ::------If you are locking ports uncomment this line and set this
  106. ;           ::      number to the port speed.
  107. ;           \/
  108. LOCKBAUD 57600
  109. ;
  110. ;------------------------------------------------------------------------------
  111. ;
  112. ;Port1       If you must use a non-standard interrupt, doordriver can be
  113. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  114. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  115. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  116. ;            $03E8 was needed use the following:
  117. ;            PORT3 03E8 15
  118. ;
  119. ;       ::------------ If you are going to use a non-standard IRQ place the
  120. ;       ::             port address in hex one space after the PORT# option.
  121. ;       ::
  122. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  123. ;       \/  \/         one space after the ports' hex address.
  124. ;PORT1 03F8 4
  125. ;PORT2 02F8 3
  126. ;PORT3 03E8 4
  127. ;PORT4 02E8 3
  128. ;
  129. ;------------------------------------------------------------------------------
  130. ;
  131. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  132. ;            per session that a user may be in the door. (i.e. if you
  133. ;            specified 30 minutes, then if the user had 60 mins left, he could
  134. ;            only play for 30 mins)
  135. ;
  136. ;------------------------------------------------------------------------------;;
  137. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  138. ;            of "OFF" if you wish it to be disabled.
  139. ;
  140. ;------------------------------------------------------------------------------
  141. ;
  142. ;Statfore    Statfore foreground color of the status line and the major input
  143. ;            fields. (default 7  light-grey)
  144. ;
  145. Statfore 0
  146. ;
  147. ;------------------------------------------------------------------------------
  148. ;
  149. ;Statback    The background color of the status line (default 1)
  150. ;
  151. Statback 7
  152. ;
  153. ;------------------------------------------------------------------------------
  154. ; NODEVIEW Menu Colors (OPTIONAL)
  155. ;
  156. ; All options below tell NODEVIEW to change the color of the perspective
  157. ; entry.  Remember these entries are directly effected by the ANSI files
  158. ; in the NODEVIEW directory.  If you want to change the whole look then you
  159. ; will have to also change the ANSI files with your favorite Ansi editor and
  160. ; save them as an 80 x 20 line Ansi file (See Nodeview.Doc file).
  161. ;
  162. Main Menu Cursor Color 1
  163. Main Menu Cursor Background 0
  164. Main Menu BracketColor 8
  165. Main Menu Foreground 0
  166. Main Menu Background 7
  167. ;
  168. Nodelist Menu Cursor Color 5
  169. Nodelist Menu Cursor Background 0
  170. Nodelist Menu BracketColor 8
  171. Nodelist Menu Foreground 0
  172. Nodelist Menu Background 7
  173. ;
  174. Download Menu Cursor Color 3
  175. Download Menu Cursor Background 0
  176. Download Menu BracketColor 8
  177. Download Menu Foreground 0
  178. Download Menu Background 7
  179.  
  180. ;------------------------------------------------------------------------------
  181. Color1
  182. ;            Tells NODEVIEW to select ANSI graphics when a "1" is passed
  183. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  184. ;            understand, FORCE and QUICKBBS require this option set although
  185. ;            RBBS should not.
  186. ;------------------------------------------------------------------------------
  187. ;
  188. ;CUSTOMMENU
  189. ;            If Uncommented then Menu Cursor Control is disabled completely
  190. ;            allowing you to make your own screens without having to worry
  191. ;            about the Menu selector lining up..
  192. ;
  193. ;------------------------------------------------------------------------------
  194.  
  195. ;            If DISPLAY MENUCHOICES = NO  then the Display of Menu Choices
  196. ;            are disabled allowing you to make your own screens without
  197. ;            having to worry about the Menu Choices showing up..
  198. ;            DEFAULT YES
  199. ;
  200. DISPLAY MENUCHOICES YES
  201. ;------------------------------------------------------------------------------
  202. ;
  203. ; ENTER YOUR RAW NODELIST PATH(s) BELOW
  204. ;------------------------------------------------------------------------------
  205. ; LISTING#   DIRECTORY       FILENAME (No Extension!)   NETWORK NAME
  206. ;---------------------------------------------------------------------------
  207. LIST-ONE    C:\IM\NODELIST   NODELIST                  Fido Net List
  208. ; LIST-TWO    C:\IM\NODELIST   DARKNET                   Darknet Listing
  209. ; LIST-THREE  C:\IM\NODELIST   RBBSLIST                  Rbbs Network
  210. ; LIST-FOUR   C:\IM\NODELIST   ROBO-NET                  Robo/Fx Listing
  211. ; LIST-FIVE   C:\IM\NODELIST   ADULT                     Adult Net Listing
  212. ;
  213. ;------------------------------------------------------------------------------
  214. ;  LOGFILE
  215. ;
  216. ; This option allows you to specify an alternate file path and name for the
  217. ; Nodeview log file or NO log file at all.  The default will create a log file
  218. ; in the nodeview home directory.  If you don't wish to have a log file created
  219. ; then give the LOGFILE name as NONE.
  220. ;
  221. ; Default            LOGFILE NODEVIEW.LOG
  222. ; Alternate Example  LOGFILE C:\BBS\LOGS\MYNAME.LOG
  223. ; NO Log file        LOGFILE NONE
  224. ;
  225. LOGFILE NODEVIEW.LOG
  226. ;
  227. ;------------------------------------------------------------------------------
  228. ;  LOGDATE
  229. ;
  230. ; This option allows you to delete the logfile on a certain day of the week or
  231. ; to delete the logfile on a certain day each month.  If you specify the word
  232. ; KEEP for the logdate, then the log will not be deleted at all.
  233. ;
  234. ; To delete on a certain DATE EACH MONTH specify the date.
  235. ;
  236. ; Example: LOGDATE 1  <-- Would delete log on the first day of each month
  237. ;          LOGDATE 31 <-- Would delete log on the 31 day of each month
  238. ;
  239. ;  Deleting on a DAY OF THE WEEK is as follows:
  240. ;
  241. ;  SU for Sunday
  242. ;  MO for Monday
  243. ;  TU for Tuesday
  244. ;  WE for Wednesday
  245. ;  TH for Thursday
  246. ;  FR for Friday
  247. ;  SA for Saturday
  248. ;
  249. ;  Example: LOGDATE SU <--  Would delete log every Sunday when a user enters
  250. ;                           the door.
  251. ;
  252. LOGDATE 1
  253. ;------------------------------------------------------------------------------
  254. ;
  255. ;  DISPLAY LONG or SHORT
  256. ;
  257. ; Two modes of display are available, long and short. The default is
  258. ; long, which displays the address, BBS name, sysop name, phone number
  259. ; city ,modem and node status. The short format is one-line without the
  260. ; city and modem information.
  261. ;
  262. DISPLAY LONG
  263. ;
  264. ;------------------------------------------------------------------------------
  265. ;
  266. ;  INACTIVITY TIMEOUT X MINUTES
  267. ;
  268. ;  Nodeview will return the caller back to the BBS if there is no keyboard
  269. ;  activity after the length of time you specify here.  The default timeout
  270. ;  period is 3-minutes of no keyboard activity.
  271. ;
  272. INACTIVITY TIMEOUT 5 MINUTES
  273. ;
  274. ;------------------------------------------------------------------------------
  275. ;
  276. ; REGISTRATION NUMBER
  277. ;
  278. ;  Your Registration Key Code supplied when registered.  If you have
  279. ;  already registered NODEVIEW, Simply enter your key Number here.  If not,
  280. ;  Please register NODEVIEW today..
  281. ;
  282. REGISTRATION NUMBER 1ND10845R
  283. ;
  284. ;------------------------------ End of File ----------------------------------
  285.  
  286.