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 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Integer INTEGER001
- String STRING001
- String STRING002
- String STRING003
- String STRING004
-
- ;------------------------------------------------------------------------------
-
- INTEGER001 = 0
- :LABEL001
- INTEGER001 = INTEGER001 + 1
- Cls
- STRING001 = ReadLine(PPEPath() + "NUP.CNF", 2)
- STRING004 = ReadLine(PPEPath() + "NUP.CNF", 3)
- STRING003 = ReadLine(PPEPath() + "NUP.CNF", 4)
- DispFile PPEPath() + "NUP", 1
- InputStr STRING004 + "@X08", STRING002, 14, 15, Mask_Ascii(), 2 + 128 + 8 + 256
- If (STRING002 == STRING001) Then
- PrintLn "@X04Correct!"
- PrintLn "@X08NUP v2.0 [6/01/94] Coded Jim Jones [@X03Alf@X08]"
- PrintLn "@X08Distributed By [@X03Alf@X08]"
- PrintLn "@X08Registered To : @X04" + STRING003
- PrintLn ""
- PrintLn "@MORE@"
- Goto LABEL002
- Else
- Select Case (INTEGER001)
- Case 1
- PrintLn "@X04Wrong, Try Again"
- PrintLn "@MORE@"
- Goto LABEL001
- Case 2
- PrintLn "@X04Wrong, Try One More Time"
- PrintLn "@MORE@"
- Goto LABEL001
- Case 3
- PrintLn "@X04WRONG!!!, @X07 Call Back When You Get A Life!"
- PrintLn "@X08NUP v1.0 [5/16/94] Coded Jim Jones [@X03Alf@X08]"
- PrintLn "@X08Distributed By [@X03Alf@X08]"
- PrintLn "@X08Registered To : @X04" + STRING003
- Hangup
- Endif
- End Select
- :LABEL002
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Cls
- ; 11 Goto
- ; 5 Let
- ; 14 PrintLn
- ; 4 If
- ; 1 DispFile
- ; 1 Hangup
- ; 1 InputStr
- ;
- ;
- ; ■ Functions used :
- ;
- ; 11 +
- ; 4 ==
- ; 4 !
- ; 1 Mask_Ascii()
- ; 4 PPEPath()
- ; 3 ReadLine()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : B
- ;
- ; B - Brute hangup ■ 1
- ; Program hangup without notification. This may be a good way to
- ; disconnect a user, but if used randomly, may be very nasty
- ; ■ Search for : HANGUP, DTROFF
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 1 If/Then or If/Then/Else
- ; 1 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-