home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mued102b.zip / muedpm.tpl < prev    next >
Text File  |  1995-01-20  |  3KB  |  123 lines

  1. ;
  2. ; MUEDPM.TPL
  3. ;
  4. ; This is an example User Templates file for MUEd/PM Pro. Astute readers will
  5. ; notice the striking similarity to the Windows Initialization file format that
  6. ; this file follows. This was done on purpose so that you could use any text
  7. ; based editor to modify it.
  8. ;
  9. ; Each section starts with a tag enclosed with [] characters, this is the name
  10. ; of the template that comes up in MUEd/PM when you select Edit -> Apply User
  11. ; Template. Each section is then made up of Key/Key Value pairs.
  12. ;
  13. ; Key/Key Value pairs are:
  14. ;
  15. ;   PrivLevel
  16. ;
  17. ;       TWIT
  18. ;       DISGRACE
  19. ;       LIMITED
  20. ;       NORMAL
  21. ;       WORTHY
  22. ;       PRIVIL
  23. ;       FAVORED
  24. ;       EXTRA
  25. ;       CLERK
  26. ;       ASSTSYSOP
  27. ;       SYSOP
  28. ;       HIDDEN
  29. ;
  30. ;   Credit
  31. ;
  32. ;       Number of Matrix Netmail Credits to give to user when applied.
  33. ;
  34. ;   ExpiryType
  35. ;
  36. ;       NONE
  37. ;       DAYS
  38. ;       MINUTES
  39. ;
  40. ;   ExpiryTime
  41. ;
  42. ;       Depending on ExpiryType this is either the number of minutes
  43. ;       to expiration or the number of days.
  44. ;
  45. ;   ExpiryAction
  46. ;
  47. ;       NONE
  48. ;       AXE
  49. ;       DEMOTE
  50. ;
  51. ;   ExpiryPriv
  52. ;
  53. ;       If ExpiryAction is set to DEMOTE, this is the level to demote
  54. ;       to.
  55. ;
  56. ;       TWIT
  57. ;       DISGRACE
  58. ;       LIMITED
  59. ;       NORMAL
  60. ;       WORTHY
  61. ;       PRIVIL
  62. ;       FAVORED
  63. ;       EXTRA
  64. ;       CLERK
  65. ;       ASSTSYSOP
  66. ;       SYSOP
  67. ;       HIDDEN
  68. ;
  69. ;   Keys
  70. ;
  71. ;       One or more of:     12345678ABCDEFGHIJKLMNOPQRSTUVWX
  72. ;
  73. ;       These are set _IN ADDITION TO_ those keys already set.
  74. ;
  75. ; If you don't want a particular aspect set for a user, don't include that
  76. ; Key/Key Value pair in the template definition.
  77. ;
  78. ; If ExpiryType = NONE, ExpiryAction, ExpiryTime and ExpiryPriv are ignored.
  79. ; If ExpiryType = DAYS or MINUTES, ExpiryTime is REQUIRED.
  80. ; If ExpiryAction = DEMOTE, ExpiryPriv is REQUIRED.
  81. ;
  82. ; You can have as many as you want, subject to the limitations of the List Box
  83. ; control. The total memory consumed by all the tags must not exceed 65355
  84. ; bytes.
  85. ;
  86. ; Each line of the file should be no longer than 126 bytes.
  87. ;
  88.  
  89. [First Upgrade]
  90. PrivLevel=LIMITED
  91. Credit=65535
  92. ExpiryType=NONE
  93.  
  94. [Second Upgrade]
  95. PrivLevel=NORMAL
  96. Credit=65535
  97. ExpiryType=NONE
  98.  
  99. [Subscriber]
  100. PrivLevel=EXTRA
  101. Credit=65535
  102. ExpiryType=DAYS
  103. ExpiryTime=180
  104. ExpiryAction=DEMOTE
  105. ExpiryPriv=NORMAL
  106. Keys=R
  107.  
  108. [1 Year Subscriber]
  109. PrivLevel=EXTRA
  110. Credit=65535
  111. ExpiryType=DAYS
  112. ExpiryTime=365
  113. ExpiryAction=DEMOTE
  114. ExpiryPriv=NORMAL
  115. Keys=R
  116.  
  117. [Friend]
  118. PrivLevel=EXTRA
  119. Credit=65535
  120. ExpiryType=NONE
  121. Keys=1R
  122.  
  123.