home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / acf515r2.arj / ACSTRUCT.515 < prev    next >
Text File  |  1991-04-03  |  3KB  |  59 lines

  1.                           ACFiles Structure File for C
  2.                               Version 5.15 Series
  3.  
  4. for ACFPATH.CTL:
  5.  
  6. struct acfpath                          /* Define ACF Struct             */
  7.   {                                     /* Declare Struct                */
  8.   char v[3];                            /* Declare reVision Char         */
  9.   char tag[3];                          /* Declare Tag                   */
  10.   char name[40];                        /* Declare Area Name             */
  11.   char desc[60];                        /* Declare Area Description      */
  12.   char path[40];                        /* Declare Area Path             */
  13.   long sec;                             /* Declare Area Sec              */
  14.   char fbbs[60];                        /* Declare FILES.BBS Name        */
  15.   short gif;                            /* Declare GIF Flag - Unused     */
  16.   char utag[3];                         /* Declare U/L Tag               */
  17.   short flag[4];                        /* Declare Area Security Flags   */
  18.   char reserved[17];                    /* Declare Reserved Space        */
  19.   };                                    /* End Declare                   */
  20. Total Length: 240 Bytes
  21.  
  22. Revision holder will contain V5 For Series 5 format.  If it is NOT V5, it
  23. will be different length and order than the above.  TAG must be in order
  24. of A0-L9.  Any other order messes things up BIG time.  It is there only
  25. for indexing purposes.
  26.  
  27. Note that the revision holder is only needed in the first record, but can be
  28. in each of the following records.
  29.  
  30. ACFILES.CFG
  31.  
  32. Text file.
  33. First Line  - BBS Name.  Maximum of 80 Characters
  34. Second Line - ACMaster List Name.  Maximum of 128 Characters
  35. Third Line  - SysOp Security Level
  36. Fourth Line - Screen Write Mode
  37.               0 = ANSI, 1 = BIOS, 2 = Direct
  38. Fifth Line  - Hide Uploads - 0=No, 1=Yes
  39. Sixth Line  - # Seconds Till Hang Up Due To Inactivity
  40. Seventh Line- Ratio Number for Upload Time
  41. Eigth Line  - Filename #1 For Auto-Download Keys
  42. Ninth Line  - Short Description Of Filename #1
  43. Tenth       - File #2 Of The Above
  44. Eleventh    - Short Description Of Filename #2
  45. Twelth      - ACFiles Log File Path\Name
  46.  
  47. PROTOCOL.CFG
  48.  
  49. Line 1      - Name of Protocol
  50. Line 2      - Batch Protocol <Yes/No>
  51. Line 3      - Two-Way? <Yes/No>
  52. Line 4      - Send File Command
  53. Line 5      - Receive File Command
  54. Line 6      - Log File Format
  55. Line 7      - Sent Good Flags
  56. Line 8      - Receive Good Flags
  57. Line 9      - Path\Filename To Protocol's Log
  58.  
  59.