home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / DOS / TOR136B.EXE / TECTL.ZIP / UPGRADER.CTL < prev    next >
Encoding:
INI File  |  1997-03-14  |  2.4 KB  |  70 lines

  1. [Upgrade]
  2. ;
  3. ; 10-th call
  4. ;
  5. Reason          Call (10)   ; Reason for increasing access level:
  6.                             ; 'Call (<number of call>)', 'BirthDay' or
  7.                             ; 'Date <date>'
  8. ;
  9. Inform_Via      Display     ; How we will inform the user (Display - display
  10.                             ; a file,  Message (<area number>) -  post a
  11.                             ; message in an area with <area number> number).
  12. ;
  13. FileName        upgr        ; Name of the file for displaying/posting
  14.                             ; (without any extension and path if you want
  15.                             ; this file to be displayed). On the other hand
  16.                             ; if you want this file to be posted in a
  17.                             ; message area you should specify it with the
  18.                             ; full path.
  19. ;
  20. Mode            Forever     ; Period for fiving this access level to a user:
  21.                             ; Forever  (forever ;)  ¿½¿  Today (only today ;)
  22. ;
  23. Security        2           ; [+]<security>,  where security is a concrete
  24.                             ; access level or how many points upgrader will
  25.                             ; add to the existing access level of this user
  26.                             ; (if '+' exists)
  27. ;
  28. Check          <2 !0        ; Make changings to the access level only if
  29.                             ; if this statements are true.
  30.                             ; You can add any conditions using space symbol
  31.                             ; " " or coma ",".
  32.                             ; Accessible logical operators in the conditions:
  33.                             ; "<" (access level is less than specified,
  34.                             ; for example: <3), '>' (access level is bigger
  35.                             ; than specified) and '!' (not as specified),
  36.                             ; for example: !10
  37.  
  38. [Upgrade]
  39. ;
  40. ; 100-th call
  41. ;
  42. Reason          Call (100)
  43. Inform_Via      Display
  44. FileName        upgr
  45. Mode            Forever
  46. Security        +1
  47. Check           <3 !3
  48.  
  49. [Upgrade]
  50. ;
  51. ; Birthday
  52. ;
  53. Reason          BirthDay
  54. Inform_Via      Display
  55. FileName        bd
  56. Mode            Today
  57. Security        4
  58. ;Check
  59.  
  60. [Upgrade]
  61. ;
  62. ; SysOp's birthday
  63. ;
  64. ;Reason          Date (27-04-81)
  65. ;Inform_Via      Display
  66. ;FileName        sysopbd
  67. ;Mode            Today
  68. ;Security        4
  69. ;Check
  70.