290 likes | 420 Views
;---------------------------------------. ; File Leech Chop Buster. ; v1.0 - 08/01/93 - Gerry Schechter. ; The Lost Carrier BBS - (914) 964-0419. ;---------------------------------------. ; Install the .PPE as your Login Script. ; Modify this .PPS any way you like.
E N D
If (U_Sec <> 30) End ; Only this security level will get the message
; If the user has 20 d/l and no u/l -or- greater than 15:1 ratio
If ((U_Ful() = 0 & U_Fdl() > 20) | (U_Ful() * 15 < U_Fdl())) Then
PrintLn "Hi there @FIRST@. Your record indicates that you like to download."
PrintLn "Did you ever wonder where all the files come from?"
PrintLn "File leeches, such as yourself, are a pain in the butt!"
PrintLn "It is strongly recommended that you participate more on this"
PrintLn "system by playing the on-line games and/or participating in"
PrintLn "the message bases. Oh, and don't bother uploading garbage files."
Wait ; Make 'em press enter - Should slow down the Robo leeches <g>
AdjTime -10 ; Subtract 10 minutes from this dudes on-line time