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:32] avonmutil_generate_top_lists [2016/04/24 21:37] (current) avon
Line 27: Line 27:
  
  
-== General Tips ==+=== 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 35: Line 35:
 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 type values 0=false 1=true logic to each template where 1=enable for top_call, top_post, etc. (see examples below)+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.txt · Last modified: 2016/04/24 21:37 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki