User Tools

Site Tools


mutil_generate_top_lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mutil_generate_top_lists [2016/04/24 21:30] avonmutil_generate_top_lists [2016/04/24 21:37] (current) avon
Line 13: Line 13:
      
 There a several switches you can configure that relate to this function. There a several switches you can configure that relate to this function.
- 
-Define which template(s) should be created when this stanza is run by MUTIL? 
- 
-  ; true/false type values 0=false 1=true 
-  ; 1=enable for top_call, top_post, etc. (see examples below) 
  
 Create an exclude list that specifies the user names that are NOT to be included in the output of the 'top list' templates. The contents of this exclude list file should be created with one user name per line. Lines that begin with a ; are considered comments. Create an exclude list that specifies the user names that are NOT to be included in the output of the 'top list' templates. The contents of this exclude list file should be created with one user name per line. Lines that begin with a ; are considered comments.
Line 32: Line 27:
  
  
 +=== General Tips ===
      
 The number of items in each list is determined by the template.  It could be any number between 1 and 99. The number of items in each list is determined by the template.  It could be any number between 1 and 99.
Line 38: Line 34:
  
 namelen and datalen define the width the MCI code is padded to. namelen and datalen define the width the MCI code is padded to.
 +
 +To define which template(s) should be created when this stanza is run by MUTIL you apply a true/false setting to each template where 1=enable for top_call, top_post, etc. and 0=disable (see examples below)
 +
 +== Top Callers ==
 +
 +  ; configuration for top callers generator
 +  ; @NA=name  @DA=calls
 +  
 +  top_call          = 1
 +  top_call_template = mutil.toplist.txt
 +  top_call_output   = topcallers.asc
 +  top_call_desc     = Callers
 +  top_call_namelen  = 30
 +  top_call_datalen  = 10
 +
 +== Top Downloaders ==
 +
 +  ; configuration for top downloads
 +  ; @NA=name  @DA=downloads
 +  
 +  top_dl          = 1
 +  top_dl_template = mutil.toplist.txt
 +  top_dl_output   = topdownload.asc
 +  top_dl_desc     = Downloaders
 +  top_dl_namelen  = 30
 +  top_dl_datalen  = 10
 +
 +== Top Uploaders ==
 +
 +  top_ul          = 1
 +  top_ul_template = mutil.toplist.txt
 +  top_ul_output   = topupload.asc
 +  top_ul_desc     = Uploaders
 +  top_ul_namelen  = 30
 +  top_ul_datalen  = 10
 +
 +== Top Message Posters ==
 +
 +  top_post          = 1
 +  top_post_template = mutil.toplist.txt
 +  top_post_output   = topposts.asc
 +  top_post_desc     = Posters
 +  top_post_namelen  = 30
 +  top_post_datalen  = 10
 +
 +== Top Posts Per Call ==
 +
 +  top_pcr          = 1
 +  top_pcr_template = mutil.toplist.txt
 +  top_pcr_output   = toppcr.asc
 +  top_pcr_desc     = Posts Per Call
 +  top_pcr_namelen  = 30
 +  top_pcr_datalen  = 10
 +  
 +
mutil_generate_top_lists.1461551423.txt.gz · Last modified: 2016/04/24 21:30 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki