home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / GOC100.ZIP / GOC.CTL < prev    next >
Text File  |  1994-02-22  |  5KB  |  118 lines

  1. ;   Door Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  14. ;            be added to muliple page Rip news file so you can use them
  15. ;            as a bulletin.
  16. ;
  17. ;Mono        Will disable color on the local side. (Necessary if you are
  18. ;            running a monochrome system)
  19. ;
  20. ;BBSType     Specifies the type of bbs software under which this door program
  21. ;            will be run. Valid bbs types include:
  22. ;
  23. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  24. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  25. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  26. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  27. ;                    PCB14 - Pcboard version 14
  28. ;                    PCB15 - Pcboard version 15
  29. ;                     WWIV - WWIV bbs (uses chain.txt)
  30. ;                  PHOENIX - Phoenix bbs
  31. ;                 CALLINFO - Wildcat 2.xx
  32. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  33. ;
  34. ;ComPort     For bbs types that do not have the com-port contained in their
  35. ;            door information files (such as PCBOARD-12), you will have to
  36. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  37. ;            not the whole word COM1.
  38. ;
  39. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  40. ;            driver.  Otherwise doordriver will use its own internal comport
  41. ;            handlers.
  42. ;
  43. ;LockBaud    This will specify a locked baud rate. If you specify this
  44. ;            parameter, then no matter what the bbs software says, this
  45. ;            baud rate will be used. [NOTE: You can also specify the locked
  46. ;            baud rate using /Bxxxx from the command line]
  47. ;
  48. ;Port1       If you must use a non-standard interrupt, doordriver can be
  49. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  50. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  51. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  52. ;            $03E8 was needed use the following:
  53. ;            PORT3 03E8 15
  54. ;
  55. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  56. ;            per session that a user may be in the door. (i.e. if you
  57. ;            specified 30 minutes, then if the user had 60 mins left, he could
  58. ;            only play for 30 mins)
  59. ;
  60. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  61. ;            of "OFF" if you wish it to be disabled.
  62. ;
  63. ;Statfore    Statfore foreground color of the status line and the major input
  64. ;            fields. (default 7  light-grey)
  65. ;
  66. ;Statback    The background color of the status line (default 1)
  67. ;
  68. ;Color1      Tells GOC to select ANSI graphics when a "1" is passed
  69. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  70. ;            understand, FORCE and QUICKBBS require this option set although
  71. ;            RBBS should not.
  72. ;
  73. ;------------------------------ Sample Data ----------------------------------
  74. ;
  75. SYSOPFIRST Bob
  76. SYSOPLAST Dalton
  77. BBSNAME The TANSTAFL BBS
  78. ;
  79. ;       ::::------- Put your bbs type here! Select from those listed above
  80. ;       ::::
  81. ;       \/\/
  82. BBSTYPE DOORSYS
  83. ;
  84. ;                   If you are using a bbs type that doesn't provide the com
  85. ;        ::-------- port num in it's door information file (such as pcb-12),
  86. ;        \/         then uncomment this line and put your com port here.
  87. ;COMPORT 1
  88. ;
  89. ; Uncomment the next line if you use a fossil device driver.
  90. ;FOSSIL
  91. ;
  92. ;           ::------If you are locking ports uncomment this line and set this
  93. ;           ::      number to the port speed.
  94. ;           \/
  95. ;LOCKBAUD 38400
  96. ;
  97. ;       ::------------ If you are going to use a non-standard IRQ place the
  98. ;       ::             port address in hex one space after the PORT# option.
  99. ;       ::
  100. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  101. ;       \/  \/         one space after the ports' hex address.
  102. ;PORT1 03F8 4
  103. ;PORT2 02F8 3
  104. ;PORT3 03E8 4
  105. ;PORT4 02E8 3
  106. ;                   Uncomment this line if you want to make Rip bulletins
  107. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  108. ;  \/
  109. ;PAUSECODE @PAUSE@
  110. ;
  111. STATUS ON
  112. ;
  113. Statfore
  114. ;
  115. Statback
  116. ;------------------------------ End of File ----------------------------------
  117.  
  118.