home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / offline / bbs / BBSA.TXT < prev    next >
Encoding:
Text File  |  1998-04-07  |  5.3 KB  |  265 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.                         BBSAALL.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.  9502                                                              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 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  40  Telephone  - (xxxx) xxxx-xxxx Multi-Line
  110. [xxxx]
  111.           7 C 15 Network Title 1
  112.           8 C 40 Network Address 1
  113.           9 C 15 Network Title 2
  114.          10 C 40 Network Address 2
  115.          11 C 40 Baud Rates
  116.          12 C 40 Access
  117.          13 C 30 Hours 1
  118.          14 C 30 Hours 2
  119.          15 C 30 Computer
  120.          16 C 30 OS
  121.          17 C 30 BBS Software
  122.          18 C 40 Emulation
  123.          19 C 30 Established
  124.          20 C 40 Location
  125.          21 C 40 Note 1
  126.          22 C 40 Note 2
  127.          23 C 40 Info 1
  128.  
  129.  
  130.  9502                                                              Page 2
  131.  
  132.  
  133.  
  134.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  135.  
  136.  
  137.  
  138.          24 C 40 Info 2
  139.          25 C 40 Info 3
  140.          26 C 40 Info 4
  141.          27 C 40 Info 5
  142.          28 C 40 Info 6
  143.          29 C 40 Info 7
  144.  
  145. The header fields are;
  146.  
  147.         Field Format Description
  148.         ----- ------ ----------------------
  149.           1 Int Literal 0
  150.           2 Int Data file version - Literal 3
  151.           3 Int Spare - Unused
  152.           4 C 40 Release Information
  153.           5 C 40 Release Date
  154.           6 C 0 Spare - Unused
  155.           7 C 0 Spare - Unused
  156.           8 C 0 Spare - Unused
  157.           9 C 0 Spare - Unused
  158.          10 C 0 Spare - Unused
  159.          11 C 0 Spare - Unused
  160.          12 C 0 Spare - Unused
  161.          13 C 0 Spare - Unused
  162.          14 C 0 Spare - Unused
  163.          15 C 0 Spare - Unused
  164.          16 C 0 Spare - Unused
  165.          17 C 0 Spare - Unused
  166.          18 C 0 Spare - Unused
  167.          19 C 0 Spare - Unused
  168.          20 C 0 Spare - Unused
  169.          21 C 0 Spare - Unused
  170.          22 C 0 Spare - Unused
  171.          23 C 0 Spare - Unused
  172.          24 C 0 Spare - Unused
  173.          25 C 0 Spare - Unused
  174.          26 C 0 Spare - Unused
  175.          27 C 0 Spare - Unused
  176.          27 C 0 Spare - Unused
  177.          28 C 0 Spare - Unused
  178.          29 C 0 Spare - Unused
  179.  
  180. NOTE 1: Region Codes are - 0 - Australia Wide
  181.                            1 - Australian Capital Territory
  182.                            2 - New South Wales
  183.                            3 - Victoria
  184.                            4 - Queensland
  185.                            5 - South Australia
  186.                            6 - Western Australia
  187.                            7 - Tasmania
  188.                            8 - Northern Territory
  189.  
  190. NOTE 2: Status codes are - 0 - Online
  191.                            1 - Unknown (Can not contact)
  192.                            2 - Temporarily Offline
  193.                            3 - Permanently Offline
  194.  
  195.  
  196.  9502                                                              Page 3
  197.  
  198.  
  199.  
  200.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  201.  
  202.  
  203.  
  204.                            4 - Name Changed
  205.                            5 - New System
  206.                            6 - Amended
  207.                            7 - Status changed to Online
  208.                            8 - Status changed to:
  209.                                - Unknown
  210.                                - Temporarily offline
  211.                                - Permanently offline
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  9502                                                              Page 4
  263.  
  264.  
  265.