home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TLY-CHNG.ZIP / ADJUST.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-10-22  |  900b  |  92 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Date     DATE001
  20.     Integer  TINTEGER002(3)
  21.     Integer  INTEGER003
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     FOpen 1, PPEPath() + "ADJUST.CFG", 2, 3
  26.     FGet 1, TINTEGER002(1)
  27.     FGet 1, TINTEGER002(2)
  28.     FGet 1, TINTEGER002(3)
  29.     FClose 1
  30.     DATE001 = U_Stat(1)
  31.     INTEGER003 = PCBMac("@SECURITY@")
  32.     If (TINTEGER002(1) == INTEGER003) Goto LABEL001
  33.     Goto LABEL003
  34.     :LABEL001
  35.     If (Date() >= DATE001) Goto LABEL002
  36.     Goto LABEL003
  37.     :LABEL002
  38.     GetUser
  39.     U_Sec = TINTEGER002(2)
  40.     PutUser
  41.     :LABEL003
  42.     End
  43.  
  44. ;------------------------------------------------------------------------------
  45. ;
  46. ; Usage report (before postprocessing)
  47. ;
  48. ; ■ Statements used :
  49. ;
  50. ;    1       End
  51. ;    4       Goto 
  52. ;    3       Let 
  53. ;    2       If 
  54. ;    1       FOpen 
  55. ;    1       FClose 
  56. ;    3       FGet 
  57. ;    1       GetUser
  58. ;    1       PutUser
  59. ;
  60. ;
  61. ; ■ Functions used :
  62. ;
  63. ;    1       +
  64. ;    1       ==
  65. ;    1       >=
  66. ;    1       Date()
  67. ;    1       PPEPath()
  68. ;    1       U_Stat()
  69. ;    1       PCBMac()
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Analysis flags : W
  74. ;
  75. ; W - Write user ■ 5
  76. ;     Program writes a user record. Although this may be normal for a
  77. ;     User Editor, it may also be a way to modify an account level.
  78. ;     ■ Search for : PUTUSER
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ; Postprocessing report
  83. ;
  84. ;    0       For/Next
  85. ;    0       While/EndWhile
  86. ;    0       If/Then or If/Then/Else
  87. ;    0       Select Case
  88. ;
  89. ;------------------------------------------------------------------------------
  90. ;                 AEGiS Corp - Break the routines, code against the machines!
  91. ;------------------------------------------------------------------------------
  92.