290 likes | 424 Vues
This is a user management script designed for BBS systems, specifically aimed at addressing file leeching issues. When installed as a login script, it detects users with a high download-to-upload ratio, notifying them about poor participation on the system. The script encourages users to engage more in online games and message bases while ensuring that garbage uploads are deleted. With customizable features, BBS administrators can tailor the script to fit their community's needs.
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