home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- =====( ScanUserStats & ShowStats V1.00 )===========================
-
-
- Trion 'Scan User stats' System.
-
- (c) Copyright Paul Spijkerman, '94-'98. All rights reserved.
-
- Written for use with the Trion BBS package.
-
-
- ===================================================================
-
-
- This program does the same as the TopDL program but it doesn't
- produce ANSI screens.
-
- Note that "TopDL" maybe a little slow scanning all users for
- their stats. The program "ScanUserStats" does the
- same as TopDL but stores the result in a binary files.
- The program ShowStats can produce ANSI files of these stats.
-
-
-
- Made a programm 'ScanUserStats' that scans the UserBase for
- all the stats that can be displayed in topDL and saves it
- in the Trion:data/ directory.
-
- This is done because it takes a long time to scan the userbase
- each time TopDL is runned, and the scan is needed once to
- display each of stats. So if a user wanted to take a look
- of all stats with TopDL it would scan the UserBase 7 times
- to obtain the same stats.
-
- You can scan the userbase once when you enter a UserStats
- menu .. or run it by a Cron or Scheduler (maintenance script)
- Util.
-
-
- Made a ShowStats programm, does the same as TopDL but uses
- the data file created bij ScanStats. So it uses a fraction
- of the time it is gonna take when you would make all
- screens with TopDL.
-
- Also it draws a border around screens 1 .. 7
-
-
- You could use it in a menu with this piece of source :
-
-
- Cmd "0" , 0-255
- CliDoor "trion:utils/ShowStats 0"
- More
- EndCmd
-
- Cmd "1" , 0-255
- CliDoor "trion:utils/ShowStats 1"
- More
- EndCmd
-
- Cmd "2" , 0-255
- CliDoor "trion:utils/ShowStats 2"
- More
- EndCmd
-
- Cmd "3" , 0-255
- CliDoor "trion:utils/ShowStats 3"
- More
- EndCmd
-
- Cmd "4" , 0-255
- CliDoor "trion:utils/ShowStats 4"
- More
- EndCmd
-
- Cmd "5" , 0-255
- CliDoor "trion:utils/ShowStats 5"
- More
- EndCmd
-
- Cmd "6" , 0-255
- CliDoor "trion:utils/ShowStats 6"
- More
- EndCmd
-
- Cmd "7" , 0-255
- CliDoor "trion:utils/ShowStats 7"
- More
- EndCmd
-
-