home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / TMS115.ZIP / TMSTAT.DOC < prev    next >
Text File  |  1991-04-03  |  28KB  |  810 lines

  1.  
  2.         ╔══╗                                                       ╔══╗
  3.         ║ ┌────────────────────────────────────────────────────────║┐ ║
  4.         ╚══╝ ███████░ ███████░ ███████░ ███████░  █████░  ███████░ ╚│═╝
  5.           │    ▐██░   ██░█░██░ ██░        ▐██░   ██░  ██░   ▐██░    │
  6.           │    ▐██░   ██░█░██░ ███████░   ▐██░   ███████░   ▐██░    │
  7.           │    ▐██░   ██░  ██░      ██░   ▐██░   ██░  ██░   ▐██░    │
  8.         ╔═│╗   ▐██░   ██░  ██░ ███████░   ▐██░   ██░  ██░   ▐██░   ╔══╗
  9.         ║ └║────────────────────────────────────────────────────────┘ ║
  10.         ╚══╝  For OS/2 and DOS - Maximus-CBCS v1.02                ╚══╝
  11.  
  12.  
  13.                                     TMSTAT
  14.                             "The MANiAk Statistics"
  15.  
  16.  
  17.                                 Version 1.15
  18.                             Saturday 6 April 1991
  19.                  (C) Copyright 1990-1991 by Emmanuel SANDORFI
  20.  
  21.  
  22.  =============================================================================
  23.  
  24.  
  25.  
  26.  INTRODUCTION:
  27.  -------------
  28.  
  29.  
  30.      TMSTAT is a statistics maker for Maximus systems, OS/2 or DOS. It is
  31.      developped in C/2 under OS/2, and BINDed to make it available for all
  32.      poor DOS sysops.
  33.  
  34.      It can create a lot of different things:
  35.  
  36.       ■ a Today's Callers report file
  37.       ■ a Top Callers...    ─┐  with nice graphical report, ascii or
  38.       ■ a Top Downloaders... ├  avatar, with automatical pourcentage
  39.       ■ a Top Uploaders...  ─┘  bars.
  40.       ■ an Userlist generation with configurable data fields for level
  41.  
  42.      But just continue to read this documentation to have more
  43.      informations on TMSTAT.
  44.  
  45.      Remark.. As my english is not very famous, please, don't be so rude with
  46.               the horrors in the english writing of this document.
  47.  
  48.  
  49.  
  50.  WARRANTY:
  51.  ---------
  52.  
  53.  
  54.       TMSTAT, the Statistics program for Maximus developped by E. SANDORFI,
  55.       is released to the PUBLIC DOMAIN as a FREEWARE.
  56.  
  57.       This program is guaranteed to do absolutely nothing.  Use it at
  58.       your own risk.  No warranty is stated or implied.  The author shall
  59.       not be responsible for any damages resulting from it's use, directly
  60.       or indirectly.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  CONFIG FILE:
  67.  ------------
  68.  
  69.  
  70.       TMSTAT is a powerfull tools with his configuration file as you can do
  71.       and changes a lot of thing.
  72.  
  73.       BTW, there is the Default Values:
  74.  
  75.               ╔═════════════════════╦════════════════════════════╗
  76.               ║   CONFIG OPTIONS    ║  DEFAULT VALUES            ║
  77.               ╠═════════════════════╬════════════════════════════╣
  78.               ║   Config File       ║  Tmstat.Cfg                ║
  79.               ║   TCR Date          ║  Today's date              ║
  80.               ║   Graphic % Base    ║  Higher value in user.bbs  ║
  81.               ║   All Colors        ║  Gray                      ║
  82.               ║   Work Mode         ║  Verbose                   ║
  83.               ║   AutoFail Mode     ║  Off                       ║
  84.               ║   BBS Name          ║  Your BBS...               ║
  85.               ║   Frenchy Mode      ║  Off                       ║
  86.               ║   NoCls             ║  Off                       ║
  87.               ║   NoEnterKey        ║  Off                       ║
  88.               ║   UserBase          ║  User.Bbs                  ║
  89.               ║   TOP_CallTXT       ║  TopCalls.Txt              ║
  90.               ║   TOP_CallBBS       ║  TopCalls.Bbs              ║
  91.               ║   TOP_DnldTXT       ║  TopDnlds.Txt              ║
  92.               ║   TOP_DnldBBS       ║  TopDnlds.Bbs              ║
  93.               ║   TOP_UpldTXT       ║  TopUplds.Txt              ║
  94.               ║   TOP_UpldBBS       ║  TopUpld.Bbs               ║
  95.               ║   TOP_CallNb        ║  25                        ║
  96.               ║   TOP_DnldNb        ║  25                        ║
  97.               ║   TOP_UpldNb        ║  25                        ║
  98.               ║   TOP_P100Char1     ║  ▒                         ║
  99.               ║   TOP_P100Char2     ║  ░                         ║
  100.               ║   TCR_RptTXT        ║  Callers.Txt               ║
  101.               ║   TCR_RptBBS        ║  Callers.Bbs               ║
  102.               ║   USRFile           ║  UsrFile.Txt               ║
  103.               ╚═════════════════════╩════════════════════════════╝
  104.  
  105.  Configuration Keywords Definition:
  106.  
  107.                             <GB>... Global Options
  108.                             <TC>... Today's Callers Options
  109.                             <TO>... TOP Users Options
  110.                             <US>... Userlist Options
  111.  
  112.  <GB>   Autofail
  113.  
  114.  
  115.                As TMSTAT have a little VIO interface, after each critical
  116.                error, you have to press the Enter key to continue (like the
  117.                bad Trap Errors of OS/2). With this option on, you won't
  118.                have to press enter after an error to exit.. But be care, you
  119.                won't be able to see the error message too!
  120.  
  121.  
  122.  <GB>   BBSName <name>
  123.  
  124.  
  125.                Give the name of your Board which appeared in all report files.
  126.  
  127.  
  128.  <GB>   French_Report
  129.  
  130.  
  131.                TMSTAT could create special frenchies report files (TOP & TCR).
  132.                If you want to have those nicely files, don't comment this
  133.                option. Otherwise, you will get default screens in english.
  134.  
  135.  
  136.  <GB>   NoCls
  137.  
  138.  
  139.                Use this option if you don't want a CLS character at the
  140.                begining of any report files.
  141.  
  142.  
  143.  <GB>   NoEnterKey
  144.  
  145.  
  146.                Use this option only if you don't want a 'Press Enter to
  147.                Continue' after displayed the report file. This is only
  148.                for the avatar screens displayed by Maximus itself.
  149.  
  150.  
  151.  <GB>   Quiet
  152.  
  153.  
  154.                If you want to run TMSTAT in a quiet mode, without many
  155.                informations. This disable the VIO interface of Tmstat itou.
  156.  
  157.  
  158.  <GB>   UserBase <filename>
  159.  
  160.  
  161.                Path and filename of your user base at Maximus-CBCS 1.02
  162.                format (only!). If you don't specify the <filename>, TMSTAT
  163.                will search for 'user.bbs' in your current path by default.
  164.  
  165.  
  166.  <TC>   TCR_Okay
  167.  
  168.  
  169.                Start the TCR section when you launch TMSTAT without
  170.                arguments..
  171.  
  172.  
  173.  <TC>   TCR_Color(1) <color> ... TCR_Color(14) <color>
  174.  
  175.  
  176.                See TOP_Color(n) option for more informations, and the
  177.                config file for the reference..
  178.  
  179.  
  180.  <TC>   TCR_RptBBS <filename>
  181.  
  182.  
  183.                ..If you want to create a Today's Callers file in avatar
  184.                format (Maximus file, like mecca tokens compiled).
  185.                By default, TMSTAT create 'CALLERS.BBS' For more infos,
  186.                read the TOP_CallTXT description.
  187.  
  188.  
  189.  <TC>   TCR_RptTXT <filename>
  190.  
  191.  
  192.                ..If you want to create a Today's Callers file in ascii
  193.                format. By default, TMSTAT create the file 'CALLERS.TXT'
  194.                For more help, read the TOP_CallTXT description.
  195.  
  196.  
  197.  <TO>   TOP_CallBBS <filename>
  198.  
  199.  
  200.                ..If you want to create a Top Callers file in avatar format
  201.                (Maximus file, like mecca tokens compiled).
  202.                By default, TMSTAT create 'TOPCALLS.BBS' For more infos,
  203.                read the TOP_CallTXT description.
  204.  
  205.  
  206.  <TO>   TOP_CallNb  <value>     Maximum Range:  1 to 999
  207.  
  208.  
  209.                You can choose by this option how many users you want to
  210.                see in yours Top Callers files.. You may create a
  211.                Top 10 Callers, but if you prefer, create a Top 50 Callers
  212.                or anything else. You have just to put the number of users
  213.                you want to be in the Top screens after this option.
  214.  
  215.  
  216.  <TO>   TOP_CallP100 <value>
  217.  
  218.  
  219.                In all the top xx screens, there are a graphic pourcentage
  220.                by user. It is normally the number of user calls by the
  221.                total calls (or downloads, or uploads). The problem is
  222.                generally the total number grown faster than the user number
  223.                and that give you a real little number (or a too big if there
  224.                isn't a big activitie on your board). In all the case, it
  225.                can't be a proportionnal number, and that's difficult to
  226.                represent it in a graphic mode.
  227.  
  228.                So, the idea is because the total number grown fast, faster..
  229.                keep it away and take our own proportionnal number. With this
  230.                attitude, we could get a graphic poucentage pretty
  231.                consistency and not with valors like 0.017, YOU put your own
  232.                pourcent base. For example, if the users of Top 10 Callers
  233.                don't get much than 200 calls but your total calls is 10.000,
  234.                well.. ( 200 / 10 000 ) * 100 = 2 %
  235.                Okay, now put this pourcentage in ansi graphic in 10
  236.                characters maximum (0 to 100 % ).
  237.  
  238.                Now, you put in this config file the option TOP_CallP100 300
  239.                (or 200 if you prefer), you will get a pourcentage of 66 %,
  240.                and it's really easier to reprensent 66 % in 10 characters
  241.                than 2 % !!
  242.  
  243.  
  244.  <TO>   TOP_Calls_Okay
  245.  
  246.  
  247.                This is the same thing that TOP_Okay but just created the
  248.                Top Callers screen and not all the 3 TOP files. But you may
  249.                have specifical TOP_xxxx_Okay keywords if you want, for sample,
  250.                a TOP Callers and a TOP Downloaders, no TOP Uploaders. It
  251.                will look like..
  252.  
  253.                %% TOP_Okay              %% Don't make all the TOP xxxx files
  254.                TOP_Calls_Okay           %% Make the TOP Callers
  255.                TOP_Dnlds_Okay           %% ..and the TOP Downloaders
  256.                %% TOP_Uplds_Okay        %% ..but not the TOP Uploaders.
  257.  
  258.  
  259.  <TO>   TOP_CallTXT <filename>
  260.  
  261.  
  262.                When you create the Top Callers screen (by putting TOP_Okay
  263.                or TOP_Calls_Okay or by command line argument), you can get
  264.                2 different sorts of Report file: One in Ascii format (i.e.
  265.                for your beautiful sysop's eyes) and One in Avatar format (
  266.                to be displayed by Maximus).
  267.                This option allow you to create the Ascii file. If you don't
  268.                want an ascii file, just comment it. If you don't specify a
  269.                <filename>, TMSTAT will create by default the file
  270.                'TOPCALLS.TXT' (always in the current directory of course)
  271.  
  272.                note: The option format for the ascii file is TOP_aaaaTXT
  273.                                             ..avatar file is TOP_aaaaBBS
  274.  
  275.  
  276.  <TO>   TOP_Color(1) <color> ... TOP_Color(16) <color>
  277.  
  278.  
  279.                You configure all the colors (only avalaible in the avatar
  280.                file, .BBS) of the top screens. If you don't specify the
  281.                <color>, it will be GRAY by default.
  282.                The <color> availables are:
  283.  
  284.                     Dark          Blue             Green
  285.                     Cyan          Red              Magenta        Gray
  286.                     LightGray     LightBlue        LightGreen     LightCyan
  287.                     LightRed      LightMagenta     Yellow         White
  288.  
  289.                See the config file about the reference for TOP_Color(n)
  290.  
  291.  
  292.  <TO>   TOP_DnldBBS <filename>
  293.  
  294.  
  295.                ..If you want to create a Top Downloaders file in avatar
  296.                format (Maximus file, like mecca tokens compiled).
  297.                By default, TMSTAT create 'TOPDNLDS.BBS' For more infos,
  298.                read the TOP_CallTXT description.
  299.  
  300.  
  301.  <TO>   TOP_DnldNb  <value>     Maximum Range:  1 to 999
  302.  
  303.  
  304.                Idem that TOP_CallNb but for the Top Downloaders screens..
  305.  
  306.  
  307.  <TO>   TOP_DnldP100 <value>
  308.  
  309.  
  310.                Idem that TOPCallP100 but for the Top Downloaders screens..
  311.  
  312.  
  313.  <TO>   TOP_Dnlds_Okay
  314.  
  315.  
  316.                Make the TOP Downloaders automatically.
  317.  
  318.  
  319.  <TO>   TOP_DnldTXT <filename>
  320.  
  321.  
  322.                ..If you want to create a Top Downloaders file in ascii
  323.                format. By default, TMSTAT create the file 'TOPDNLDS.TXT'
  324.                For more help, read the TOP_CallTXT description.
  325.  
  326.  
  327.  <TO>   TOP_Okay
  328.  
  329.  
  330.                You could run TMSTAT in unattended mode by this option (and
  331.                also with all the different xxx_Okay options). All the TOP
  332.                files will be created automatically by using this keyword when
  333.                you'll start TMSTAT without any arguments. You will got
  334.                a Top Callers, a Top Downloaders and a Top Uploaders report
  335.                files. (You may add the TCR_Okay and the USRList_Okay and it
  336.                will do the same thing as you start TMSTAT with the ALL keyword)
  337.  
  338.  <TO>   TOP_P100byTMS
  339.  
  340.  
  341.                [BUT..] You could oblige TMSTAT to do himself this job for
  342.                create a good graphic pourcentage - so for don't use the
  343.                options 'TOP_XxxxP100 <value>' . With this option, TMSTAT
  344.                will check for the higher value of calls, downloads or/and
  345.                uploads kilobytes in your user.bbs, and take this value for
  346.                the pourcenta base.
  347.  
  348.  
  349.  <TO>    TOP_P100Char1 <c>
  350.  
  351.  
  352.                To make the representation of the pourcentage more agreable
  353.                to see, TMSTAT switch in a base of 2 different graph and
  354.                color. Of course, if you don't want that, you can put the
  355.                same character (and color) in those 2 options (TOP_P100Char1
  356.                and TOP_P100Char2). Don't forget that a CHARACTER and only
  357.                a character is needed for this option.
  358.  
  359.  
  360.  <TO>   TOP_P100Char2 <c>
  361.  
  362.  
  363.                The second character for the representation of the graphic
  364.                pourcentage.
  365.  
  366.  
  367.  <TO>   TOP_UpldBBS <filename>
  368.  
  369.  
  370.                ..If you want to create a Top Uploaders file in avatar
  371.                format (Maximus file, like mecca tokens compiled).
  372.                By default, TMSTAT create 'TOPUPLDS.BBS' For more infos,
  373.                read the TOP_CallTXT description.
  374.  
  375.  
  376.  <TO>   TOP_UpldNb  <value>     Maximum Range:  1 to 999
  377.  
  378.  
  379.                Idem that TOP_CallNb but for the Top Uploaders screens..
  380.  
  381.  
  382.  <TO>   TOP_UpldP100 <value>
  383.  
  384.  
  385.                Idem that TOPCallP100 but for the Top Uploaders screens..
  386.  
  387.  
  388.  <TO>   TOP_Uplds_Okay
  389.  
  390.  
  391.                Make the TOP Uploaders automatically.
  392.  
  393.  
  394.  <TO>   TOP_UpldTXT <filename>
  395.  
  396.  
  397.                ..If you want to create a Top Uploaders file in ascii
  398.                format. By default, TMSTAT create the file 'TOPUPLDS.TXT'
  399.                For more help, read the TOP_CallTXT description.
  400.  
  401.  
  402.  <US>   USRFile <filename>
  403.  
  404.  
  405.                Specify the userlist filename. By default, it is 'USRLIST.TXT'.
  406.  
  407.  
  408.  <US>   USRList_Okay
  409.  
  410.  
  411.                Start atuomatically the generation af an userlist.
  412.                See the chapter 'A Word about Userlist' for more infos.
  413.  
  414.  
  415.  <US>   USRPriv <level> <data>
  416.  
  417.  
  418.                The userlist generated have a level field. With this option,
  419.                you can translate the privilege name in what you want.
  420.                Levels allowed are: Twit, Disgrace, Limited, Normal, Worthy,
  421.                                    Privil, Favored, Extra, Clerk, AsstSysop,
  422.                                    Sysop and Hidden.
  423.  
  424.                Sample:  USRPriv  Twit   Bad Baddy Guy
  425.                         So, all twit users will got the 'Bad Baddy Guy'
  426.                         attribution after their name.
  427.  
  428.  
  429.  
  430.         Total Options: 65
  431.  
  432.  
  433.  
  434.  COMMAND LINE OPTIONS:
  435.  ---------------------
  436.  
  437.  
  438.      TMSTAT could run with or without arguments.
  439.  
  440.  
  441.  
  442.                     Global Options               KeyWords    KeyW. Options
  443.              ---------------------------------   ---------   -------------
  444.      TMSTAT  (-U<user> -C<config> -V -Q -? -H)   [TCR]       (......)
  445.                                                  [TOPUSER]   (......)
  446.                                                  [USRLIST]   (......)
  447.                                                  [ALL]
  448.                                                  [ERROR]
  449.                                                  [HELP]
  450.  
  451.  
  452.     NOTE: All the options OVERWRITE the data configured in the config file.
  453.  
  454.           If you have specify an xxx_Okay option in this file, you may start
  455.           TMSTAT without any arguments.
  456.  
  457.  
  458.  
  459.     * Global Options:
  460.  
  461.  
  462.              -U<userbase>    Give to TMSTAT a special user base at Maximus
  463.                              format.
  464.              -C<configfile>  Read another config file than tmstat.cfg
  465.              -V              Works in VERBOSE mode
  466.              -Q              Works in QUIET mode
  467.              -? (-H)         Display an Help Screen
  468.  
  469.         The global options works in every case and are independant of the
  470.         KEYWORD you used.
  471.  
  472.  
  473.  
  474.     * KeyWords:
  475.  
  476.  
  477.              TCR             Start the Today's Callers report section.
  478.              TOPUSER         Start the Top Callers/Downloaders/Uploaders sect.
  479.              USRLIST         Generate an userlist based on your userbase.
  480.              ALL             Start ALL the different sections.
  481.              ERROR           Give some help about TMSTAT errors.
  482.              HELP            Give some help about the different keywords.
  483.  
  484.  
  485.  
  486.     * TCR Options:
  487.  
  488.  
  489.              -B<callers.bbs> Create a Today's Callers Report file in AVATAR
  490.                              format, which could be display by Maximus with
  491.                              a command like Display_File or [display]
  492.  
  493.              -T<callers.txt> Create one but in ASCII format
  494.  
  495.              -D<date>        Give another date than the today's date to TMSTAT
  496.                              to create a report with the callers of <date>
  497.                              which haven't been connected on the BBS after.
  498.                              BE CARE of the format !
  499.                              You must specify a date by dd-mm-yyyy or if
  500.                              your code country is configured for the USA,
  501.                              mm-dd-yyyy
  502.                              i.e. for Europe
  503.  
  504.                                   TMSTAT ... TCR -d01-01-1991 :  1 Jan 91
  505.                                   TMSTAT ... TCR -d25-12-1990 : 25 Dev 90
  506.                                   TMSTAT ... TCR -d10-02-1989 : 10 Feb 89
  507.  
  508.              -? (-H)         Give you some helps about the TCR options
  509.  
  510.         i.e. about using the TCR options
  511.  
  512.              TMSTAT TCR
  513.                Start the TCR section (ONLY)
  514.  
  515.              TMSTAT -ue:\max\user.bbs TCR
  516.                Idem that the first example, but read the user base
  517.                e:\max\user.bbs
  518.  
  519.              TMSTAT -q TCR -t15Jan90.txt -d15-01-1990
  520.                Start the TCR section (ONLY) in Verbose mode, create a report
  521.                file in ascii only '15Jan91.Txt' for the callers of 15 January
  522.                1990 which haven't called after
  523.  
  524.  
  525.  
  526.     * TOPUSER Options:
  527.  
  528.  
  529.               -CALL
  530.               -DNLD          If you want to parse command line arguments in
  531.               -UPLD          the TOPUSER section, you will need to specify what
  532.                              sort of work you want to create the..
  533.                               Top Callers,      (-CALL)
  534.                               Top Downloaders,  (-DNLD)
  535.                               Top Uploaders.    (-UPLD)
  536.                              You can't specify more than one -KEY and you MUST
  537.                              give one.
  538.  
  539.               -B<report.bbs> Create an AVATAR report file (for Maximus). This
  540.                              file will be a top calls|uploads|downloads screen
  541.                              according to the -KEY you have choosed.
  542.  
  543.               -T<report.txt> Idem but in ASCII format.
  544.  
  545.               -N<xx>         You can create a Top xx Callers|Dnlders|Uplders..
  546.                              Just give an integer value between 1 and 999.
  547.  
  548.              -? (-H)         Give you some helps about the TOPUSER options
  549.  
  550.         i.e. about using the TOPUSER options
  551.  
  552.              TMSTAT TOPUSER
  553.                Start the TOPUSER section (ONLY) and create all the Tops if you
  554.                have specified in the config file some TOP_XxxxOkay options..
  555.  
  556.              TMSTAT TOPUSER -tDownloads.Txt -n100
  557.                Create the TOP 100 Downloaders in an ascii file only called
  558.                downloads.txt
  559.  
  560.  
  561.     * USRLIST Options:
  562.  
  563.  
  564.               -T<userlist>   Specify the another name for the user list than
  565.                              default one, USRLIST.TXT.
  566.  
  567.  
  568.     With the config file, you can select exactly what you do by this commands
  569.     BUT it have the advantage to drop all those commands..
  570.  
  571.     i.e. TMSTAT
  572.            Will create all the Top screens if you have specified TOP_Okay
  573.            in your config file. Report you to this file to have more infos
  574.            about that.
  575.  
  576.  
  577.  
  578.  
  579.  A WORD ABOUT THE TCR SECTION:
  580.  -----------------------------
  581.  
  582.  
  583.  
  584.     The Today's Callers Report (TCR) is made from the file USER.BBS of
  585.     Maximus where it compares the users last date with the today date to
  586.     create a file with all the users who have been connected today.
  587.     It doesn't look in the files LASTUSER.BBS.
  588.  
  589.  
  590.  
  591.  
  592.  A WORD ABOUT THE USERLIST SECTION:
  593.  ---------------------------------
  594.  
  595.  
  596.  
  597.     This option of TMSTAT is a Quick'n'Dirty like. <ohps>
  598.     It doesn't allow a lot of modifications.. Just the level data translation.
  599.     The userlist generated will have those fields:
  600.  
  601.     [user_id] [user_name] [last_cnx] [level_data] [city] [calls] [dnld] [upld]
  602.  
  603.     And that's all!
  604.  
  605.  
  606.  
  607.  HOW TO JOIN THE AUTHOR:
  608.  -----------------------
  609.  
  610.  
  611.  
  612.       If you want to send me your suggestions, whishes, or remarks about
  613.       TMSTAT, you can reach me at:
  614.  
  615.  
  616.        FIDOnet:  2:320/5            BBS: +33 1- 64.09.04.60  HST v42bis
  617.                                          +33 1- 64.09.06.63  2400 MNP
  618.  
  619.            MAIL address:     Emmanuel SANDORFI
  620.                              13, Rue Jehan de Brie
  621.                              77000 - Melun
  622.                              FRANCE
  623.  
  624.  
  625.  
  626.       If you send me some bug reports, don't forget to send me a little
  627.       note which explain how it happened and also the report files if there
  628.       is any..
  629.  
  630.  
  631.  
  632.  HISTORY:
  633.  --------
  634.  
  635.  
  636.  Version 1.15 - 06 April 91 ==================================================
  637.  
  638.   + Third public release of TMSTAT. It will be normally the _last_ fapi
  639.     version (running on the both environment, OS/2 and DOS) if no new bugs
  640.     appeared.
  641.     Next release will be PM based and will be a part of a powerfull toolbox
  642.     for all OS/2 Maximus sysops under PM..
  643.  
  644.  
  645.  
  646.  Version 1.12c - 29 Mars 91 ==================================================
  647.  
  648.   + Optimize the parsing session for the config file and the options.
  649.  
  650.   + Add an UserList session to make a list of all users. (Quick Section)
  651.     This feature create an ascii list of all your users following this format:
  652.     * UserName  [Date/Time Last Connexion]  Privilege_Data
  653.  
  654.     New config options are:
  655.     USRList_Okay              Create a userlist
  656.     USRFile <filename>        Userlist filename (default: USRList.Txt)
  657.     USRPriv <priv> <data>     Translation of the Maximus privilege in what you
  658.                               want..
  659.                               i.e. USRPriv Normal  Happy User & Regular.
  660.  
  661.                               <priv> could be:
  662.                                                 Twit, Disgrace, Limited,
  663.                                                 Normal, Worthy, Privil,
  664.                                                 Favored, Extra, Clerk,
  665.                                                 AsstSysop, Sysop or Hidden.
  666.  
  667.                               <data> could be really what you want. (bis)
  668.  
  669.     Don't wait something wonderfull from this option, it was just done for
  670.     a little need of my system.
  671.  
  672.  
  673.  
  674.  Version 1.12b - 27 Mars 91 ==================================================
  675.  
  676.   + Fix a little VIO pb with the cursor after runnig TMStat.
  677.  
  678.   + Add the option 'AutoFail' in the config file. With this, you wouldn't have
  679.     to press the enter key when an error happened.
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  Version 1.12a - 09 Mars 91 ==================================================
  687.  
  688.   + Fix the March Bug.. where any callers were reported in the TCR file.
  689.     Why? Because there was a little mistake in the definition of the months.
  690.     Yes, March was considered as the 4th month of the year, and April as the
  691.     3th. Really sorry.
  692.  
  693.   + Display now the BBS Name, the TOP xx and the Creation Date/Time on each
  694.     TOP' headers.
  695.  
  696.   + Fix the TOP high value users which doesn't appeared in the reports files.
  697.  
  698.   + Fix a sort problem in the TOPs files..
  699.  
  700.  
  701.  
  702.  Version 1.11b - 14 January 91 ================================================
  703.  
  704.   + Display when Verbose mode is selectionned the current language for the RFs
  705.     and the bbsname
  706.  
  707.   + Two languages are now available in the report files (TCR & TOPs):
  708.     the French by the option French_Report (config file) and the English by
  709.     English_Report. note: English is the default language
  710.     i.e. French_Report
  711.     (now have an easy possibility to add any languages for the Report Files,
  712.      just ask..)
  713.  
  714.   + Fix a bug when quiet mode was selectionned and when you got an error or
  715.     an help screen before having user base informations. (pb in the VIO status
  716.     bar)
  717.  
  718.   + Add the status word HELP when TMSTAT give you some helps, and the word ERR!
  719.     when there is an error
  720.  
  721.   + Trunc all error msgs when they're more than 58 characters to have always
  722.     a good dialog error box..
  723.  
  724.   + Fix a bug (appeared in the 1.11a) which occured a trap error when
  725.     you give an unknown keyword at the cmd line
  726.  
  727.   + Add the config option BBSName <name> in the config file to put your BBS
  728.     name in the reports file. Maximum characters of the <name>: 30  If there
  729.     isn't a name specified, TMSTAT will take the string 'YOUR BBS..'
  730.     i.e. BBSName OS/2 MANiA
  731.  
  732.  
  733.  
  734.  Version 1.11a - 07 January 91 ================================================
  735.  
  736.   + A new & complete VIO interface was added JUST FOR THE FUN..!! There is now:
  737.       - A Status bar which informs you of the progress made by TMSTAT
  738.       - Help & Error dialog boxes
  739.       - Colorfull display informations..
  740.       - Some extra scrolling with the TCR data
  741.       - Look yourself for the rest of adds!
  742.  
  743.   + Fix the bug of (sometimes) double user in the Today's callers files
  744.  
  745.   + Check before starting anything if the user file isn't corrupted, at Maximus
  746.     1.02 format (Error 5)
  747.  
  748.  
  749.  
  750.  Version 1.10 - 03 January 91 =================================================
  751.  
  752.   + Major Changes with the Add of all TOP's report files (Top Uploaders,
  753.     Downloaders, Callers).
  754.  
  755.   + Revision of the command parsing, etc..
  756.  
  757.  
  758.  
  759.  Version 1.00 - 15 October 90 =================================================
  760.  
  761.   + First Shoot.. TMSTAT is now a Public Release.
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.                        End of TMSTAT Documentation
  809.  
  810.