home *** CD-ROM | disk | FTP | other *** search
-
- ============================
- LimitLog!
- ============================
- COPYRIGHT 1994 T&J Software
-
- Supporting Wildcat! 3.x+ and 4.x+ BBS Systems
-
- VERSION 1.00 December 7, 1993
-
- By
-
- Tom & Jane Wildoner
- 397 West Broadway
- Jim Thorpe, PA
- 18229
- VOICE (717)325-9480
- *between 6:00 & 9:00 p.m. Eastern Time
-
- From
-
- The T&J BBS
- (717)325-9481 14.4 Hayes Optima
- (717)325-4369 28.8 USR DS
- 24 Hours/Day
-
- LATEST VERSION:
- ~~~~~~~~~~~~~~~
- Please call the T&J BBS for the latest version of this program.
-
- LEGALITIES:
- ~~~~~~~~~~~
- THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
- WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND PRODUCTION OF THIS
- PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING
- OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY. ONCE REGISTERED, ANY
- DISTRIBUTION OF THE REGISTERED KEY WILL INVALIDATE YOUR KEY IN ALL FUTURE
- VERSIONS OF THIS PROGRAM AND NO PRODUCT SUPPORT WILL BE GIVEN. DISTRIBUTING
- A REGISTERED KEY FILE WILL ALSO BRING ABOUT CRIMINAL CHARGES.
-
- DISTRIBUTION:
- ~~~~~~~~~~~~~
- You may make this file available for downloading from your BBS or you may
- upload it to any BBS of your choice, provided that you do not make any
- changes to the contents of the archive (ZIP file). The archive and its
- individual contents may not be used by any service that charges any money
- whatsoever, without the written permission of the author.
-
- PROGRAM DESCRIPTION:
- ~~~~~~~~~~~~~~~~~~~~
- LimitLog is a Wildcat! v3.x and v4.x Logon utility program. It allows
- you to limit the total number of times a person may call your BBS per
- day per security level. It allows you to configure the number of logons
- by security level and allows establishing of no-check security levels
- (i.e. I set Visiting Sysops up as unlimited calls per day). You can use
- it on subscription boards and include a higher number of calls per day
- for your subscribing users.
-
- A file called LL.LOG will be created and will list all callers who
- were denied access to your BBS. The log will only be created when/if
- a user is denied access.
-
- NOTE:
- ~~~~~
- SECURITY LEVELS, are defined for the purposes of this door as menu
- access levels. For example, each security level name has an associated
- menu access number....this number (found in MakeWild) is what the
- door uses to check the users access.
-
- You are limited to 3 security levels for checking and 3 good security
- levels to check until registered.
-
- Once registered, you will receive a file called LL.KEY which will
- contain your registration information.
-
- INSTALLATION:
- ~~~~~~~~~~~~~
- Use your favorite text editor to modify the following file.
-
- CONFIGURATION: (Your LL.CFG file)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Example configuration file for DOOR.SYS
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- C:\WC30\WCWORK\NODE1\DOOR.SYS <=- (Full pathname of your DOOR.SYS file)
- T&J Software <=- (Change this to your BBS name)
- Tom <=- (The Sysop's first name)
- Wildoner <=- (The Sysop's last name)
-
- Example configuration file for mulitnode use
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- First you must set WCNODEID in each cat batch file:
- SET WCNODEID=2
-
- Next, the first line of the LL.CFG file should read:
- C:\WC30\WCWORK\NODE%WCNODEID%\DOOR.SYS
-
- This way, the correct copy of DOOR.SYS is loaded for the correct NODE
- that the caller is logged in on.
-
- Example Batch File
- ~~~~~~~~~~~~~~~~~~
- The LOGIN1.BAT file:
-
- ECHO OFF
- CD\WC30\DOORS\LL <=- Switch to the door's Directory.
- LL LL.CFG <=- Execute the door program and pass the
- configuration filename to the program.
-
- Other File To Edit:
- ~~~~~~~~~~~~~~~~~~~
- ┌─────────────────────────────────────────────────────────────────────┐
- │ The CLEVEL.DAT file: │
- │ │
- │ The CLEVEL.DAT (or check level data file) contains a listing of the │
- │ security level to check followed by daily logins allowed for that │
- │ security level followed by three lines of text to display to that │
- │ user. There is no limit to the number of security levels that may │
- │ be entered. │
- │ │
- │ EXAMPLE: │
- │ │
- │ 100,4 - Level 100 gets 4 calls per day. │
- │ Line one of the text file. - One line of text to display. │
- │ Line two of the text file. - Second line of text to display. │
- │ Line three of the text file. - Third line of text to display. │
- │ │
- │ EXAMPLE: │
- │ │
- │ 110,5 │
- │ Thank you for registering on the board! Because of your donation, │
- │ you have been given 5 calls per day to the BBS instead of the │
- │ normal 2 calls per day, thanks! │
- │ 120,6 │
- │ etc... │
- │ etc... │
- │ etc... │
- └─────────────────────────────────────────────────────────────────────┘
- ┌─────────────────────────────────────────────────────────────────────┐
- │ The DLEVEL.DAT file: │
- │ │
- │ The DLEVEL.DAT file (or default level data file) contains the │
- │ number of calls per day allowed by a security level not listed │
- │ in the CLEVEL.DAT file. Think of it as a "catch all" calls per │
- │ day allowed │
- │ │
- │ This file just contains 1 number (number of call allowed). │
- └─────────────────────────────────────────────────────────────────────┘
- ┌─────────────────────────────────────────────────────────────────────┐
- │ The GLEVEL.DAT file: │
- │ │
- │ The GLEVEL.DAT file (or good level data file) contains a listing │
- │ of all security levels that will not be check by LimitLog. These │
- │ security levels may call as many times per day as they want. The │
- │ listing simply contains a list of all security levels to bypass and │
- │ three lines of text you may display to each security level. │
- │ │
- │ i.e │
- │ 1000 │
- │ You have Master Sysop Access! │
- │ Welcome to the BBS! │
- │ │
- │ 150 │
- │ Hello Visiting Sysop! │
- │ Your Security Level give you unlimited call today! │
- │ Please enjoy your visit! │
- │ etc... │
- │ │
- │ They will also be given a message saying that they have security
- access to the system. │
- └─────────────────────────────────────────────────────────────────────┘
- ┌─────────────────────────────────────────────────────────────────────┐
- │ The DELAY.DAT file: │
- │ │
- │ The DELAY.DAT file contains the number of seconds to delay the │
- │ user after his security level is checked. Edit this file as you │
- │ see fit. │
- └─────────────────────────────────────────────────────────────────────┘
-
- Environment Variables
- ~~~~~~~~~~~~~~~~~~~~~
- To specify a non-standard IRQ, put the IRQ number after the .CFG on the
- command line. For example:
-
- LL LL.CFG /5
-
- or using the WCIRQ procedure: SET WCIRQ=5 and use
-
- LL LL.CFG /%WCIRQ%
-
- This tells the program to use IRQ 5 instead of the standard IRQ.
-
- Had reports of conflicts when using non-standard IRQ's on Novell/Netware
- systems. Seems Novell also uses the / character so something went screwy
- somewhere. So I added the * (asterisk) which may be used instead of the /
- in case of a conflict. In other words, /%IRQ% and *%IRQ% will both work
- and are interchangeable.
-
- Fossil Driver Support
- ~~~~~~~~~~~~~~~~~~~~~
- DoorFrame supports the use of Fossil drivers. To tell your Door to use the
- Fossil driver instead of the standard COM ports, just put /FD on the command
- line when running the door. For example:
- MYDOOR MYDOOR.CFG /FD
- indicates that a Fossil driver is present and should be used. If no Fossil
- driver is detected, DoorFrame will print a message to that effect and exit
- the door gracefully.
-
- MAINTENANCE:
- ~~~~~~~~~~~~
- After the initial setup, no maintenance will be required.
-
- COMMENTS & QUESTIONS:
- ~~~~~~~~~~~~~~~~~~~~~
- See the file TJHELP.TXT
-
- VERSION HISTORY:
- ~~~~~~~~~~~~~~~~
- See the HISTORY.TXT file for information on the history of the game
- and the new options in the new versions!
-
- REGISTERING:
- ~~~~~~~~~~~~
- That's all there is to it! If you have any problems or questions
- please feel free to call the T&J BBS at (717)325-9481.
-
- See the enclosed registration form for ordering! (REGISTER.TXT)
-
- Registration is also available online using your VISA or MASTERCARD
- and calling (717)325-9481 and entering [O]rder Door from the BBS
- Main Menu. Orders processed in 48 hours. No checks will be accepted
- outside the U.S.
-