home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Boolean BOOLEAN001
- Boolean BOOLEAN002
- Date DATE001
- Integer INTEGER001
- String STRING001
- String STRING002
- String STRING003
- String STRING004
- String STRING005
-
- ;------------------------------------------------------------------------------
-
- If (Exist(PPEPath() + PPEName() + ".MSG")) Goto LABEL001
- PrintLn "@X0AAutomatic New User Message @X0F-@X0A v1.0 Coded by @X02VEN@X0Ai@X02OR"
- PrintLn "@X0AA MOZ@X02[iC]@X0AART@X0F Production 1995."
- PrintLn "@X0FMessage to send not found. PPE Aborted!"
- Delay 12
- End
- :LABEL001
- If (Exist(PPEPath() + PPEName() + ".CFG")) Goto LABEL002
- PrintLn "@X0AAutomatic New User Message @X0F-@X0A v1.0 Coded by @X02VEN@X0Ai@X02OR"
- PrintLn "@X0AA MOZ@X02[iC]@X0AART@X0F Production 1995."
- PrintLn "@X0FConfiguration file not found. PPE Aborted!"
- Delay 12
- End
- :LABEL002
- SaveScrn
- FOpen 1, PPEPath() + PPEName() + ".CFG", 0, 2
- FGet 1, STRING002
- FGet 1, STRING003
- FGet 1, STRING004
- PrintLn "@X0AAutomatic New User Message @X0F-@X0A v1.0 Coded by @X02VEN@X0Ai@X02OR"
- PrintLn "@X0AA MOZ@X02[iC]@X0AART@X0F Production 1995."
- PrintLn "@X0FChecking configuration ..."
- Delay 10
- PrintLn "@X0FChecking message ..."
- Delay 10
- PrintLn "@X02Done!"
- Delay 7
- ShowOff
- INTEGER001 = 0
- STRING001 = ""
- PrintLn STRING002
- PrintLn STRING003
- PrintLn STRING004
- DATE001 = Date() + 3
- BOOLEAN001 = 0
- BOOLEAN002 = 0
- STRING005 = PPEPath() + PPEName() + ".MSG"
- Message INTEGER001, STRING001, STRING002, STRING003, STRING004, DATE001, BOOLEAN001, BOOLEAN002, STRING005
- ConfFlag 0, 16
- ShowOn
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 2 End
- ; 3 Goto
- ; 6 Let
- ; 14 PrintLn
- ; 2 If
- ; 1 ConfFlag
- ; 1 FOpen
- ; 3 FGet
- ; 5 Delay
- ; 1 Message
- ; 1 SaveScrn
- ; 1 ShowOn
- ; 1 ShowOff
- ;
- ;
- ; ■ Functions used :
- ;
- ; 9 +
- ; 1 Date()
- ; 4 PPEPath()
- ; 2 Exist()
- ; 4 PPEName()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : F
- ;
- ; F - Change conference flags status ■ 2
- ; This may be normal for a SELECT replacement but it may also be
- ; a way to get access to conferences a user is not allowed to.
- ; ■ Search for : CONFFLAG, CONFUNFLAG
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-