home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DLC_248.ZIP / DLC.CTL next >
Encoding:
Text File  |  1993-04-19  |  6.3 KB  |  179 lines

  1. ; DLC v2.48 - Copyright (C) 1991-1993 Robert Presland
  2.  
  3. ; Any line preceeded by a semi-colon (;) is a comment and will be ignored
  4. ; as well as any blank lines.  The order of the keywords in this file
  5. ; is not important.
  6.  
  7. ;----------------------------------------------------------------------------
  8.  
  9. ; The 'AreaDat' keyword specifies the Maximus control area which specifies
  10. ; the file area specifications.  This keyword is required.  You should
  11. ; always use fully qualified path names both in the FILEAREA.CTL file
  12. ; as well as in any configuration file!
  13.  
  14. AreaDat C:\MAX\AREA.DAT
  15.  
  16. ;----------------------------------------------------------------------------
  17.  
  18. ; The 'LogFile' keyword specifies in what file you want the log to be written.
  19.  
  20. LogFile DLC.LOG
  21.  
  22. ;----------------------------------------------------------------------------
  23.  
  24. ; The 'LogLevel' keyword specifies how much information will be entered
  25. ; in the log file.  Default is Level 6
  26.  
  27. LogLevel 3
  28.  
  29. ;----------------------------------------------------------------------------
  30.  
  31. ; The 'BBSLog' keyword specifies a Maximus log file to parse for downloads.
  32. ; This keyword is optional and if omitted, DLC will not update any counters.
  33.  
  34. BBSLog C:\MAX\MAX.LOG
  35.  
  36. ;----------------------------------------------------------------------------
  37.  
  38. ; The 'CounterStyle' keyword specifies which counter delimiter to use.
  39. ; If this keyword is omitted, then style 1 will be used.  The various
  40. ; styles are as follows:
  41. ;
  42. ;     Style 1 = [ ]   Style 2 = { }   Style 3 = ( )   Style 4 = < >
  43.  
  44. CounterStyle 1
  45.  
  46. ;----------------------------------------------------------------------------
  47.  
  48. ; The 'CounterLength' keyword tells DLC how many digits to use in the counter.
  49. ; If you specify 4, then there will be 4 characters between the delimiters.
  50. ; Numbers will NOT be zero padded however, they will be space padded on
  51. ; the left, ie. [   1].  The default is 4 characters.
  52.  
  53. ;CounterLength 3
  54.  
  55. ;----------------------------------------------------------------------------
  56.  
  57. ; The 'DownloadLog' keyword specifies that DLC should create a download
  58. ; log of all files downloaded (obtained from the BBSLog specification)
  59. ; in the form:
  60. ;
  61. ;     <name> <file> <protocol> <date> <time>
  62. ;
  63. ;     JOE_SYSOP FILENAME.EXT Z 01-NOV 12:34:56
  64.  
  65. ;DownloadLog C:\MAX\DL.LOG
  66.  
  67. ;----------------------------------------------------------------------------
  68.  
  69. ; The 'MailerLog' keyword specifies a FrontDoor or Binkley log
  70. ; file to parse for files that are sent, and will be treated as
  71. ; downloaded.
  72.  
  73. MailerLog C:\FD\FD.LOG
  74. ;MailerLog C:\BINKLEY\BINKLEY.LOG
  75. ;----------------------------------------------------------------------------
  76.  
  77. ; The 'IgnoreExt' keyword instructs DLC to ignore all files with the
  78. ; specified extension, that is they will not be viewed as downloaded.
  79. ; DLC knows enough to exclude the MO?, TU?, WE?, TH?, FR?, SA?, and
  80. ; SU? extensions, also the QW? extensions, as well as the standard 
  81. ; PKT extension.  You are allowed up to 60 extensions, do NOT include
  82. ; the dot when specifying extensions!
  83.  
  84. IgnoreExt TIC
  85. IgnoreExt RSP
  86. IgnoreExt OUT
  87. IgnoreExt CUT
  88. IgnoreExt REQ
  89. IgnoreExt FLE
  90. IgnoreExt DUT
  91. IgnoreExt HUT
  92. IgnoreExt RPT
  93.  
  94. ;----------------------------------------------------------------------------
  95.  
  96. ; The 'IgnoreMatch' keyword works similar to 'IgnoreExt' except it instructs
  97. ; DLC to ignore any file that contains the match as you specify. For example,
  98. ; If you said 'IgnoreMatch 001BRE' then DLC would ignore any file that has
  99. ; 001BRE anywhere in the file name. So, to ignore files with a BR? extension,
  100. ; specify 'IgnoreMatch .BR'.
  101.  
  102. IgnoreMatch 001BRE
  103.  
  104. ;----------------------------------------------------------------------------
  105.  
  106. ; The 'IgnoreFilesWithTic' keyword instructs DLC to ignore the file transfer
  107. ; that immediately preceeds the transfer of a TIC file.
  108.  
  109. IgnoreFilesWithTic
  110.  
  111. ;----------------------------------------------------------------------------
  112.  
  113. ; The 'AddOrphan' keyword instructs DLC to add to the FILES.BBS (or
  114. ; equivalent) any file that was downloaded from that area that is not
  115. ; listing in the file already.
  116.  
  117. ;AddOrphan
  118.  
  119. ;----------------------------------------------------------------------------
  120.  
  121. ; The 'SpaceForZero' keyword instructs DLC to use a space for a zero
  122. ; count instead of a zero.  That is, DLC will insert a [    ] instead
  123. ; of a [   0].  The default is to use a zero instead of a space.
  124.  
  125. ;SpaceForZero
  126.  
  127. ;----------------------------------------------------------------------------
  128.  
  129. ; The 'ZeroPadded' keyword instructs DLC to padd counters with zeros
  130. ; instead of spaces, ie. [0001] instead of [   1].  This is in effect
  131. ; when adding new counters and updating old ones.  The default is to
  132. ; pad with spaces.
  133.  
  134. ;ZeroPadded
  135.  
  136. ;----------------------------------------------------------------------------
  137.  
  138. ; The 'ProcessGif' keyword instructs DLC to insert the GIF template in the
  139. ; description of all new GIF files (those without a counter).
  140.  
  141. ; ProcessGif
  142.  
  143. ;----------------------------------------------------------------------------
  144.  
  145. ; The 'GifTemplate' tells DLC what the GIF resolution should look like
  146. ; when placed in the file's description.  Everything after the keyword
  147. ; will be inserted verbatim except the following translation characters
  148. ; which will be translated as follows:
  149.  
  150. ;   %W = Width of GIF in pixels
  151. ;   %H = Height of GIF in pixels
  152. ;   %C = Number of colours in the GIF
  153.  
  154. ; GifTemplate (%Wx%H, %Cc)
  155.  
  156. ;----------------------------------------------------------------------------
  157.  
  158. ; The 'DLCStatFile' keyword specifies the location and name of the
  159. ; database to store the downloaded files information for use with the
  160. ; DLCTT utility.
  161.  
  162. DLCStatFile C:\MAX\DLC\DLC.FIL
  163.  
  164. ;----------------------------------------------------------------------------
  165.  
  166. ; The 'TopTen' keyword specifies the output MECCA file in which to put
  167. ; the top ten downloads based on the information in DLC.STA.  To reset
  168. ; the counts, just delete DLC.STA.  The default is to not create this
  169. ; file.
  170.  
  171. TopTen C:\MAX\DLC\TTDL.BBS
  172.  
  173. ;----------------------------------------------------------------------------
  174.  
  175. ; The 'Top' keyword specifies how many files to list in the 'TopTen' file.
  176. ; This number can be anywhere from 1 to 25, the default is 10.
  177.  
  178. ;Top 15
  179.