home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TJLL10.ZIP / LL.DOC < prev    next >
Encoding:
Text File  |  1994-07-02  |  10.9 KB  |  234 lines

  1.  
  2.                        ============================
  3.                                 LimitLog!
  4.                        ============================
  5.                        COPYRIGHT 1994 T&J Software
  6.  
  7.              Supporting Wildcat! 3.x+ and 4.x+ BBS Systems
  8.  
  9.                     VERSION 1.00     December 7, 1993
  10.  
  11.                                    By
  12.  
  13.                             Tom & Jane Wildoner
  14.                              397 West Broadway
  15.                               Jim Thorpe, PA
  16.                                   18229
  17.                             VOICE (717)325-9480
  18.                    *between 6:00 & 9:00 p.m. Eastern Time
  19.  
  20.                                   From
  21.  
  22.                                The T&J BBS
  23.                       (717)325-9481 14.4 Hayes Optima
  24.                          (717)325-4369 28.8 USR DS
  25.                                24 Hours/Day
  26.  
  27. LATEST VERSION:
  28. ~~~~~~~~~~~~~~~
  29. Please call the T&J BBS for the latest version of this program.
  30.  
  31. LEGALITIES:
  32. ~~~~~~~~~~~
  33. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  34. WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY
  35. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  36. IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND PRODUCTION OF THIS
  37. PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING
  38. OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY. ONCE REGISTERED, ANY
  39. DISTRIBUTION OF THE REGISTERED KEY WILL INVALIDATE YOUR KEY IN ALL FUTURE
  40. VERSIONS OF THIS PROGRAM AND NO PRODUCT SUPPORT WILL BE GIVEN. DISTRIBUTING
  41. A REGISTERED KEY FILE WILL ALSO BRING ABOUT CRIMINAL CHARGES.
  42.  
  43. DISTRIBUTION:
  44. ~~~~~~~~~~~~~
  45. You may make this file available for downloading from your BBS or you may
  46. upload it to any BBS of your choice, provided that you do not make any
  47. changes to the contents of the archive (ZIP file). The archive and its
  48. individual contents may not be used by any service that charges any money
  49. whatsoever, without the written permission of the author.
  50.  
  51. PROGRAM DESCRIPTION:
  52. ~~~~~~~~~~~~~~~~~~~~
  53. LimitLog is a Wildcat! v3.x and v4.x Logon utility program. It allows
  54. you to limit the total number of times a person may call your BBS per
  55. day per security level. It allows you to configure the number of logons
  56. by security level and allows establishing of no-check security levels
  57. (i.e. I set Visiting Sysops up as unlimited calls per day). You can use
  58. it on subscription boards and include a higher number of calls per day
  59. for your subscribing users.
  60.  
  61. A file called LL.LOG will be created and will list all callers who
  62. were denied access to your BBS. The log will only be created when/if
  63. a user is denied access.
  64.  
  65. NOTE:
  66. ~~~~~
  67. SECURITY LEVELS, are defined for the purposes of this door as menu
  68. access levels. For example, each security level name has an associated
  69. menu access number....this number (found in MakeWild) is what the
  70. door uses to check the users access.
  71.  
  72. You are limited to 3 security levels for checking and 3 good security
  73. levels to check until registered.
  74.  
  75. Once registered, you will receive a file called LL.KEY which will
  76. contain your registration information.
  77.  
  78. INSTALLATION:
  79. ~~~~~~~~~~~~~
  80. Use your favorite text editor to modify the following file.
  81.  
  82. CONFIGURATION: (Your LL.CFG file)
  83. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  84. Example configuration file for DOOR.SYS
  85. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  86. C:\WC30\WCWORK\NODE1\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  87. T&J Software                      <=-  (Change this to your BBS name)
  88. Tom                               <=-  (The Sysop's first name)
  89. Wildoner                          <=-  (The Sysop's last name)
  90.  
  91. Example configuration file for mulitnode use
  92. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. First you must set WCNODEID in each cat batch file:
  94.         SET WCNODEID=2
  95.  
  96. Next, the first line of the LL.CFG file should read:
  97.         C:\WC30\WCWORK\NODE%WCNODEID%\DOOR.SYS
  98.  
  99. This way, the correct copy of DOOR.SYS is loaded for the correct NODE
  100. that the caller is logged in on.
  101.  
  102. Example Batch File
  103. ~~~~~~~~~~~~~~~~~~
  104. The LOGIN1.BAT file:
  105.  
  106.    ECHO OFF
  107.    CD\WC30\DOORS\LL         <=- Switch to the door's Directory.
  108.    LL LL.CFG                <=- Execute the door program and pass the
  109.                                 configuration filename to the program.
  110.  
  111. Other File To Edit:
  112. ~~~~~~~~~~~~~~~~~~~
  113. ┌─────────────────────────────────────────────────────────────────────┐
  114. │ The CLEVEL.DAT file:                                                │
  115. │                                                                     │
  116. │ The CLEVEL.DAT (or check level data file) contains a listing of the │
  117. │ security level to check followed by daily logins allowed for that   │
  118. │ security level followed by three lines of text to display to that   │
  119. │ user. There is no limit to the number of security levels that may   │
  120. │ be entered.                                                         │
  121. │                                                                     │
  122. │ EXAMPLE:                                                            │
  123. │                                                                     │
  124. │ 100,4                        - Level 100 gets 4 calls per day.      │
  125. │ Line one of the text file.   - One line of text to display.         │
  126. │ Line two of the text file.   - Second line of text to display.      │
  127. │ Line three of the text file. - Third line of text to display.       │
  128. │                                                                     │
  129. │ EXAMPLE:                                                            │
  130. │                                                                     │
  131. │ 110,5                                                               │
  132. │ Thank you for registering on the board! Because of your donation,   │
  133. │ you have been given 5 calls per day to the BBS instead of the       │
  134. │ normal 2 calls per day, thanks!                                     │
  135. │ 120,6                                                               │
  136. │ etc...                                                              │
  137. │ etc...                                                              │
  138. │ etc...                                                              │
  139. └─────────────────────────────────────────────────────────────────────┘
  140. ┌─────────────────────────────────────────────────────────────────────┐
  141. │ The DLEVEL.DAT file:                                                │
  142. │                                                                     │
  143. │ The DLEVEL.DAT file (or default level data file) contains the       │
  144. │ number of calls per day allowed by a security level not listed      │
  145. │ in the CLEVEL.DAT file. Think of it as a "catch all" calls per      │
  146. │ day allowed                                                         │
  147. │                                                                     │
  148. │ This file just contains 1 number (number of call allowed).          │
  149. └─────────────────────────────────────────────────────────────────────┘
  150. ┌─────────────────────────────────────────────────────────────────────┐
  151. │ The GLEVEL.DAT file:                                                │
  152. │                                                                     │
  153. │ The GLEVEL.DAT file (or good level data file) contains a listing    │
  154. │ of all security levels that will not be check by LimitLog. These    │
  155. │ security levels may call as many times per day as they want. The    │
  156. │ listing simply contains a list of all security levels to bypass and │
  157. │ three lines of text you may display to each security level.         │
  158. │                                                                     │
  159. │ i.e                                                                 │
  160. │ 1000                                                                │
  161. │ You have Master Sysop Access!                                       │
  162. │ Welcome to the BBS!                                                 │
  163. │                                                                     │
  164. │ 150                                                                 │
  165. │ Hello Visiting Sysop!                                               │
  166. │ Your Security Level give you unlimited call today!                  │
  167. │ Please enjoy your visit!                                            │
  168. │ etc...                                                              │
  169. │                                                                     │
  170. │ They will also be given a message saying that they have security
  171.   access to the system.                                               │
  172. └─────────────────────────────────────────────────────────────────────┘
  173. ┌─────────────────────────────────────────────────────────────────────┐
  174. │ The DELAY.DAT file:                                                 │
  175. │                                                                     │
  176. │ The DELAY.DAT file contains the number of seconds to delay the      │
  177. │ user after his security level is checked. Edit this file as you     │
  178. │ see fit.                                                            │
  179. └─────────────────────────────────────────────────────────────────────┘
  180.  
  181. Environment Variables
  182. ~~~~~~~~~~~~~~~~~~~~~
  183. To specify a non-standard IRQ, put the IRQ number after the .CFG on the
  184. command line.  For example:
  185.  
  186.      LL LL.CFG /5
  187.  
  188. or using the WCIRQ procedure:   SET WCIRQ=5   and use
  189.  
  190.      LL LL.CFG /%WCIRQ%
  191.  
  192. This tells the program to use IRQ 5 instead of the standard IRQ.
  193.  
  194.   Had reports of conflicts when using non-standard IRQ's on Novell/Netware
  195.  systems. Seems Novell also uses the / character so something went screwy
  196.  somewhere. So I added the * (asterisk) which may be used instead of the /
  197.  in case of a conflict. In other words, /%IRQ% and *%IRQ% will both work
  198.  and are interchangeable.
  199.  
  200. Fossil Driver Support
  201. ~~~~~~~~~~~~~~~~~~~~~
  202. DoorFrame supports the use of Fossil drivers.  To tell your Door to use the
  203. Fossil driver instead of the standard COM ports, just put /FD on the command
  204. line when running the door. For example:
  205.      MYDOOR MYDOOR.CFG /FD
  206. indicates that a Fossil driver is present and should be used. If no Fossil
  207. driver is detected, DoorFrame will print a message to that effect and exit
  208. the door gracefully.
  209.  
  210. MAINTENANCE:
  211. ~~~~~~~~~~~~
  212. After the initial setup, no maintenance will be required.
  213.  
  214. COMMENTS & QUESTIONS:
  215. ~~~~~~~~~~~~~~~~~~~~~
  216. See the file TJHELP.TXT
  217.  
  218. VERSION HISTORY:
  219. ~~~~~~~~~~~~~~~~
  220. See the HISTORY.TXT file for information on the history of the game
  221. and the new options in the new versions!
  222.  
  223. REGISTERING:
  224. ~~~~~~~~~~~~
  225. That's all there is to it! If you have any problems or questions
  226. please feel free to call the T&J BBS at (717)325-9481.
  227.  
  228. See the enclosed registration form for ordering!  (REGISTER.TXT)
  229.  
  230. Registration is also available online using your VISA or MASTERCARD
  231. and calling (717)325-9481 and entering [O]rder Door from the BBS
  232. Main Menu.  Orders processed in 48 hours. No checks will be accepted
  233. outside the U.S.
  234.