home *** CD-ROM | disk | FTP | other *** search
-
-
-
- =====( TopDL V1.12 )===============================================
-
-
- Trion 'TopDownloaders' Utility.
-
- (c) Copyright Paul Spijkerman, '94-'98. All rights reserved.
-
- Written for use with the Trion BBS package.
-
-
- ===================================================================
-
-
- This is a little programm that makes an ANSI screen of the
- top-10 of people who did the most file transfers.
-
- Later the program was upgraded with extra modes to
- make stats of people who made the most calls, of people
- who are the most people on line and of people who wrote
- the most messages.
-
-
- It shows in on 1 ANSI screen total 4 top-10 of people who:
-
- Uploaded the most bytes.
- Uploaded the most files.
- Downloaded the most bytes.
- Downloaded the most files.
-
- Also it can make screens with a top-15 of only one of the mentioned
- modes and the modes listed here:
-
- Top Call numbers
- Top Minutes online
- Top Messages written
-
-
-
- Note that "TopDL" maybe a little slow scanning all users for
- their stats. There is a program "ScanUserStats" which does the
- same as TopDL but stores the result in a binary files.
- The program ShowStats can produce ANSI files of these stats.
-
-
-
- You start the program with a number on the commandline to
- indicate which screen should be made.
-
- Use the -S flag on the command line if you don't want Users
- with Sysop level in the list. They probably are in the top-5
- of users with the most calls, most minutes online and most
- messages written.
-
-
- TrionTopDL V1.12 (c)94-97 Paul Spijkerman.
- Use : TopDL [n] [-options] >file
-
- Options: -s .. Don't use users with sysop level
-
- n = 0 .. Top Downloads/uploads Bytes/file (Default)
- n = 1 .. Top Downloaded Files
- n = 2 .. Top Downloaded Bytes
- n = 3 .. Top Uploaded Files
- n = 4 .. Top Uploaded Bytes
- n = 5 .. Top Call number
- n = 6 .. Top Minutes online
- n = 7 .. Top Messages written
-
-
-
-
- You can use it in different ways.
-
- Making a screen takes a little time, so you could make
- a screen once a day with the folowing.
-
- Add something like this to the 'maintenance script':
-
-
- topdl 0 >trion:text/topdl.ansi
-
-
- This line redirects the output of topdl to a file called
- trion:text/topdl.ansi wich is an ANSI screen.
- Wich can be shown with someting like this:
-
-
- Cmd "T" , 0 - 255
- PrintFile "trion:text/topdl.ansi"
- More
- EndCmd
-
-
-
- Another use could be adding it as a command to a menu.
- Note that it takes a little time to make the screen.
-
- In that case, add something like the folowing to the
- bulletin menu:
-
-
- Cmd "O" , 0-255
- CliDoor "trion:utils/topDL 0"
- More
- EndCmd
-
-
-
-
-
-