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