User Tools

Site Tools


mutil_import_filebone_na

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_import_filebone_na [2016/04/24 20:43] avonmutil_import_filebone_na [2019/03/15 22:46] (current) avon
Line 11: Line 11:
   % File Echo                   Description   % File Echo                   Description
   %   %
-  Area FSX_NODE     0           FSX: Current Nodelist +  Area FSX_NODE  0          Weekly Nodelists (fsxNet, etc.) 
-  Area FSX_INFO     0           FSX: Current Infopack +  Area FSX_INFO  0          Weekly Infopacks (fsxNet, etc.) 
-  Area FSX_MYST     0           FSX: Mystic BBS SoftwareUtils etc. +  Area FSX_MYST  0          Mystic BBS Software 
-  Area FSX_MGKA     0           FSX: Magicka BBS SoftwareUtils etc.+  Area FSX_MUTL  0          Mystic BBS Utils, Mods etc. 
 +  Area FSX_SOFT  0          BBS Software (Current + Legacy) 
 +  Area FSX_UTLS  0          BBS Utils, Tools, Networking etc. 
 +  Area FSX_DOOR  0          BBS Doors, Games etc. 
 +  Area FSX_ARTS  0          ANSI Art - Groups, Individuals etc. 
 +  Area FSX_TEXT  0          Text Files (Various)
   %   %
   % End of FSXNet Fileecho List   % End of FSXNet Fileecho List
Line 46: Line 51:
 The following options define the "default" values used when creating any file bases. The following options define the "default" values used when creating any file bases.
  
 +In the example below we want newly created fsxNet file bases to have  level 10 security and group 1 membership to see the file base and see its contents, level 20 security and group 1 membership to download it from the BBS and level 30 security and group 1 membership access to pull it down via FTP.
  
-  dispfile     = +Note that file group codes use the 'Z' ACS code whereas message groups use the 'G' ACS code. For more about this, take a look at the [[access_control|Mystic Access Control page]] on the wiki. It's an easy mistake to make otherwise when you're setting things up! :-) 
-  template     = ansiflst + 
-  ; ACS to see the message base    + 
-    acs_list     = +  ; File to display when accessing this file base 
-     +    dispfile     = 
-  acs_ftp      = +   
-  acs_download = +  ; Temple to use when displaying this file base 
-  acs_upload   = +    template     = ansiflst 
-  acs_hatch    = +   
-  acs_sysop    = s255+  ; ACS to see the file base    
 +    acs_list     s10z1 
 +   
 +  ; ACS to FTP from the file base 
 +    acs_ftp      = s30z1 
 +   
 +  ; ACS to download files from the file base 
 +    acs_download = s20z1 
 +   
 +  ; ACS to upload files to the file base 
 +    acs_upload   s255z1 
 +   
 +  ; ACS to hatch files to connected echonodes 
 +  ; this feature is under development 
 +    acs_hatch    = s255z1 
 +   
 +  ; ACS to use the message base with sysop access 
 +    acs_sysop    = s255z1
          
   ; true/false type values 0=false 1=true (newscan 2=forced)   ; true/false type values 0=false 1=true (newscan 2=forced)
      
-  free_files    = 0 +  ; Are downloaded files counted against a users download limits? 
-  show_uploader = 1 +    free_files    = 0 
-  new_scan      = 1+   
 +  ; Display who uploaded the file in the file base? 
 +    show_uploader = 1 
 +   
 +  ; Should this file base be included in a new files scan? 
 +    new_scan      = 1
  
    
      
mutil_import_filebone_na.1461548589.txt.gz · Last modified: 2016/04/24 20:43 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki