home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / STATS10.ZIP / STATS.DOC < prev    next >
Text File  |  1994-12-04  |  7KB  |  216 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                                                               
  19.  
  20.  
  21.                              *********************
  22.                               * STATS v1.0 bETA *
  23.                              *********************
  24.                      
  25.                   
  26.  
  27.                                                                   
  28.  
  29.                          Release Date December 4, 1994
  30.                          
  31.                          For Support Or Questions Call:
  32.                          
  33.                                Latin Connection BBS
  34.                       (318) 535-1863 Fort Polk Louisiana
  35.                                 FidoNet 1:3817/15    
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.                     Copyright (C) Marcos Gonzalez, 1994        
  56.                              All Rights  Reserved                 
  57.  
  58.   DISCLAIMER
  59.   ----------
  60.     
  61.         This Shareware program and accompanying materials  are distributed
  62.   "AS IS" without warranty, express, implied, or statutory, including but
  63.   not limited to any implied warranties of merchantability and fitness for
  64.   a particular purpose. In no event shall the author or anyone involved 
  65.   with the creation and production of this product be liable for any direct,
  66.   indirect, incidental, or consequential damages resulting from the use of
  67.   this program. Your use of this program constitutes your agreement to this
  68.   disclaimer and your release of the author from any form of liability or
  69.   litigation. This is not a free program.  You are allowed to use this copy
  70.   of DOOR STATS for a period of 30 days. If you continue to use DOOR STATS
  71.   after the 30 days trial period, you are required to pay the registration
  72.   fee to the author.
  73.  
  74.    
  75.   INTRODUCTION
  76.   ------------
  77.   
  78.        DOOR STATS is a small utility that creates ASCII/ANSI bulletin with
  79.   your BBS doors statistics. Reports used times, percentage of overall use
  80.   and displays a colorful bar. An installation utility is included. Fast &
  81.   simple to use. Works with any type of BBS software.
  82.  
  83.  
  84.   INSTALLATION
  85.   ------------
  86.   
  87.   1. TYPE INSTALL and follow instructions on the screen. All program files
  88.   will be copied to the directory of your choice and configured for your
  89.   BBS. After installing the program add the following line to each batch
  90.   file your bbs calls to run each door:
  91.                           
  92.                                          LOGIT
  93.  
  94.   Example DOOR_A.BAT:
  95.   
  96.   
  97.   @ECHO OFF
  98.   CD\SF\DOOR_A
  99.   SFBANK SFBANK.CFG
  100.   LOGIT
  101.   
  102.   Note: Ensure you are in the door directory when you run LOGIT.EXE. This
  103.   will ensure that each time this door is used LOGIT.EXE (found in each
  104.   door's directory) runs and updates LOGIT.CFG (found in each door's
  105.   directory) with the amount of times this door have been used.
  106.   
  107.   2. The next step is to add the following line to the Batch file that
  108.   recycles your BBS software:
  109.   
  110.                               C:\STATS\STATS.EXE
  111.   
  112.   Use the above if you used the default directory when you installed the
  113.   program. Otherwise replace "C:\STATS" with the directory name where you
  114.   installed all program files. 
  115.   
  116.   3.  Instead of step 2 you can make it an event. (Most BBS sofware support
  117.   events. Read your BBS doc's if you are not sure how to run an event). 
  118.  
  119.    
  120.   HOW IT WORKS
  121.   ------------
  122.   
  123.   Each time a door is used LOGIT.EXE updates LOGIT.CFG located in the used
  124.   door's path. STATS.EXE is the main program file. When executed it looks
  125.   for STATS.CFG, reads where each door is located. Then it goes to each 
  126.   directory, reads LOGIT.CFG from each door's directory and updates the
  127.   display bulletins. 
  128.                                 
  129.   
  130.   PROGRAM FILES
  131.   -------------
  132.   
  133.   STATS.EXE = Main program file. Creates display bulletins.
  134.   
  135.   STATSCFG.EXE = STATS configuration program.
  136.   
  137.   STATS.CFG = Configuration file. All data entered when you run STATSCFG
  138.   is saved to this file in the following format:
  139.   
  140. 4 December 1994            <--- Beggining date. Used on display bulletins
  141. C:\SF\DISPLAY\WELCOME.CLR  <--- Ansi bulletin full path & name
  142. C:\SF\DISPLAY\WELCOME.BBS  <--- Ascii bulletin full path & name
  143. 3                          <--- Number of doors 
  144. TIME DOOR                  <--- First door's name
  145. C:\SF\DOOR_A               <--- First door's path
  146. PYRAMID                    <--- Second door's name 
  147. C:\SF\DOOR_B               <--- Second door's path
  148. 5D HANG MAN                <--- Third door's name
  149. C:\SF\DOOR_C               <--- Third door's path
  150.  
  151.   STATS.DOC = Users manual, this document.
  152.   
  153.   LOGIT.EXE = This file is copied to each door's path. When the door is
  154.   used, it updates LOGIT.CFG.
  155.   
  156.   LOGITCFG.EXE =  This file is copied to each door's path. When executed
  157.   it will reconfigure the information found in LOGIT.CFG and reset the 
  158.   door use to 0.
  159.   
  160.   LOGIT.CFG = This file is made, when you install the program, and copied
  161.   to each door's directory. It is a text file used to maintain each door's
  162.   usage statistics. 
  163.   
  164.   INSTALL.EXE = Installation program.
  165.   
  166.   FILE_ID.DIZ = BBS description file.
  167.   
  168.   REGISTER.FRM = Registration form.  
  169.  
  170.  
  171.   ADDING DOORS TO STATS
  172.   -------------------------
  173.  
  174.   1. Edit STATS.CFG   
  175.  
  176.      You can mannualy edit this file with a text editor. If you want to add
  177.   moore doors put them at the end of the file. Make sure you follow this
  178.   simple rules:
  179.  
  180.   First additional line is for DOOR'S NAME
  181.   Second additonal line is for DOOR'S FULL PATH
  182.  
  183.   2. Put a copy of LOGIT.EXE, LOGITCFG.EXE in each new door's directory.
  184.   
  185.   3. Run LOGITCFG.EXE in each new door's directory. It will ask you for the
  186.   new door's name and it will write it to LOGIT.CFG.
  187.   
  188.   4. Edit each new door's batch file and add the following line:
  189.    
  190.                                 LOGIT
  191.   
  192.  
  193.   REMOVING DOORS FROM STATS.CFG
  194.   -----------------------------
  195.  
  196.   1. Edit STATS.CFG with a text editor and delete the line with the door 
  197.   name and the line right below with the door path.
  198.   
  199.   2. Delet LOGIT.EXE, LOGITCFG.EXE, and LOGIT.CFG from the board directory.
  200.  
  201.   
  202.   REGISTRATION
  203.   ------------
  204.   
  205.   Help support the Shareware concept. Registration keep shareware authors
  206.   motivated to write low cost programs. This program is only $10.00 US 
  207.   dollars. I do programming as a hobbie, since I'm a full time soldier.
  208.   But I support my programs and upgrade them often. If you feel this 
  209.   program is worth it, send your registration form to the following 
  210.   address:
  211.   
  212.                         MARCOS GONZALEZ
  213.                         5820 BRADSHAW CT. APT. A
  214.                         FORT POLK, LOUISIANA 71459
  215.  
  216.