home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !FileBase / !NewsFlash / Docs / Developers / Structures / UserFile < prev   
Encoding:
Text File  |  1996-08-26  |  1.2 KB  |  65 lines

  1. Last update: 26/8/96
  2.  
  3. User data file:
  4.  
  5. Header:
  6.  
  7. &00  # of users
  8.  
  9. For each user:
  10.  
  11. 256 bytes
  12.  
  13. &00  (20 bytes) user name
  14. &14  User work directory (-1 for none)
  15. &18  5 byte time of last logon (use in preference to &C8)
  16. &20  Keys
  17. &24  User level
  18. &28  No. of display lines
  19. &2C  Expiry time
  20. &30  Start time
  21. &34  Upload ratio
  22. &35  Download ratio
  23. &36  Low = Style, high = rating
  24. &37  Terminal type:
  25.  
  26.              0 None (ASCII)
  27.              1 ANSI
  28.              2 VT100
  29.  
  30. &38  K Downloaded
  31. &3C  K Uploaded
  32. &40  Files downloaded
  33. &44  Files uploaded
  34. &48  File area
  35. &4B  File base
  36. &4C  Message area
  37. &4F  Message base
  38. &50  Logon time (2 bytes)
  39. &52  Logon time remaining today (2 bytes) (updated when user logs off)
  40. &54  # of calls
  41.  
  42.  
  43. &58  (8 bytes)  Phone number (BCD)
  44. &60  (32 bytes) Address line 1
  45. &80  (32 Bytes) Address line 2
  46. &A0  (32 Bytes) Address line 3
  47. &C0  (8 bytes)  Post Code             (not nul terminated)
  48. &C8  Last called
  49. &CC  Data phone (BCD)
  50. &D4  Flags
  51.  
  52.      Bit 0   More?
  53.      Bit 1   Registered
  54.      Bit 2   Clear screen?
  55.      Bit 3   Sysop
  56.      Bit 4   User is deleted
  57.      Bit 5   Force pager on
  58.      Bit 6   Force pager off
  59.      
  60.      All other bits must be set to zero for future compatibility
  61.  
  62. &D8  Echo name
  63. &EC  For internal user only
  64. &F0  User7 (String)
  65.