home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / ppppro31.zip / TRSTAT.CNF < prev    next >
Text File  |  1992-06-30  |  5KB  |  129 lines

  1. ;*****                Transfer Stats Configuration File                *****
  2. ;*****  (C) Copyright 1991-92 by James R. Davis and Dave Navarro, Jr.  *****
  3.  
  4. ;Notice:  The more files you mask out from the list, the less files that
  5. ;         TRSTAT will be able to track..  They all share the same memory
  6. ;         pool.  Same goes for Masked users, and such..  If you have a very
  7. ;         large BBS, try not to mask any files, or use wildcards instead of
  8. ;         masking out physical directories.
  9.  
  10. ;BBSNAME variable tells Transfer Stats the name of your BBS.
  11. BBSNAME=The NO-Name BBS!
  12.  
  13. ;BULLET variable tells Transfer Stats where to place the bulletin file
  14. ;created.  It can contain a drive and path name.  If ANSI is chosen in the
  15. ;COLOR variable, a "G" is appened to the name... in this example, BLT99G
  16. ;would be the name of the ANSI file and the ASCII file would be named BLT99.
  17. BULLET=BLT99
  18.  
  19. ;COLOR variable tells Transfer Stats what type of color bulletin to create.
  20. ;If COLOR is not specified then no color bulletin is created.
  21. ;PCB - use PCB @Xnn color codes, ANSI - use standard ANSI color codes,
  22. ;NONE - do not use any color codes at all.  Default value is NONE.
  23. COLOR=PCB
  24.  
  25. ;DOWNLOAD variable tells Transfer Stats where to find the DOWNLOAD.TXT file
  26. ;This variable can contain drive and path name.  If it is not found, the
  27. ;program will exit with errorlevel=2.
  28. DOWNLOAD=DOWNLOAD.TXT
  29.  
  30. ;FILES variable tells Transfer Stats how many filenames to include in the
  31. ;bulletin.  Default value is 999.
  32. FILES=50
  33.  
  34. ;MINIMUM variable tells Transfer Stats the minimum amount of downloaded files to
  35. ;include in the bulletin.  If it turns out the be less than FILES then
  36. ;the number of included files will be truncated.
  37. MINIMUM=5
  38.  
  39. ;SORT variable tells Transfer Stats how to sort the list of files placed
  40. ;into the bulletin.  Choices are:  1 - sort by filenames, 2 - sort by
  41. ;number of downloads.  Default value is 2.
  42. SORT=2
  43.  
  44. ;DAYS variable tells Transfer Stats how many days back Transfer Stats should look for files
  45. ;to include in the bulletin.  Default value is 7.  If DAYS equals a valid
  46. ;date, then Transfer Stats only processes files transfered from the specified date
  47. ;on, ex: DAYS=08-01-91.  If DAYS equals FIRST then Transfer Stats will process files
  48. ;transfered on the first day of the current month and year.
  49. DAYS=365
  50.  
  51. ;TRIM variable tells Transfer Stats whether or not to trim the DOWNLOAD.TXT
  52. ;file to the number of days specified in DAYS.
  53. TRIM=NO
  54.  
  55. ;HEADINFO varaible tells Transfer Stats how whether or not to include the
  56. ;information header in the bulletin with transfer and ratio info.
  57. ;HEADINFO=NO
  58.  
  59. ;FRAME variable tells Transfer Stats the color to use for the frame
  60. ;  Valid colors are:
  61. ;        BLACK
  62. ;        BLUE
  63. ;        GREEN
  64. ;        CYAN
  65. ;        RED
  66. ;        MAGENTA
  67. ;        BROWN
  68. ;        WHITE
  69. ;        GRAY
  70. ;        BRIGHT BLUE
  71. ;        BRIGHT GREEN
  72. ;        BRIGHT CYAN
  73. ;        BRIGHT RED
  74. ;        BRIGHT MAGENTA
  75. ;        YELLOW
  76. ;        BRIGHT WHITE
  77. ;  Only the first 7 colors are valid as background colors
  78. FRAME=BRIGHT WHITE ON CYAN
  79.  
  80. ;HEADER variable tells Transfer Stats the color to use in the header for each
  81. ;listing
  82. HEADER=BLACK ON CYAN
  83.  
  84. ;TEXT variable tells Transfer Stats the color to use for the text in each
  85. ;listing
  86. TEXT=YELLOW ON BLUE
  87.  
  88. ;MASKFILE variable sets which files to mask out of the files looked at.
  89. ;A masked file can contain wildcards, e.g. FILE-??.*, W*.*Z*, *T*.E?E, etc...
  90. ;When using wildcards, the program may take a little longer to process
  91. ;information.
  92. MASKFILE=REGISTER.ZIP
  93. MASKFILE=DONATE.ZIP
  94.  
  95. ;By using a "@" as the first charactor, you can mask out all the files in
  96. ;the specified directory.  WARNING!  You can mask out a MAXIMUM of 10,000
  97. ;filenames.  The following masks out all the filenames found in the
  98. ;Qmodem upload directory on drive F:
  99. ;MASKFILE=@G:\OFFLINE
  100.  
  101. ;A user's name may also be included in this field to maskout any activity from
  102. ;a specific user, including the sysop so that the results aren't reflected in
  103. ;the bulletin.  First and last names must be typed in uppercase.  Up to 50
  104. ;user names can be masked out.
  105. MASKUSER=DAVE NAVARRO
  106.  
  107. ;PROTBLT tells Transfer Stats where to put the protocol information.  If YES then
  108. ;the protocol information is added to the end of the bulletin in BULLET
  109. ;variable, if NO then the protocol portion of the bulletin will be left out.
  110. ;If it contains a filename then the protocol information will be placed
  111. ;within a separate file of that name.
  112. PROTBLT=YES
  113.  
  114. ;PROTRAN variable translates the protocol letter to a name.  This field can
  115. ;contain up to 30 characters.
  116. ;       [---+----+----+----+----+----]
  117. PROTRAN=Z:Zmodem-90
  118. PROTRAN=M:Zmodem (Moby Turbo)
  119. PROTRAN=S:Super Zmodem
  120. PROTRAN=B:Bimodem
  121. PROTRAN=G:Ymodem-G Batch
  122. PROTRAN=X:Slow Xmodem CRC
  123. PROTRAN=Y:Ymodem Batch
  124. PROTRAN=O:Xmodem 1k (Old Ymodem)
  125. PROTRAN=P:Puma
  126. PROTRAN=R:Zmodem Single
  127. PROTRAN=A:ASCII
  128. PROTRAN=H:H/S Link (Bi-Directional)
  129.