home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / nbeta087.exe / CONFIGS.EXE / EXPIRY.CTL < prev    next >
Encoding:
Text File  |  1996-09-04  |  4.6 KB  |  103 lines

  1. ;
  2. ; Last updated: January 12, 1994
  3. ;
  4. ; NanoBBS by Gerald T. Albion
  5. ; Copyright 1994 Whirlwind Software    All Rights Reserved
  6. ;
  7. ; EXPIRY.CTL - A file to define account expiry times
  8. ;
  9. ;        ┌───────────────────────────────────────────────────┐
  10. ;        │                                                   │
  11. ;        │               HOW TO USE THIS FILE                │
  12. ;        │                                                   │
  13. ;        └───────────────────────────────────────────────────┘
  14. ;
  15. ; The purpose of this file is to assign several possible account expiry
  16. ; conditions to each user access level.  This way, you can have different
  17. ; account lifespans for different levels, etc.
  18. ;
  19. ; NanoBBS automatically loads the user's expiry parameters from this
  20. ; file upon expiry or account creation. If the user's access level is
  21. ; not found (or if this file is missing) expiry will be ignored.
  22. ;
  23. ; The file consists (mostly) of lines of numbers, for example:
  24. ;
  25. ; 100 366 10 180
  26. ;
  27. ; The first number is the access level (In the example, level 100).  It should
  28. ;   correspond to an access level defined in LIMITS.CTL, but it doesn't
  29. ;   have to.
  30. ;
  31. ; The second number is the number of DAYS an account is to last.  Set this
  32. ;   to -1 for no-expiry-date.  In the example, it is set for 366 days, or
  33. ;   one year plus a day.  If it is -1, the user never expires.  If it is 0,
  34. ;   the user is expired on his/her next call.
  35. ;
  36. ; The third number is the new access level to change to when an account
  37. ;   expires.  In this example, it is set at 10, i.e. when the account expires
  38. ;   the user will be demoted to level 10.  To make NanoBBS actually delete
  39. ;   a user upon expiry, set this access level to -1 (an intentionally invalid
  40. ;   level).
  41. ;
  42. ; The last number is the number of days from a user's
  43. ;   last call that an account can remain "dormant" before being marked
  44. ;   as "Deleted" by the system.  In the above example, if the user doesn't
  45. ;   call in 180 days, the account is deleted!  SOCIAL STATEMENT: It is
  46. ;   recommended that this never be set to less than two or three months,
  47. ;   except for new users (for purposes of weeding out those who call once
  48. ;   and never call back).  Set this to -1 if you wish this access level to
  49. ;   never have a dormancy timeout.
  50. ;
  51. ; The defaults offered below are designed to complement the default
  52. ; access levels in LIMITS.CTL.  Feel free to change these to suit
  53. ; your needs!
  54. ;
  55. ;     Level  Days     NewLevel     Filename
  56. ;     -----  -------  -------       -----
  57.         0      -1        0                      ;Hidden
  58.         1      7        -1                      ;Persona Non Grata
  59.         2      30       -1
  60.         5      30       -1         EXPEXP       ;Expired New User
  61.         10     60       5          NEWEXP       ;Open Access ~G(30m/day)
  62.         11     30       5          NEWEXP       ;Open Access ~G(30m/day)
  63.         12     30       5          NEWEXP       ;New User
  64.         15     30       5          NEWEXP       ;Expired registered user
  65.  
  66.         20     90       12                      ;Frequent Post/Uploader!
  67.  
  68.         30     21       15         FGREXP       ; Family (Expired Grace)
  69.  
  70.         40    366       30         FEXP         ;Family Access ~G(120m)
  71.         41    366       30         FEXP         ;No Time Limit!
  72.  
  73.         43    366       30         FEXP         ;Family (Budget)
  74.         44    366       30         FEXP         ;Family (Standard)
  75.         45    366       30         FEXP         ;Family (Extended)
  76.         46    366       30         FEXP         ;Family (Limitless)
  77.  
  78.         49     -1       49                      ;Frequent Post/Uploader!
  79.  
  80.         50     -1        50                     ;Complimentary
  81.  
  82.         51     -1        51                     ;Associate Uploader
  83.  
  84.         80     21       15         AGREXP       ;Adult (Expired Grace)
  85.  
  86.         98     366      80         ADULTEXP     ;Verified Adult
  87.         99     366      80         ADULTEXP     ;Adult (Budget)
  88.         100    366      80         ADULTEXP     ;Adult (Standard)
  89.         101    366      80         ADULTEXP     ;Adult (Extended)
  90.         102    366      80         ADULTEXP     ;Adult (Limitless)
  91.  
  92.         150    -1       150                     ;Adult Uploader!
  93.         151    -1       151                     ;Adult Uploader!
  94.         152    -1       152                     ;Adult Uploader!
  95.  
  96.         200     -1      200                     ;Verified, ~JNo Time Limit!
  97.  
  98.         50000    -1     50000                   ;SysOp
  99.         65534    -1     65534                   ;Hidden
  100.         65535    -1     65535                   ;SysOp
  101.  
  102.  
  103.