home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / offline / bbs / BBSA1.TXT < prev    next >
Encoding:
Text File  |  1998-04-07  |  4.3 KB  |  199 lines

  1.  
  2.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.          Australian Bulletin Board System Registry
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                    ASCII Data File Guide
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                         BBSA1ALL.DAT
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                   Contact for information
  30.                   -----------------------
  31.                               
  32.  
  33.                               
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  9005                                                              Page 1
  65.  
  66.  
  67.  
  68.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  69.  
  70.  
  71.  
  72. The  data  file created by the registry is to allow users to
  73. create custom listings  and  online  enquiry  systems.  Only
  74. "public" information is included with the file.
  75.  
  76. The   first  record  in  each  data  file  includes  release
  77. information, anyone writing utilities  should  make  use  of
  78. this  record  to  ensure  that  old data files are not used.
  79. Always obtain the lastest listings,  whether  data  file  or
  80. formatted lists, help eradicate out of date lists.
  81.  
  82. Each  other  record  is a system record, the contents of the
  83. records are explained below. Records  are  delimited  ASCII,
  84. this  means  almost any programming language can process the
  85. file easily.
  86.  
  87. For dBase specify "Append from xxxx delimited" then retrieve
  88. record number 1 and store the details and delete the record,
  89. you now have a usable dBase database file.
  90.  
  91. BASIC programs should be able to LINEINPUT  the  records,  C
  92. programs  will  need  to either manually scan the strings or
  93. use scanf() to process the information.
  94.  
  95. To simplify processing the shorter header record  (with  the
  96. release  information)  has  the same number of fields as the
  97. data records, each of the unused header fields  has  a  null
  98. string present.
  99.  
  100. The BBSA1ALL.DAT data fields are;
  101.  
  102.         Field Format Description
  103.         ----- ------ ----------------------
  104.           1 Int BBS Registration Number
  105.           2 Int Region Code - (Note 1 )
  106.           3 Int System Status - (Note 2)
  107.           4 C 40 System Name
  108.           5 C 40 SysOp Name
  109.           6 C 16 Telephone - (xxxx) xxxx-xxxx
  110.           7 C 15 Network Title
  111.           8 C 20 Network Address - x:xxxx/xxxx.xxxx
  112.           9 C 40 Baud Rates
  113.          10 C 40 Access
  114.          11 C 30 Hours 1
  115.          12 C 30 Hours 2
  116.          13 C 20 Computer
  117.          14 C 20 DOS
  118.          15 C 20 BBS Software
  119.          16 C 40 Note 1
  120.          17 C 40 Note 2
  121.          18 C 40 Info 1
  122.          19 C 40 Info 2
  123.          20 C 40 Info 3
  124.          21 C 40 Info 4
  125.          22 C 40 Info 5
  126.          23 C 40 Info 6
  127.  
  128.  
  129.  
  130.  9005                                                              Page 2
  131.  
  132.  
  133.  
  134.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  135.  
  136.  
  137.  
  138. The header fields are;
  139.  
  140.         Field Format Description
  141.         ----- ------ ----------------------
  142.           1 Int Literal 0
  143.           2 Int Spare - Unused
  144.           3 Int Spare - Unused
  145.           4 C 40 Release Information
  146.           5 C 40 Release Date
  147.           6 C 0 Spare - Unused
  148.           7 C 0 Spare - Unused
  149.           8 C 0 Spare - Unused
  150.           9 C 0 Spare - Unused
  151.          10 C 0 Spare - Unused
  152.          11 C 0 Spare - Unused
  153.          12 C 0 Spare - Unused
  154.          13 C 0 Spare - Unused
  155.          14 C 0 Spare - Unused
  156.          15 C 0 Spare - Unused
  157.          16 C 0 Spare - Unused
  158.          17 C 0 Spare - Unused
  159.          18 C 0 Spare - Unused
  160.          19 C 0 Spare - Unused
  161.          20 C 0 Spare - Unused
  162.          21 C 0 Spare - Unused
  163.          22 C 0 Spare - Unused
  164.          23 C 0 Spare - Unused
  165.  
  166. NOTE 1: Region Codes are - 0 - Spare - Unused
  167.                            1 - Australian Capital Territory
  168.                            2 - New South Wales
  169.                            3 - Victoria
  170.                            4 - Queensland
  171.                            5 - South Australia
  172.                            6 - Western Australia
  173.                            7 - Tasmania
  174.                            8 - Northern Territory
  175.  
  176. NOTE 2: Status codes are - 0 - Online
  177.                            1 - Unknown (Can not contact)
  178.                            2 - Temporarily Offline
  179.                            3 - Permanently Offline
  180.                            4 - Name Changed
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  9005                                                              Page 3
  197.  
  198.  
  199.