User Tools

Site Tools


config_system_paths

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
config_system_paths [2016/09/19 02:14] – content updates avonconfig_system_paths [2022/09/26 02:26] (current) – changes to path info avon
Line 7: Line 7:
       █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ System Paths ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ System Paths ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
       █                                                                     █       █                                                                     █
-      █  System Path       │ c:\bbs\mystic\                                 █ +      █  System Path       │ c:\mystic\                                     █ 
-      █  Data File Path    │ c:\bbs\mystic\data\                            █ +      █  Data File Path    │ c:\mystic\data\                                █ 
-      █  Log File Path     │ c:\bbs\mystic\logs                           █ +      █  Theme Path        │ c:\mystic\themes                             █ 
-      █  Message Base Path │ c:\bbs\mystic\msgs\                            █ +      █  Message Base Path │ c:\mystic\msgs\                                █ 
-      █  File Attach Path  │ c:\bbs\mystic\attach                         █ +      █  Log File Path     │ c:\mystic\logs                               █ 
-      █  Semaphore Path    │ c:\bbs\mystic\semaphor\                        █ +      █  Semaphore Path    │ c:\mystic\semaphore\                           █ 
-      █  Menu File Path    │ c:\bbs\mystic\menus\                           █ +      █  Inbound EchoMail  │ c:\mystic\echomail\in\                         █ 
-      █  Text File Path    │ c:\bbs\mystic\text\                            █ +      █  Inbound Unsecured │ c:\mystic\echomail\in\unsecure               █ 
-      █  Script Path       │ c:\bbs\mystic\scripts\                         █ +      █  Outbound Primary  │ c:\mystic\echomail\out\primary               
-      █  Inbound EchoMail  │ c:\bbs\mystic\echomail\in\                     █ +
-      █         Unsecured  │ c:\bbs\mystic\echomail\in\unsec              █ +
-      █  Outbound EchoMail │ c:\bbs\mystic\echomail\out\fidonet\            █ +
-      █  Local QWK         │ c:\bbs\mystic\localqwk                       +
       █                                                                     █       █                                                                     █
       ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█       ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
Line 30: Line 26:
  
 === Data File Path === === Data File Path ===
 +
 The data path is the directory where Mystic BBS will store all of it's data files.  In almost all cases, this directory never needs to be changed. The data path is the directory where Mystic BBS will store all of it's data files.  In almost all cases, this directory never needs to be changed.
  
-=== Log File Path ===+=== Theme Path ===
  
-The system logs path is the directory where Mystic BBS will keep an updated log file of BBS activity.  The log files can be used to see what each caller was doing while they were online.  These files are not used by Mystic BBS and exist for information purposes only.+This directory specifies the root directory where all Mystic BBS themes are found.
  
 === Message Base Path === === Message Base Path ===
Line 40: Line 37:
 The message base path is the default directory where Mystic BBS will store it's message base data files. The message base path is the default directory where Mystic BBS will store it's message base data files.
  
-=== File Attach Path ===+=== Log File Path ===
  
-The file attach path is the directory where Mystic BBS will store files that are attached to messages.  Mystic BBS allows users to optionally include a file to any message posted on the BBS system.+The system logs path is the directory where Mystic BBS will keep an updated log file of BBS activity.  The log files can be used to see what each caller was doing while they were online.  These files are not used by Mystic BBS and exist for information purposes only.
  
 === Semaphore Path === === Semaphore Path ===
  
 The semaphore path is the directory where Mystic BBS creates semaphores as messages are sent or received by the BBS. These semaphores are 0kb files that the Events system can take advantage of to trigger actions to process incoming or outgoing messages as it finds them in this directory. Once messages are imported or exported the semaphore is removed.  The semaphore path is the directory where Mystic BBS creates semaphores as messages are sent or received by the BBS. These semaphores are 0kb files that the Events system can take advantage of to trigger actions to process incoming or outgoing messages as it finds them in this directory. Once messages are imported or exported the semaphore is removed. 
- 
-=== Menu File Path === 
- 
-The menu file path is the default directory where Mystic BBS will store it's menu data files. 
- 
-=== Text File Path === 
- 
- 
-The textfile path is the default directory where Mystic BBS will store it's ANSI (.ANS) and ASCII (.ASC) files along with a number of configuration files (.INI) for the likes of the file index reader, message editor etc. 
- 
-=== Script Path === 
- 
-The script path is the directory where all compiled Mystic BBS programming files are found.  Mystic BBS supports an internal programming language (MPL and more recently Python) that can be used by SysOps to create games, utilities, or BBS enhancements with ease. 
  
 === Inbound EchoMail === === Inbound EchoMail ===
  
-The directory where inbound netmail / echomail packets received by BinkP, FTP, Directory or Fidopoll sessions from known Echomail Nodes are stored. +The directory where inbound netmail / echomail packets received by BinkP, FTP, Directory or MIS POLL sessions from known Echomail Nodes are stored. 
  
-=== Inbound EchoMail Unsecured ===+=== Inbound Unsecured ===
  
-The directory where inbound netmail / echomail packets received by BinkP, FTP, Directory or Fidopoll sessions from unknown Echomail Nodes are stored. +The directory where inbound netmail / echomail packets received by BinkP, FTP, Directory or MIS POLL sessions from unknown Echomail Nodes are stored. 
  
-=== Outbound EchoMail ===+=== Outbound Primary ===
  
 The directory where outbound netmail / echomail packets destined for Echomail Nodes are stored.  The directory where outbound netmail / echomail packets destined for Echomail Nodes are stored. 
  
-=== Local QWK  === 
- 
-The local QWK is the directory where Mystic BBS will create QWK offline mail packets if the user is logged into the BBS locally.  This directory usually points to the same directory of your offline mail reader, if you use one. 
  
config_system_paths.1474269297.txt.gz · Last modified: 2016/09/19 02:14 by avon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki