home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / maxid.lzh / maxid.cfg < prev    next >
Text File  |  1993-08-31  |  8KB  |  141 lines

  1. ; This is the configuration file for MaxID
  2. ;
  3. ; MaxID reads the Binkleyterm (or other?) mailer log files. I assume that
  4. ; you own a Suprafax v.32b modem with J-Roms that supports Caller-ID, or
  5. ; other compatible modem, and that your local telephone company ALSO supports
  6. ; it, you have it activated and have given the proper commands and that you
  7. ; know what I'm talking about. I also assume you operate either the DOS or
  8. ; OS/2 version of Maximus.
  9. ;
  10. ; This configuration file is case insensitive. You can put it ALL IN CAPS or
  11. ; all in lower case. It don't matter a hoot. Comment lines begin with a
  12. ; semicolon against the extreme left margin. All lines must be pure ascii
  13. ; and end with a hard carriage return. No high bit characters are allowed.
  14. ;
  15. ; Each entry in this configuation file is preceeded by a "keyword". For
  16. ; example, the line for the sysop says "SYSOP Joe Sysop". In this case,
  17. ; SYSOP is the keyword and must not be deleted. Whatever comes after the
  18. ; keyword separated by one or more spaces, is taken as the sysop name.
  19. ;
  20. ; Read the DOC file for more diatribe.
  21. ;
  22. ;
  23. ;=======================================================================
  24. ; System Operator Name
  25. ;=======================================================================
  26. SYSOP Joe SysOp
  27. ;
  28. ;=======================================================================
  29. ; Registration number (if any)
  30. ; See MaxID.DOC for details on registration. Registration is only required
  31. ; if you use MaxID in a commercial environment, however, if you do
  32. ; choose to register, a valid registration number will cause the program
  33. ; not to announce that it is unregistered in the OUTPUT file.
  34. ;=======================================================================
  35. REGISTRATION 00000000
  36. ;
  37. ;=======================================================================
  38. ; drive:path/name of your Binkleyterm or other mailer LOG file
  39. ;=======================================================================
  40. LOGFILE c:\log\binkley.log
  41. ;
  42. ;=======================================================================
  43. ; What does your modem send preceding the phone number in your log file?
  44. ;=======================================================================
  45. MODEMSTRING Nmbr =
  46. ;
  47. ;=======================================================================
  48. ; What is your telephone areacode that you wish to strip from the
  49. ; phone numbers? (numbers only. All other characters are ignored). This
  50. ; is important, as many callers have put their areacode number in their
  51. ; user file, but the caller-id doesn't show an areacode for local callers.
  52. ; So to keep MaxID from getting confused, you need this.
  53. ;=======================================================================
  54. AREACODE 604
  55. ;
  56. ;=======================================================================
  57. ; drive:path/name of a Max *.bbs file to output the telephone number to.
  58. ; OUTPUT will create a file which can be "read into" your BBS. On Maximus
  59. ; systems, you can use this file with the [link] token in a mecca file.
  60. ; Example: Your phone number today is [link]c:\max\misc\phone
  61. ;
  62. ; With other BBS packages this could be used as follows: (just an idea)
  63. ;
  64. ; copy Welc.asc + phone.bbs > welcome.asc
  65. ; (This would copy welc.asc to welcome.asc and append phone.bbs to the
  66. ; to the end of the file. So if the last line of the file said:
  67. ;
  68. ; You're phone number today is
  69. ;
  70. ; the the telephone number would appear just after this line.
  71. ;
  72. ; Note that if the program is not registered then MaxID will also write
  73. ; the words "MaxID (Unregistered)" to the file as the second line. This
  74. ; does not happen in the registered version. You are not required to
  75. ; register MaxID unless you operate in a commercial environment, however
  76. ; those that do choose to register can receive a registration number
  77. ; which will stop MaxID writing the Unregistered tag as the second line
  78. ; of the OUTPUT file. This is the only difference between the registered
  79. ; and unregistered versions.
  80. ;=======================================================================
  81. OUTPUT c:\max\misc\phone.bbs
  82. ;
  83. ;=======================================================================
  84. ; Location and name of your USER.BBS file. If you don't have one, replace
  85. ; this with NUL
  86. ;=======================================================================
  87. USERBBS c:\max\user.bbs
  88. ;
  89. ;=======================================================================
  90. ; If you don't want to use any of the autolog features, but simply want
  91. ; to use this program to utilize Caller-ID and show that information in
  92. ; the bulletin board to the callers, you can disable AutoLogin entirely.
  93. ; Setting DISABLE_AUTOLOGIN YES will cause MaxID to simply read the phone
  94. ; number from the mailer log file, write it to a disk file and terminate.
  95. ; This diskfile can then be read by other BBS packages and provides some
  96. ; compatibility, therefore, with non-Maximus systems. Generally, however,
  97. ; Maximus sysops will want this set to NO. The default is NO.
  98. ;=======================================================================
  99. DISABLE_AUTOLOGIN No
  100. ;
  101. ;=======================================================================
  102. ; This is how you would normally load Maximus without MaxID
  103. ; I use the following for my OS/2 setup. If you run DOS, simply copy
  104. ; whatever you normally use in a batch file to load Maximus into this
  105. ; field below. The word LOADMAX is the keyword and must be present.
  106. ; everything to the RIGHT of that is what you would use to load Maximus
  107. ; normally.
  108. ;=======================================================================
  109. LOADMAX maxp -b%2 -p%3 -t%4 -s%19200 -n1 -z\pipe\line1
  110. ;
  111. ;=======================================================================
  112. ; Put the name of the batch file that you want MaxID to create to load
  113. ; Maximus with the caller's name and optional password on the command line.
  114. ; If you run DOS it should end with the extension .BAT, if you run Maximus
  115. ; for OS/2 it should end with the extension .CMD
  116. ;=======================================================================
  117. BATCH bbs.cmd
  118. ;
  119. ;=======================================================================
  120. ;                        IMPORTANT! READ THIS!
  121. ;
  122. ; MaxID is capable of also placing caller's password on the command line at
  123. ; the discretion of the caller. This is an optional feature. If you enable
  124. ; this feature here, and if a caller wants to have AutoLogin including his
  125. ; or her password, he/she would simply have to add a ! as the first character
  126. ; of their password. To deactivate this feature, they simply would need to
  127. ; remove the ! from the first character of their password in the CHANGE menu.
  128. ; This gives the option to the caller if they want AutoLogin to also include
  129. ; the password, and they can decide if they want to take this risk. Obviously
  130. ; someone who shares a computer/phone line with other members of the same
  131. ; household or business would NOT want this, and they can just omit the
  132. ; exclamation mark from the first character of their password. But if someone
  133. ; has exclusive use of a computer and phone line, they may want this feature
  134. ; implemented. In any case, I left the SysOp in control (although I feel the
  135. ; sysop should let the caller decide). If the SysOp does not want this feature
  136. ; of MaxID then he/she can change the YES to NO in the option below.
  137. ;
  138. ALLOWPASSWORD YES
  139. ;
  140. ; Th' th' that's all folks!
  141.