home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / JLUT531.ZIP / MISC.ZIP / GT18.@JL < prev    next >
Text File  |  1994-05-11  |  3KB  |  71 lines

  1.  ; FILENAMES **********************************
  2.  ;
  3.  ; B BOOLEAN          L LONGINT            Z SIZE
  4.  ; S STRING           I INTEGER            N SINGLE
  5.  ; W WORD             O LONG               R REAL
  6.  ; C CHAR             Y BYTE               E EXTENDED
  7.  ;
  8. USER.CTL     ; Name of Userfile
  9. USER.IDX     ; Name of UserIndexFile
  10. \MESSAGE.CTL ; Name of MessageFile
  11. \USER_MSG.CTL; Name of UserMessageFile
  12. \USER_MSG.IDX; Name of UserMessageIndexFile
  13.  
  14.  ;
  15.  ; USER RECORD of GT 16-18 ********************
  16.  ;
  17.  
  18.  0,  0,176,Z ; Size in bytes
  19.  1,  0,  1,B ; BOOLEAN      user_deleted;
  20.  2,  1, 31,S ; STRING       user_name[31];
  21.  3, 32,  9,S ; STRING       user_first_date[9]
  22.  4, 41,  6,S ; STRING       user_first_time[6]
  23.  5, 47,  9,S ; STRING       user_last_date[9]
  24.  6, 56,  6,S ; STRING       user_last_time[6]
  25.  7, 62,  2,W ; WORD         user_netmail_credits
  26.  8, 64,  2,W ; WORD         user_netmail_charges
  27. 24, 66,  2,W ; WORD         user_total_calls;
  28.  9, 68,  1,B ; BOOLEAN      user_banned
  29. 10, 69,  1,B ; BOOLEAN      user_expert
  30. 11, 70,  1,B ; BOOLEAN      user_more
  31. 13, 71, 31,S ; STRING       user_city_state_zip[31]
  32. 14,102, 11,S ; STRING       user_phone[11]
  33. 15,113, 21,S ; STRING       user_password[21]
  34. 16,134,  1,C ; CHAR         user_privel
  35. 33,135,  2,W ; WORD         user_day_calls;
  36. 34,137,  2,W ; WORD         user_day_connect_time;
  37. 17,139,  1,C ; char         user_protocol
  38. 18,140,  2,W ; WORD         user_screen_lgth
  39. 28,142,  2,W ; WORD         user_total_upload_k;
  40. 29,144,  2,W ; WORD         user_total_upload_files;
  41. 30,146,  2,W ; WORD         user_total_dnload_k;
  42. 31,148,  2,W ; WORD         user_total_dnload_files;
  43. 19,150,  4,L ; LONGINTEGER  user_caller_no
  44. 20,154,  2,W ; WORD         user_hash_code
  45. 21,156, 10,S ; STRING       user_cb_handle[10]
  46.  
  47.  ;
  48.  ; MESSAGE RECORD of GT 16-18 *****************
  49.  ;
  50.  
  51.  0,  0,128,Z ; Size in bytes
  52.  1,  0,  1,Y ; Deleted      : BYTE;
  53.  2,  1,  2,W ; MsgNumber    : WORD;
  54.  3,  3, 31,S ; SenderName   : ARRAY [1..31] OF CHAR;
  55.  4, 34, 31,S ; ReceiverName : ARRAY [1..31] OF CHAR;
  56.  5, 65, 31,S ; Subject      : ARRAY [1..31] OF CHAR;
  57.  6, 96,  9,S ; MsgDate      : ARRAY [1.. 9] OF CHAR;
  58.  7,105,  2,W ; NET          : WORD;
  59.  8,107,  6,S ; MsgTime      : ARRAY [1.. 6] OF CHAR;
  60.  9,113,  1,Y ; WeekDay      : BYTE; {1 = So, 7 = Sa}
  61. 10,114,  1,Y ; MsgFlags     : BYTE; {Bit 1 (Sticky)}
  62. 11,115,  1,Y ; MsgFiller    : BYTE;
  63. 12,116,  2,W ; NODE         : WORD;
  64. 13,118,  1,Y ; MsgPermPriv  : BYTE; {00 = NONE; 01 = Private; 02 = NonKill}
  65. 14,119,  1,Y ; MsgReceived  : BYTE; {Bit 1(Received) 5(Bagged) 6(Incoming}
  66. 15,120,  2,W ; SeeAlso1     : WORD;
  67. 16,122,  2,W ; SeeAlso2     : WORD;
  68. 17,124,  2,W ; SeeAlso3     : WORD;
  69. 18,126,  2,W ; OrigNumber   : WORD;
  70.  
  71.