home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / bbs / DOOR / SYS-STAT / DOC / SYS-STAT.FAQ < prev   
Text File  |  1976-11-24  |  9KB  |  228 lines

  1.  
  2.  ┌──────┐ ┌───┐   ┌───┬──────┐        ┌──────┐┌─────────┬──────────┬─────────┐
  3.  │  ┌───┘ │   │   │   │  ┌───┘        │  ┌───┘│         │  ┌───┐   │         │
  4.  │  └─────┤   └───┘   │  └─────┐┌────┐│  └────┴┬──┐  ┌──┤  │   │   └┬──┐  ┌──┘
  5.  └────┐   ├───────┐   └────┐   │└────┘└────┐   │  │  │  │  └───┘    │  │  │
  6.  ┌────┘   ├───────┘   ┌────┘   │      ┌────┘   │  │  │  │  ┌────┐   │  │  │
  7.  │        │           │        │      │        │  │  │  │  │    │   │  │  │
  8.  └────────┴───────────┴────────┘      └────────┘  └──┘  └──┘    └───┘  └──┘
  9.  
  10.  
  11.                        SysOp statistics FAQ v.1.10
  12.               Copyright (C) 1995-96 by Flemming Danielsen
  13.                           All Rights Reserved
  14.  
  15.  
  16.  
  17.   ───────────────────────────────────────────────────────────────────────┐
  18.   Table of contents
  19. ╚═══════════════════════════════════════════════════════════════════════
  20.  
  21.   Comments..........................................................1
  22.  
  23.   Problems with Flags...............................................1
  24.  
  25.   Problems with users that are not displayed........................1
  26.  
  27.   Problems with FD import...........................................1
  28.  
  29.   Problems with News in AVT.........................................1
  30.  
  31.   Does Sys-Stat support multinode operation.........................1
  32.  
  33.   Why won't Sys-Stat list any of the Today Callers after midnight...1
  34.  
  35.   Sys-Stat displays the old ANSI pictures...........................1
  36.  
  37.   Sys-Stat Deletes it's self........................................1
  38.  
  39.   Error 192 - SYS-STAT/STATCFG is currently busy in another task....1
  40.  
  41.   When will the next version of Sys-Stat be released................1
  42.  
  43.   How to register...................................................1
  44.  
  45.   How to reach the author...........................................1
  46.  
  47.   Questions, comments or problems regarding this FAQ or Sys-Stat....1
  48.  
  49. ================================================================================
  50.   ?  Comments
  51. ================================================================================
  52.  
  53.   When using Sys-Stat it is a good idea to always make sure that the
  54.   date and the time on the system is correct. Many of the data that
  55.   Sys-Stat collect is based uppon date and time, so some data may be
  56.   incorrect if the date/time is wrong.
  57.  
  58.  
  59. ===============================================================================
  60.    ? I can not get the flags working in Todays Callers.
  61. ===============================================================================
  62.  
  63. A:
  64.   Check your parameters to your RA logfile. It should point to the directory
  65.   where your RA.LOG is located.
  66.  
  67.   ie.  Single-line ...  C:\RA\RA.LOG
  68.        Multi-line  ...  K:\RA\RA*N.LOG
  69.  
  70.  
  71. ===============================================================================
  72.   ? There are some useres that are not displayed i Today Callers
  73. ===============================================================================
  74.  
  75. A:
  76.   Check that the user does not have a security level which is
  77.   excluded by STATCFG, or if the user is excluded by a name/handle in STATCFG.
  78.  
  79.   STATCFG > General options > Exclude area/users
  80.  
  81.  
  82. ===============================================================================
  83.   ? I can't get Sys-Stat to Import from FrontDoor/Intermail or RemoteAccess
  84. ===============================================================================
  85.  
  86. A:
  87.   Remember to enter where your FrontDoor/Intermail and RemoteAccess is located
  88.   is your AUTOEXEC.BAT if running in a DOS enviromenth.
  89.  
  90.   ie. FrontDoor    ... SET FD=C:\FD
  91.       InterMail    ... SET IM=C:\IM
  92.       RemoteAccess ... SET RA=C:\RA
  93.  
  94. ===============================================================================
  95.   ? The news generator does not create AVATAR screens
  96. ===============================================================================
  97.  
  98. A:
  99.   Sys-Stat uses codes which RemoteAccess/AVT does not support, the only way to
  100.   get avatar (AVT) in the News screen is to use an ANSI2AVT converter,
  101.   but the author is working on the problem.
  102.  
  103.  
  104. ===============================================================================
  105.   ? Does Sys-stat suppoort Multi-node operation
  106. ===============================================================================
  107.  
  108. A:
  109.   Yes, all you have to do is to place a *N i the path in your logfile path, and
  110.   Sys-Stat will read up to 99 logfiles.
  111.  
  112.   ie. F:\BBS\RA\RA*N.LOG
  113.  
  114.  
  115. ===============================================================================
  116.   ?  Why will Sys-Stat not list any of the Today Callers after midnight
  117. ===============================================================================
  118.  
  119. A:
  120.   One of the reasons is that a new day start and Sys-Stat will skip
  121.   all information listed in LASTCALL.BBS if the date of the file
  122.   is not the current date.
  123.  
  124.   This feature is included because RA does not always pack the LASTCALL.BBS
  125.   file right at midnight. So it does not look nice when a user displays Today
  126.   Callers and get the list of yesterdays callers.
  127.  
  128.  
  129. ===============================================================================
  130.   ? Why does Sys-Stat display the old ANSI pictures
  131. ===============================================================================
  132.  
  133. A:
  134.   From version 1.08.beta-27 the names of the ANSI pictures have changed from
  135.   SYS-???? to SS-???? and SYS_???? to SS_????
  136.  
  137.   You can use the new SYS-STAT.MNU that is included in the new version.
  138.  
  139.  
  140. ===============================================================================
  141.   ? Sys-Stat does delete it self
  142. ===============================================================================
  143.  
  144. A:
  145.   If you are a registered user of Sys-Stat, you should contact your
  146.   registration site and get a new key. This is normally because there
  147.   is a problem with your key.
  148.  
  149.   If you have not registered Sys-Stat it is because that you have used
  150.   Sys-Stat for a longer period than permitted. Please consider to register!
  151.  
  152.  
  153. ===============================================================================
  154.   ?  Error 192 - SYS-STAT/STATCFG is currently busy in another task.
  155. ===============================================================================
  156.  
  157. A:
  158.   SYS-STAT/STATCFG use the SYS-STAT.BSY file to make sure that only one
  159.   copy of the program is active at a time.
  160.  
  161.   If a copy of SYS-STAT/STATCFG is allready running then the program will
  162.   wait until the program is finish or exit at errorlevel 192.
  163.  
  164.   The reason this protection routine has been created is to prevent
  165.   file sharing conflicts which frequently affect the integrity of
  166.   the configuration files.
  167.  
  168.  
  169. ===============================================================================
  170.   ?  When will the next version of Sys-Stat be released
  171. ===============================================================================
  172.  
  173. A:
  174.   When it's ready (standard answer).
  175.  
  176.  
  177. ================================================================================
  178.   ?  How to register
  179. ================================================================================
  180.  
  181. A:
  182.   It very cheap and easy to register Sys-Stat.
  183.  
  184.   There is registration sites around the world to make it easier for you to
  185.   register your copy. Please read the files *.REG for more information.
  186.  
  187.  
  188. ================================================================================
  189.   ?  How to reach the author
  190. ================================================================================
  191.  
  192.  If you want to contact me by e-mail you can find my currently e-mail address
  193.  by looking up my name at http://www.whowhere.com where I will always update my
  194.  currently e-mail address.
  195.  
  196.  FidoNet - look in the latest nodelist and search for 'Martin Staael'.
  197.  
  198.  
  199. ===============================================================================
  200.   ?  Questions, comments or problems regarding this FAQ or Sys-Stat
  201. ===============================================================================
  202.  
  203.   If you have any questions or comment, you should contact any of the Support
  204.   BBS's listed in Support.Doc, or write to me. I can be reached at:
  205.  
  206.   FidoNet    2:236/33, 2:236/34
  207.   GamesNet   144:4051/71
  208.   VirNet     9:451/266
  209.   RaUN       63:4510/105
  210.   RaveNet    303:4502/0
  211.   SEA∙NET    13:453/8
  212.  
  213.   Yours sincerely,
  214.   Flemming Danielsen
  215.  
  216.  
  217. ===============================================================================
  218.   Copyrights
  219. ===============================================================================
  220.  
  221.    FidoNet                         Tom Jennings and Fido Software
  222.    FrontDoor                       Joaquim Homrighausen
  223.    InterMail                       Further Development, Inc.
  224.    RemoteAccess, RA, RAMSG         Andrew Milner
  225.    SysOp statistics, Sys-Stat      Martin Staael
  226.  
  227. ========================================EOF=====================================
  228.