home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / SUBATK23.ZIP / DOORSYS.ZIP / DOORSYS.TXT < prev   
Encoding:
Text File  |  1991-02-24  |  6.1 KB  |  125 lines

  1.         03/14/88 - Submitted by the "Limited Release Software Group"
  2.  
  3. Updated: 03/21/88
  4. Updated: 10/22/88  KG
  5. Updated: 07/07/90  KG, to add additional info for Raymond Clements
  6.  
  7. =============================================================================
  8.  
  9. Sample DOOR.SYS file to be used as a STANDARD for ALL Bulletin Board Systems.
  10.  
  11. =============================================================================
  12.  
  13.   This file format has been laid out and will be presented to ALL BBS authors
  14. in an attempt to establish a national standard for door program applications.
  15.  
  16. BBS AUTHORS: I urge you to consider this STANDARD with respect for your 3rd
  17.              party support authors. Come on guys, make life EASY for us.
  18.                                                                 (BIG GRIN)
  19.  
  20. =============================================================================
  21.  
  22.   I have tried to include EVERYTHING a 3rd party DOOR author would need to
  23. provide the SYSOPS with the look and feel they want from an online program
  24. while at the same time keeping things plain and simple to ease the problems
  25. of interfacing programs with a system.
  26.  
  27. This type of format is intended to be a "read-only" type of file
  28. (although it could be written again) because most BBS's have some sort
  29. of other file they use for re-entering the system with (PCBoard uses
  30. PCBOARD.SYS) which is harder to read in, and changes frequently.
  31. This file format, once established, wouldn't need to be changed EVERYTIME
  32. a new version of the BBS software gets released and this would also
  33. ease the demand for more info being made available in the BBS Re-Entry
  34. file thus making life easier for both parties. If there is something
  35. found in the following format that your BBS software may not be currently
  36. supporting, a DEFAULT value has been suggested.
  37.  
  38. ----------
  39. KG, Note:
  40.  
  41.    GAP DOES treat this file as Read/Write since GAP does not use
  42. or have any use for a Door File. GAP will re-read the DOOR.SYS upon
  43. return from a door. But not all fields are re-read. Only those fields
  44. that are marked with an '*' will be read by GAP when a caller returns
  45. from a door.
  46.  
  47.    When reading this file, you should not go into an EOF loop. In
  48. other words, you should not read until you encounter End Of File.
  49. Instead, you should read what you KNOW is there. This allows for
  50. additions to the end of the file without forcing all programs to be
  51. re-compiled. 
  52.  
  53. ----------
  54.  
  55. DOOR.SYS
  56. --------
  57. COM1:             <-- Comm Port - COM0: = LOCAL MODE
  58. 2400              <-- Baud Rate - 300 to 38400
  59. 8                 <-- Parity - 7 or 8
  60. 1                 <-- Node Number - 1 to 99                    (Default to 1)
  61. 19200             <-- DTE Rate. Actual BPS rate to use. (kg) 
  62. Y                 <-- Screen Display - Y=On  N=Off             (Default to Y)
  63. Y                 <-- Printer Toggle - Y=On  N=Off             (Default to Y)
  64. Y                 <-- Page Bell      - Y=On  N=Off             (Default to Y)
  65. Y                 <-- Caller Alarm   - Y=On  N=Off             (Default to Y)
  66. Rick Greer        <-- User Full Name
  67. Lewisville, Tx.   <-- Calling From
  68. 214 221-7814      <-- Home Phone
  69. 214 221-7814      <-- Work/Data Phone
  70. PASSWORD          <-- Password
  71. 110              *<-- Security Level
  72. 1456              <-- Total Times On
  73. 03/14/88          <-- Last Date Called
  74. 7560              <-- Seconds Remaining THIS call (for those that particular)
  75. 126               <-- Minutes Remaining THIS call
  76. GR                <-- Graphics Mode - GR=Graph, NG=Non-Graph, 7E=7,E Caller
  77. 23                <-- Page Length
  78. Y                 <-- User Mode - Y = Expert, N = Novice
  79. 1,2,3,4,5,6,7     <-- Conferences/Forums Registered In  (ABCDEFG)
  80. 7                 <-- Conference Exited To DOOR From    (G)
  81. 01/01/99          <-- User Expiration Date              (mm/dd/yy)
  82. 1                 <-- User File's Record Number
  83. Y                 <-- Default Protocol - X, C, Y, G, I, N, Etc.
  84. 0                *<-- Total Uploads
  85. 0                *<-- Total Downloads
  86. 0                *<-- Daily Download "K" Total
  87. 999999            <-- Daily Download Max. "K" Limit
  88. 10/22/88          <-- Caller's Birthdate                              (kg)
  89. G:\GAP\MAIN       <-- Path to the MAIN directory (where User File is) (kg)
  90. G:\GAP\GEN        <-- Path to the GEN directory                       (kg)
  91. Michael           <-- Sysop's Name (name BBS refers to Sysop as)      (kg)
  92. Stud              <-- Alias name                                      (rc)
  93. 00:05             <-- Event time                        (hh:mm)       (rc)
  94. Y                 <-- If its an error correcting connection (Y/N)     (rc)
  95. N                 <-- ANSI supported & caller using NG mode (Y/N)     (rc)
  96. Y                 <-- Use Record Locking                    (Y/N)     (rc)
  97. 14                <-- BBS Default Color (Standard IBM color code, ie, 1-15) (rc)
  98. 10               *<-- Time Credits In Minutes (positive/negative)     (rc)
  99. 07/07/90          <-- Last New Files Scan Date          (mm/dd/yy)    (rc)
  100. 14:32             <-- Time of This Call                 (hh:mm)       (rc)
  101. 07:30             <-- Time of Last Call                 (hh:mm)       (rc)
  102. 6                 <-- Maximum daily files available                   (rc)
  103. 3                *<-- Files d/led so far today                        (rc)
  104. 23456            *<-- Total "K" Bytes Uploaded                        (rc)
  105. 76329            *<-- Total "K" Bytes Downloaded                      (rc)
  106. A File Sucker     <-- User Comment                                    (rc)
  107. 10                <-- Total Doors Opened                              (rc)
  108. 10283             <-- Total Messages Left                             (rc)
  109.  
  110.  
  111.   *****  Each line is STRAIGHT ASCII TEXT with a CR/LF at the end.  *****
  112.  
  113.   Lines marked with an '*' will be re-read in GAP when a caller
  114.   returns from a door.
  115.  
  116.  
  117.   Please feel free to express any comments you may have on this format, or
  118.   leave suggestions you have for additions to the file to.....
  119.  
  120.       Raymond Clements, David Terry, or Kenny Gardner
  121.  
  122.   Rick Greer, the author of this Universal Specification, is no
  123.   where to be found!
  124.  
  125.