home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / eazybbs.lha / EazyBBS / Data / Configuration / 1 next >
Text File  |  1993-08-16  |  3KB  |  191 lines

  1.  
  2. # For details refer to the EazyBBS Manual
  3. #
  4. # General Settings
  5. #
  6. #
  7. # Name of your mailbox
  8. # (shouldn't be longer than about 20-30 chars)
  9. #
  10.  MailboxName        "ZikZak"
  11.  
  12. # Name of your UUCP site
  13. # (if you don't have one give it a dummy name like "foobar")
  14. #
  15.  UucpName        zikzak.in-berlin.de
  16.  
  17. # Maximum time of inactivity (in seconds) before logout
  18. #
  19.  Timeout        120 seconds
  20.  
  21. # Default time for guests (in minutes)
  22. #
  23.  GuestTime        20 minutes
  24.  
  25. # Default prompt for new users
  26. # (see "MB_DATA:LongHelp/General.1" for details)
  27. #
  28.  DefaultPrompt        "%l:%a%b> "
  29.  
  30. # Minimum free space (in bytes) on your harddisk
  31. # (EazyBBS quits if less)
  32. #
  33.  HarddiskLimit        0 bytes
  34.  
  35. # Standard task priority
  36. # (if you're running more than one port over a serial line all
  37. #  task priority values (standard + transfer) should be the same)
  38. #
  39.  TaskPriority-Std    1
  40.  
  41. # Transfer task priority
  42. # (if you're running more than one port over a serial line all
  43. #  task priority values (standard + transfer) should be the same)
  44. #
  45.  TaskPriority-Xfer    2
  46.  
  47. # Name of xprzmodem.library
  48. #
  49.  XPRZmodemName        xprzmodem.library (must be version 2.0 or higher)
  50.  
  51. # Console-Call allowed by default?
  52. #
  53.  Chat-Status        on (by default)
  54.  
  55. # Logging of all text (by default) if user at console enters a chat?
  56. #
  57.  ChatLog-Status        off (by default)
  58.  
  59.  
  60.  
  61. #
  62. # Serial Settings
  63. #
  64. #
  65. # Speed modem <-> computer
  66. #
  67.  Baud            38400 bps
  68.  
  69. # Serial device name/unit
  70. #
  71.  ModemDevice        serial.device
  72.  ModemUnit        0
  73.  
  74. # Time how long EazyBBS drops DTR so that modem hangs up
  75. # (in tenths of second)
  76. #
  77.  HangupTime        20 (tenths of a second)
  78.  
  79. # After how many Rings EazyBBS goes on-hook
  80. # (see also "MB_DATA:ModemRing/*")
  81. #
  82.  RingDelay        1
  83.  
  84.  
  85.  
  86. # Various Settings
  87. #
  88. #
  89. # Extra (bonus) time for uploads:
  90. #
  91.  MessageBonus        100 %
  92.  MailBonus        0 %
  93.  UploadBonus        100 %
  94.  
  95.  
  96. # within first half of usertime...
  97. #
  98.  Download-Overdraw    100 %
  99.  
  100.  
  101. # Extra (bonus/minus) time for login time:
  102. #
  103.  TimeBonusTable        =+++++++++++++=====-----
  104.  TimeBonusPlus        20 min.
  105.  TimeBonusMinus        10 min.
  106.  
  107. #
  108. # Editor line limits:
  109. #
  110. #
  111.  MessageLines        750
  112.  MailLines        750
  113.  FileCommentLines    50
  114.  MailIntroLines        10
  115.  
  116.  
  117.  
  118. #
  119. # Graphical Rendering
  120. #
  121. #
  122. # Intuition font name and size
  123. # (menu, screen/window title)
  124. #
  125.  IntuiFontName        helvetica.font
  126.  IntuiFontSize        13
  127.  
  128. # Text font name and size
  129. #
  130.  TextFontName        topaz-classic.font
  131.  TextFontSize        8
  132.  
  133.  
  134. # Colors
  135. # (rgb_number = 256*red + 16*green + blue)
  136. # background, foreground (pen) and two additional colors
  137. # RGB_Color1        273
  138. # RGB_Color2        3839
  139. # RGB_Color3        2184
  140. # RGB_Color4        1102
  141.  
  142. # original OS 2.0 colors
  143. # RGB_Color1        2730
  144. # RGB_Color2        0
  145. # RGB_Color3        4095
  146. # RGB_Color4        2950
  147.  
  148. # OS 2.0 colors (slightly modified)
  149. #
  150.  RGB_Color1        3258
  151.  RGB_Color2        0
  152.  RGB_Color3        4095
  153.  RGB_Color4        2916
  154.  
  155.  
  156.  
  157. #
  158. # Screen and Window Dimensions
  159. #
  160. #
  161. # Width/Height of EazyBBS screen
  162. #
  163.  ScreenWidth        640 (pixel)
  164.  ScreenHeight        472 (pixel)
  165.  
  166. # Screen mode for EazyBBS screen, like in "ScreenMode" prefs program
  167. # (use "Workbench" for cloning Workbench's screen mode
  168. #
  169. # ScreenMode        "NTSC:High Res Laced"
  170.  ScreenMode        Workbench
  171.  
  172. # Open screen after start of EazyBBS
  173. # (keep in mind: console output slows down your system!)
  174. #
  175.  ScreenOpen        off
  176.  
  177. # Draw window border
  178. # (use 'on', any other turns off)
  179. #
  180.  WindowBorder        off
  181.  
  182. # Editor when editing texts from console,
  183. # %s is placeholder for textfile -- if not present filename is appended
  184. # (use "builtin" for EazyBBS' internal editor)
  185. #
  186.  ConsoleEditor        builtin  (use internal editor)
  187. # ConsoleEditor        "Ed %s -sticky"
  188.  
  189. # read the dox!
  190.  
  191.