home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / CDR120.ZIP / CDRDOOR.CTL < prev    next >
Encoding:
Text File  |  1991-11-13  |  3.5 KB  |  90 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  21. ;                     WWIV - WWIV bbs (uses chain.txt)
  22. ;                  PHOENIX - Phoenix bbs
  23. ;                  WILDCAT - Wildcat bbs (version 2.x)
  24. ;                    PCB14 - Pcboard version 14 (not fully tested)
  25. ;                  DOORSYS - DOOR.SYS (Wildcat 3.0, etc) NEW!
  26. ;                 SPITFIRE - Spitfire SFDOORS.DAT        NEW!
  27. ;
  28. ;ComPort:    For bbs types that do not have the com-port contained in their
  29. ;            door information files (such as PCBOARD-12), you will have to
  30. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  31. ;            not the whole word COM1.
  32. ;
  33. ;Internal:   Selecting this option will cause doordriver to use it's internal
  34. ;            buffered comm routines. If you do not have a fossil, it is a good
  35. ;            idea to use this option.
  36. ;
  37. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  38. ;            per session that a user may be in the door. (i.e. if you
  39. ;            specified 30 minutes, then if the user had 60 mins left, he could
  40. ;            only play for 30 mins)
  41. ;
  42. ;Quiet:      If specified, the door will strip out all ^G characters from
  43. ;            the local side.
  44. ;
  45. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  46. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  47. ;            understand, FORCE and QUICKBBS require this option set although
  48. ;            RBBS should not.
  49. ;
  50. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  51. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  52. ;            enhanced screen allows the local sysop to see much more infor-
  53. ;            mation on the screen.
  54. ;
  55. ;LOG:        If specified, then CDRDoor will maintain a log of what your
  56. ;            users read, search for, etc.  NEW!
  57. ;
  58. SYSOPFIRST Michael
  59. SYSOPLAST Crosson
  60. BBSNAME Symmetry
  61. ;
  62. ;       ::::------- Put your bbs type here! Select from those listed above
  63. ;       ::::
  64. ;       \/\/
  65. BBSTYPE Wildcat
  66. ;
  67. ;                   If you are using a bbs type that doesn't provide the com
  68. ;        ::-------- port num in it's door information file (such as pcb-12),
  69. ;        \/         then uncomment this line and put your com port here.
  70. ;COMPORT 1
  71. ;
  72. ;INTERNAL
  73. ;
  74. ;                   Uncomment this line if you are running a monochrome
  75. ;  ::-------------- system on the local side.
  76. ;  \/
  77. ;MONO
  78. ;QUIET
  79. ;                   Uncomment this if GW doesn't give color output to users
  80. ;  ::-------------- who have color (ansi) selected.
  81. ;  \/
  82. ;COLOR1
  83. ;
  84. ;43LINE
  85. ;
  86. ;                   Uncomment the following line if you wish CDRdoor to keep
  87. ; ::--------------- a log of articles read, users, topics searched, etc.
  88. ; \/
  89. ;LOG
  90.