home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / acb153b1.zip / acrobat.zi_ / acrobat.cfg next >
Text File  |  1997-03-15  |  11KB  |  195 lines

  1. '╔═══════════════════════════════════════╗
  2. '║ Acrobat/2 1.53 beta1 Main Config File ║
  3. '╚═══════════════════════════════════════╝
  4. '
  5. '┌────────────────────────────────────────────────────────────────────────────┐
  6. '│INITx= is the initstring to initialiase the modem.                          │
  7. '│Each INITx= will be only used for the first 4 nodes, the rest will use INIT1│
  8. '│INITBAUD= is the locked baudrate. If you change it from 57600 you must also │
  9. '│change the UPLOAD.CMD/DOWNLOAD.CMD/PRIVUP.CMD.                              │
  10. '│57600 is good for 28.8kb and 33.6kb modems.                                 │
  11. '└────────────────────────────────────────────────────────────────────────────┘
  12. INIT1=ATZ
  13. INIT2=ATZ
  14. INIT3=ATZ
  15. INIT4=ATZ
  16. INITBAUD=57600
  17. '┌──────────────────────────────────────────────────────────────┐
  18. '│Logall is used for the control of the logfile.                │
  19. '│Logall=0 Nothing will be written into the logfile.            │
  20. '│Logall=1 All modemactivity will be written into the logfile   │
  21. '│Logall=2 Same as 1 but now local activity also will be logged │
  22. '└──────────────────────────────────────────────────────────────┘
  23. LOGALL=1
  24. '┌───────────────────────────────────────────────────────────────────────────┐
  25. '│Directory where the ansi's (main, intro, goodbye, bullmain...) are located!│
  26. '└───────────────────────────────────────────────────────────────────────────┘
  27. ANSI=C:\ACROBAT\TEXT\
  28. '┌───────────────────────────────────────┐
  29. '│Directory where ACROBAT.EXE is located │
  30. '└───────────────────────────────────────┘
  31. ROOT=C:\ACROBAT\
  32. '┌──────────────────────────────┐
  33. '│Info about you and your board │
  34. '└──────────────────────────────┘
  35. SYSOPNAME=SysG0d
  36. BOARDNAME=Not Yet Named BBS
  37. '┌──────────────────────────────────────────────────────────────┐
  38. '│When page=0 user can yell, any other value will disable yeller│
  39. '│Maxpages is the number of times a user may yell               │
  40. '└──────────────────────────────────────────────────────────────┘
  41. PAGE=0
  42. MAXPAGES=5
  43. '┌─────────────────────────────────────────────────────────────────────┐
  44. '│When systempassword is 1, a system password will be asked, any other │
  45. '│value disables the system password. SP is the system password.       │
  46. '│If elite equals 0 Acrobat will use normal login procedure. If elite  │
  47. '│equals 1 the elite login procedure will be used                      │
  48. '│MATRIXX/MATRIXY determines the position of the elite menu!           │
  49. '│MATRIXX can be maximum 55 minimum 1, MATRIXY max 15 min 1            │
  50. '│If you start with an empty userbase, the first time you have to use  │
  51. '│elite=0 to create the sysop account! After you have created your sys-│
  52. '│op account, you can change elite to 1                                │
  53. '└─────────────────────────────────────────────────────────────────────┘
  54. SYSTEMPASSWORD=0
  55. SP=DIZIZDASYSTEMPASS
  56. ELITE=1
  57. MATRIXX=54
  58. MATRIXY=15
  59. '┌───────────────────────────────────────────────────────────────────────────┐
  60. '│General settings:                                                          │
  61. '├───────────────────────────────────────────────────────────────────────────┤
  62. '│Minpaslength is the minimum length a password must be (user password       │
  63. '│and system password)                                                       │
  64. '├───────────────────────────────────────────────────────────────────────────┤
  65. '│Minname is the minimum length a name must be!                              │
  66. '├───────────────────────────────────────────────────────────────────────────┤
  67. '│Pastries is the number of times a user may guess for his password :)       │
  68. '├───────────────────────────────────────────────────────────────────────────┤
  69. '│Checkup=0 uploadchecking enabled, any other value will disable it!         │
  70. '├───────────────────────────────────────────────────────────────────────────┤
  71. '│Newlevel is the level a new user will get... Levels can range from         │
  72. '│1 till 999. Don't use 0! Level 0 is reserved for unvalidated users in elite│
  73. '│mode.  Users with level 0 can't get in!?! :-)                              │
  74. '├───────────────────────────────────────────────────────────────────────────┤
  75. '│Freekb is the amount of upload a user get when he/she logs in for the      │
  76. '│first time. A value of 0 means that the user must upload immediate!        │
  77. '├───────────────────────────────────────────────────────────────────────────┤
  78. '│Fastmode. When fastmode is set to 1, ansi's will be very fast... Slower    │
  79. '│modems can have problems with it... Setting to any value except 1 will     │
  80. '│send ansi's at normal speed. It's recommended to use normal speed.         │
  81. '├───────────────────────────────────────────────────────────────────────────┤
  82. '│UPPROCENT is the procent upload required depending on the level. This can  │
  83. '│be set as following LEVEL/PROCENT,LEVEL/PROCENT,....                       │
  84. '├───────────────────────────────────────────────────────────────────────────┤
  85. '│TIMELEFT is the minutes a user can stay online. This can be set as follow- │
  86. '│ing LEVEL/TIMEONLINE,LEVEL/TIMEONLINE,LEVEL/TIMEONLINE,....                │
  87. '├───────────────────────────────────────────────────────────────────────────┤
  88. '│INACTIVITY is the numbers of seconds a user can be inactive (auto hangup)  │
  89. '├───────────────────────────────────────────────────────────────────────────┤
  90. '│NEWPASS is a new user password. Only users who know this password can log- │
  91. '│in. It's called a NUP on some other boardz :) You have to set this, if you │
  92. '│want a closed board! Otherwise leave this blank...                         │
  93. '├───────────────────────────────────────────────────────────────────────────┤
  94. '│If SHORTY=1 users will have hotkeys for menu choices. If shorty=0 users    │
  95. '│will have to type commando's like BYE/WRITE/Etc..                          │
  96. '├───────────────────────────────────────────────────────────────────────────┤
  97. '│Elitepass is the password so the user can login immediate even in elitemode│
  98. '│leave blank to disable it...                                               │
  99. '├───────────────────────────────────────────────────────────────────────────┤
  100. '│XENIA=<dir> Enter the dir for your xenia mailer for Xenia support (!?)     │
  101. '└───────────────────────────────────────────────────────────────────────────┘
  102. MINPASLENGTH=4
  103. MINNAME=4
  104. PASTRIES=3
  105. CHECKUP=0
  106. FREEKB=0
  107. NEWLEVEL=10
  108. NEWPASS=DIZIZDANEWUSERPASS
  109. ELITEPASS=
  110. FASTMODE=0
  111. UPPROCENT=5/0,10/0,20/0,30/0,40/0,50/0,60/0,70/0,80/5,90/0,100/0
  112. TIMELEFT=5/300,10/15,20/60,30/60,40/40,50/45,60/50,70/55,80/60,90/90,100/120
  113. INACTIVITY=300
  114. SHORTY=0
  115. XENIA=
  116. '┌───────────────────────────────────────────────────────────────────────────┐
  117. '│STARTUPD= 1 if you want the first door in the DOOR.CFG to be run when the  │
  118. '│user logins. 0 will disable the door at login.                             │
  119. '│FPROMPT= 1 will enable the animated prompts. 0 will disable them.          │
  120. '│GPROMPT= Enter the text that you want when waiting for a key.              │
  121. '│LPROMPT= Enter the text that you want when asking for login name.          │
  122. '│PPROMPT= Enter the text that you want when asking for the password.        │
  123. '│To dissable them just comment them by using a '
  124. '└───────────────────────────────────────────────────────────────────────────┘
  125. STARTUPD=0
  126. FPROMPT=1
  127. GPROMPT=Slam Da Key!
  128. LPROMPT=Who is it?
  129. PPROMPT=Whats the password?
  130. '┌───────────────────────────────────────────────────────────────────────────┐
  131. '│Password needed to do some maintenance when SYSOP is entered in mainmenu!! │
  132. '│You can change userrecords with it, also levels, delete users, download    │
  133. '│files, etc, etc,... Chat, showdir, etc... Also used for cleaning bbslist,  │
  134. '│voting booth                                                               │
  135. '└───────────────────────────────────────────────────────────────────────────┘
  136. MPASSWORD=DIZIZDAMAINTPASS
  137. '┌───────────────────────────────────────────────────────────────────────────┐
  138. '│Oneliner settings                                                          │
  139. '│ANTi-ADVERTISEMENT method: ANTI=0 (Disabled)  ANTI=1 (Decode Tel. Numbers) │
  140. '│ANTI=2 (Show ansi file NOADD.ANS, requires WORD), WHO (can't write onelnrs)│
  141. '│If anti=2 and a user uses a word listed here with the WORD command, the one│
  142. '│liner won't be saved and he will see the NOADD.ANS file. Anti=1 means that │
  143. '│if the user type call 016/571667, others will see ?!?/??*!?! :)))          │
  144. '│If you don't that a particular user writes oneliners, you can list him with│
  145. '│the who command. These settings are also used for the RUMOUR command!      │
  146. '└───────────────────────────────────────────────────────────────────────────┘
  147. ANTI=2
  148. WORD=CALL
  149. WORD=BBS
  150. WORD=016
  151. WORD=PHONE
  152. WORD=301
  153. WORD=30-1
  154. WHO=Dummy
  155. '┌───────────────────────────────────────────────────────────────────────────┐
  156. '│Fun Chatter TOTAL=xx (Number of different chatscreens) DEF=xx (startscreen)│
  157. '│CHATDIR=path chatscreens (don't forget ending \) CHATPASS, overrides max.  │
  158. '│yells, users who know this password can yell as often as they want!        │
  159. '│TUNE=path midi/wav file. You can only use this if you have REXX and a sound│
  160. '│card installed! TUNE uses the play.cmd from OS/2. If you don't have REXX   │
  161. '│installed or a soundcard, don't specify a path. Chatpass max. 20 chars!    │
  162. '│The length of the yell depends on the length of the tune...                │
  163. '│COSYS contains the COSYSOP password for CoSysops, Leave blank to disable.  │
  164. '└───────────────────────────────────────────────────────────────────────────┘
  165. TOTAL=59
  166. DEF=34
  167. CHATDIR=C:\ACROBAT\CHAT\
  168. CHATPASS=DIZIZDACHATPASS
  169. COSYS=
  170. TUNE=ITCHYTHM.WAV
  171. '┌───────────────────────────────────────────────────────────────────────────┐
  172. '│UPDIR, where the uploads must be put                                       │
  173. '│PRIVDIR, where the private uploads must be put                             │
  174. '│FREESPACE, only if there are FREESPACE bytes free on upload dir, users can │
  175. '│upload... DEFPROTUP default protocol uploads, 0 means CEXYZ, 1 means ZSX2  │
  176. '│DEFPROTDOWN default protocol downloads, 0 means CEXYZ, 1 means ZSX2        │
  177. '└───────────────────────────────────────────────────────────────────────────┘
  178. UPDIR=C:\ACROBAT\FILES\UPLOADS
  179. PRIVDIR=C:\ACROBAT\FILES\PRIVATE
  180. FREESPACE=2500
  181. DEFPROTUP=0
  182. DEFPROTDOWN=0
  183. '┌───────────────────────────────────────────────────────────────────────────┐
  184. '│Very important setting for multitasking performance. This is the time in   │
  185. '│milliseconds the current thread is interrupted for an another program. You │
  186. '│have to experiment with it... It can be a value between 0 and 100. 100     │
  187. '│will make the bbs very slow when response is expected from user/local. My  │
  188. '│experience says that 30 to 50 is a nice value... 0 will disable slices!!!  │
  189. '└───────────────────────────────────────────────────────────────────────────┘
  190. SLICE=50
  191. '
  192. '╔═══════════════════════════════════════════════════════════════════════════╗
  193. '║ End Main Configuration File.       (c)1997 H.I.C. D.B.S. and V.R.B. Corp. ║
  194. '╚═══════════════════════════════════════════════════════════════════════════╝
  195.