home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / CBVV14.EXE / WWIV_PPP.OFS < prev    next >
Text File  |  1996-11-01  |  2KB  |  76 lines

  1. ; WWIV_PPP v1.3
  2. ; Copyright (c) 1996 By John Dailey
  3. ; Written & programmed by John Dailey
  4. ;
  5. ; WWIV_PPP Offset Configuration File
  6. ;
  7. ; Each offset is the number of bytes from the beginning of the user record to
  8. ; the specific data.  Calculate these numbers by adding the byte values for
  9. ; each variable in the userrec, up to, but not inclusive of, the variable you
  10. ; are defining.  Blank lines, and lines beginning with a semi-colon (;) are
  11. ; ignored.  Below is a list of C variable types and their byte values.
  12. ;
  13. ; char   1 byte
  14. ; int    2 bytes
  15. ; short  2 bytes
  16. ; float  4 bytes
  17. ; long   4 bytes
  18. ; double 8 bytes
  19. ;
  20. ; PLEASE NOTE!  As of this release, WWIV_PPP.EXE does not support variable
  21. ; length differences from those of the original WWIV record structure.  In
  22. ; other words, if you have changed the length of ANY of your user record
  23. ; structures, you will NOT be able to use WWIV_PPP.EXE without some risk to
  24. ; your user record.
  25. ;
  26.  
  27. ; Length Of User Record In Bytes (Add Up All Byte Values)
  28. 1024
  29.  
  30. ; Offset To User's Handle (userrec.name)
  31. 0
  32.  
  33. ; Offset To User's Real Name (userrec.realname)
  34. 31
  35.  
  36. ; Offset To User's Voice Phone Number (userrec.phone)
  37. 59
  38.  
  39. ; Offset To User's Data Phone Number (userrec.dataphone)
  40. 72
  41.  
  42. ; Offset To User's Password (userrec.pw)
  43. 165
  44.  
  45. ; Offset To User's Sysop Comment (userrec.note)
  46. 192
  47.  
  48. ; Offset To User's Board Security Level (usrerec.sl)
  49. 584
  50.  
  51. ; Offset To User's Download Security Level (userrec.dsl)
  52. 585
  53.  
  54. ; Offset To User's Exemptions (userrec.exempt)
  55. 586
  56.  
  57. ; Offset To User's AR Flags (userrec.ar)
  58. 706
  59.  
  60. ; Offset To User's DAR Flags (userrec.dar)
  61. 708
  62.  
  63. ; Offset To User's Restrictions (userrec.restrict)
  64. 710
  65.  
  66. ; Offset To Active Security Level In RESTORE.WWV (actsl)
  67. 266
  68.  
  69. ; Offset To Subscription Expiration Date (userrec.expires)
  70. 814
  71.  
  72. ; Offset To User Credits (userrec.pos_account)
  73. 878
  74.  
  75. ; End Of WWIV_PPP.OFS File
  76.