home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / dp004b4.zip / DOOR.CTL < prev    next >
Text File  |  1997-08-06  |  6KB  |  140 lines

  1. ; DDplus 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. ;Mono        Will disable color on the local side. (Necessary if you are
  14. ;            running a monochrome system)
  15. ;
  16. ;BBSType     Specifies the type of bbs software under which this door program
  17. ;            will be run. Valid bbs types include:
  18. ;
  19. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 4.xx, GAP, etc)
  20. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  21. ;                    QUICK - Quickbbs,Force      (uses DORINFOx.DEF**)
  22. ;                 DORINFO1 - Remote Access,others(uses DORINFO1.DEF**)
  23. ;                    PCB14 - Pcboard version 14
  24. ;                    PCB15 - Pcboard version 15
  25. ;                  PHOENIX - Phoenix bbs
  26. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  27. ;                   TRIBBS - TriBBS drop file (TRIBBS.SYS)
  28. ;                     WWIV - WWIV bbs (uses chain.txt)
  29. ;                     2AM  - Jumper.dat
  30. ;
  31. ;  Notes    *  ANSI graphics is selected when a "2" is passed in the graphics
  32. ;              parameter of the DORINFOx.DEF.   RBBS, Maximus standard.
  33. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  34. ;              parameter of the DORINFOx.DEF.   QuickBBS,Maximus,UltraBBS and
  35. ;              many shareware BBSes require this type.
  36. ;          **  Parameter of the DORINFO1.DEF.   Remote Access others.
  37. ;
  38. ;
  39. ;ComPort     For bbs types that do not have the com-port contained in their
  40. ;            door information files you will have to specify the com-port.
  41. ;            Simply put the port number (i.e. 1,2,etc) not the whole word COM1.
  42. ;
  43. ;Digi        Selecting this option will cause ddplus to use its digiboard
  44. ;            driver interface. This will not reset anything in the digiboard.
  45. ;            Support speeds up to 115,200.
  46. ;
  47. ;Fossil      Selecting this option will cause ddplus to use a fossil port
  48. ;            driver. Note - do not use both fossil and Xfossil at the same
  49. ;            time. This option initializes the port and resets the speed to
  50. ;            either the lock speed (if locked) or the baud speed.
  51. ;
  52. ;Xfossil     This is another way of selecting the fossil option.  This method
  53. ;            can support all speeds that your fossil can support.  The fossil
  54. ;            is not initialized by this option.
  55. ;
  56. ;LockBaud    This will specify a locked baud rate. If you specify this
  57. ;            parameter, then no matter what the bbs software says, this
  58. ;            baud rate will be used. [NOTE: You can also specify the locked
  59. ;            baud rate using /Bxxxx from the command line]
  60. ;
  61. ; If neither options digi, fossil, or xfossil are set the door will use its
  62. ; own internal comport handlers.
  63. ;
  64. ;Port1       If you must use a non-standard interrupt, the door can be
  65. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  66. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  67. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  68. ;            $03E8 was needed use the following:
  69. ;            PORT3 03E8 15
  70. ;
  71. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  72. ;            be added to muliple page Rip news file so you can use them
  73. ;            as a bulletin.  Note - this option is only useful if the door
  74. ;            indeed has rip bulletins.
  75. ;
  76. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  77. ;            per day that a user may be in the door. (i.e. if you specified
  78. ;            30 minutes, then if the user had 60 mins left, he could only play
  79. ;            for 30 mins)  Otherwise the game will use the maximum session
  80. ;            time for maximum time.
  81. ;
  82. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  83. ;            of "OFF" if you wish it to be disabled.
  84. ;
  85. ;Statfore    Statfore foreground color of the status line and the major input
  86. ;            fields. (default 7  light-grey)
  87. ;
  88. ;Statback    The background color of the status line (default 1  blue)
  89. ;
  90. ;
  91. ;------------------------------ Sample Data ----------------------------------
  92. ;
  93. SYSOPFIRST Michael
  94. SYSOPLAST Burke
  95. BBSNAME The Realm
  96. ;
  97. ;       ::::------- Put your bbs type here! Select from those listed above.
  98. ;       ::::
  99. ;       \/\/
  100. BBSTYPE DOORSYS
  101. ;
  102. ;                   If you are using a bbs type that doesn't provide the com
  103. ;        ::-------- port num in it's door information file then uncomment this
  104. ;        \/         line and put your comport here.
  105. ;COMPORT 1
  106. ;
  107. ; Uncomment the next line if you wish to use the digiboard driver support
  108. ; calls.
  109. ;DIGI
  110. ;
  111. ; Uncomment the next line if you use a fossil device driver and wish to have
  112. ; the door initialize your fossil to the locked/baud speed rate.
  113. FOSSIL
  114. ;
  115. ; Uncomment the next line if you use a fossil device and do not wish to have
  116. ; the door reinitialize your fossil.
  117. ;XFOSSIL
  118. ;
  119. ;           ::------If you are locking ports uncomment this line and set this
  120. ;           ::      number to the port speed.
  121. ;           \/
  122. ;LOCKBAUD 57600
  123. ;
  124. ;       ::------------ If you are going to use a non-standard IRQ place the
  125. ;       ::             port address in hex one space after the PORT# option.
  126. ;       ::
  127. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  128. ;       \/  \/         one space after the ports' hex address. (decimal)
  129. ;PORT1 03F8 4
  130. ;PORT2 02F8 3
  131. ;PORT3 03E8 4
  132. ;PORT4 02E8 3
  133. ;                   Uncomment this line if you want to make Rip bulletins
  134. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  135. ;  \/
  136. ;PAUSECODE @PAUSE@
  137. ;
  138. ;------------------------------ End of File ----------------------------------
  139.  
  140.