home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CL_SOL20.ZIP / CLASSIC.CTL < prev    next >
Text File  |  1995-02-09  |  5KB  |  134 lines

  1. ; Classic Solitaire Communications Control file
  2. ;----------------------------------------------
  3. ;
  4. ; The semi-colons are comment markers.  Remove them to activate option.
  5. ;
  6. ;
  7. ;{Sysopfirst} Specifies the first name of the sysop.
  8. ;             
  9. SYSOPFIRST Joe
  10. ;
  11. ;
  12. ;{SysopLast} Specifies the last name of the sysop.
  13. ;
  14. SYSOPLAST Sysop
  15. ;
  16. ;
  17. ;{BBSType}   Specifies the type of BBS software under which this door program
  18. ;            will be run. Valid BBS types include:
  19. ;
  20. ;                  DOORSYS - The DOOR.SYS format (Wildcat!,GAP,TAG, etc)
  21. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  22. ;                    QUICK - QuickBBS,Force,R.A. (uses DORINFOx.DEF**)
  23. ;                    PCB12 - Pcboard version 12  (see COMPORT note below)
  24. ;                    PCB14 - Pcboard version 14
  25. ;                    PCB15 - Pcboard version 15
  26. ;                  PHOENIX - Phoenix BBS      (uses INFO.BBS)
  27. ;                 SPITFIRE - Spitfires BBS      (uses SFDOORS.DAT)
  28. ;                     WWIV - WWIV BBS          (uses CHAIN.TXT)
  29. ;                      2AM - 2 A.M. software      (uses JUMPER.DAT)
  30. ;                   TRIBBS - TriBBS software      (uses TRIBBS.SYS)
  31. ;                 CALLINFO - Old Wildcat 2.xx     (uses CALLINFO.BBS)
  32. ;
  33. ;  Notes: There are at least two different types of DORINFOx.DEF drop files:
  34. ;           *  ANSI graphics is selected when a "2" is passed in the graphics
  35. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  36. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  37. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  38. ;              UltraBBS and many shareware BBS's require this type.
  39. ;
  40. BBSTYPE DOORSYS
  41. ;
  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. ;LOCKBAUD 19200
  49. ;
  50. ;
  51. ;{ComPort}   For BBS types that do not have the com-port contained in their
  52. ;            door information files (such as PCBOARD-12), you will have to
  53. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc.)
  54. ;            not the whole word COM1.  If you find that one node locks up
  55. ;            another node you may have to use this option.
  56. ;            [NOTE: You can also specify the comport using /Cx from the
  57. ;            command line]
  58. ;
  59. ;COMPORT 1
  60. ;
  61. ;
  62. ;{Fossil}    Selecting this option will cause Classic to use a fossil port
  63. ;            driver.  Otherwise, Classic will use its own internal comport
  64. ;            handlers.  Note - do not use both fossil and Xfossil at the same
  65. ;            time. Uncomment the next line if you use a fossil device driver 
  66. ;         with speeds up to 38,400 baud.
  67. ;
  68. ;FOSSIL
  69. ;
  70. ;
  71. ;{Xfossil}   This option will cause Classic to use the extended fossil driver
  72. ;            speeds in both X00 or BNU.   This will support speeds of 57,800
  73. ;            or higher baud.  Otherwise, Classic will use its own internal
  74. ;            comport handlers. This option neither opens or closes the fossil
  75. ;            but reads and writes to it in whatever state it is when the door
  76. ;            is run.   Uncomment the next line if you use a fossil device 
  77. ;         driver using extended speeds of 57,600 or more baud.
  78. ;
  79. ;XFOSSIL
  80. ;
  81. ;
  82. ;{Port1}     If you must use a non-standard IRQ, Classic Solitaire can be
  83. ;{Port2}     configured for IRQs 0-15. The port# indicates the chosen comport,
  84. ;{Port3}     Follow this with the port address in hex.  Afterward put the IRQ
  85. ;{Port4}     in decimal.  For an example if comport 3 at irq 15 and address
  86. ;            $03E8 was needed use the following: PORT3 03E8 15
  87. ;
  88. ;PORT1 03F8 4
  89. ;PORT2 02F8 3
  90. ;PORT3 03E8 4
  91. ;PORT4 02E8 3
  92. ;
  93. ;
  94. ;{Maxtime}   This parameter will allow you to specify a maximum time limit
  95. ;            per session that a user may be in the door. (i.e. if you
  96. ;            specified 30 minutes, and the user has 60 mins left, he could
  97. ;            only play for 30 mins). Not recommended.
  98. ;
  99. ;MAXTIME 30
  100. ;
  101. ;
  102. ;{Mono}      Will disable color on the local side. (Necessary if you are
  103. ;            running a monochrome system)
  104. ;
  105. ;MONO
  106. ;
  107. ;
  108. ;{Status}    Specify "ON" if you wish the status line to appear at the bottom
  109. ;            of the local screen, or "OFF" if you wish it to be disabled. 
  110. ;         (default ON)
  111. ;
  112. ;STATUS ON
  113. ;
  114. ;{Statfore}  Foreground color of the status line and the major input fields.
  115. ;            (default 7- lightgray)
  116. ;
  117. ;STATFORE 7
  118. ;
  119. ;
  120. ;{Statback}  The background color of the status line. 
  121. ;         (default 1- blue)
  122. ;
  123. ;STATBACK 1
  124. ;
  125. ;
  126. ;{Color1}    Tells Classic to select ANSI graphics when a "1" is passed
  127. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  128. ;            understand, Force and QuickBBS require this option set but
  129. ;            RBBS should not.
  130. ;
  131. ;COLOR1
  132. ;
  133. ;end of file
  134.