home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DRTIME_2.ZIP / DRTIME.DOC next >
Text File  |  1993-08-04  |  5KB  |  117 lines

  1.                                DOOR TIME
  2.                         (c) 1993 Richard Sharp
  3.  
  4.                              INTRODUCTION
  5.                              ------------
  6.   DOOR TIME was  written to allow SysOps to have  some sort of control
  7.   over their users  on how much time they can  spend in any particular
  8.   door program on their BBS systems.  The program is simple to use and
  9.   gives  the sysop  the needed  control without  the need for external
  10.   door control programs. I use it  here primarily on those doors which
  11.   the  author either  doesn't allow  time controls,  or on those which
  12.   need to be registered before any type of control can be enforced. As
  13.   you know,  some doors will be  quite popular and a  user might spend
  14.   his entire time on your system in a single door. This program solves
  15.   that time consuming problem. And as stated below, this is FREEWARE!!
  16.  
  17.   There are two programs here, described below:
  18.  
  19.   DRTIME.EXE: The  DORINFOx.DEF version of  Door Time. If  your system
  20.   creates DORINFOx.DEF.
  21.  
  22.   DRTIME2: This is  the DOOR.SYS version of Door  Time. If your system
  23.   creates DOOR.SYS, such as Wildcat and a few others, then this is the
  24.   version for you to use.
  25.  
  26.   DRTIME reads  the DORINFOx.DEF or DOOR.SYS  file, depending on which
  27.   program you  use.
  28.  
  29.   DRTIME is very simple to use but requires a DRTIME.CFG file for each
  30.   door for  which you wish to  limit the time for  use. The DRTIME.CFG
  31.   file is  a simple 2  line file  and  a sample is  enclosed with this
  32.   archive.
  33.  
  34.     DRTIME.CFG
  35.     25                  <--Time you wish to allow in door
  36.     C:\RA\DORINFO1.DEF  <--Complete path and and name of DORINFOx.DEF
  37.        <or>
  38.     C:\WC30\WCWORK\NODE1\DOOR.SYS
  39.   --------------------------------------------------------------------
  40.                        MISCELLANEOUS INFORMATION
  41.                        -------------------------
  42.   Place DRTIME.EXE or DRTIME2.EXE in a  directory which is in your DOS
  43.   path command in  your AUTOEXEC.BAT file. There is  no need or reason
  44.   to have it in each door game directory.
  45.  
  46.   DRTIME.CFG should reside IN THE DOOR DIRECTORY.
  47.  
  48.   Example door batch file:
  49.  
  50.      CD\BINGO
  51.      DRTIME
  52.      BINGO BINGO.CFG
  53.      CD\RA
  54.  
  55.   DRTIME will read the DRTIME.CFG file, adjust the amount of time left
  56.   for  the  user  in  the  DORINFOx.DEF  file.  But  since RA utilizes
  57.   EXITINFO.BBS as well, when the time expires for the use of the door,
  58.   the users remaining time on the system will NOT be altered. The only
  59.   time that will be adjusted is the time allowed in the door program.
  60.  
  61.   For those not familiar with creating the .CFG file from scratch, you
  62.   can simply use the DOS command such as:
  63.  
  64.       COPY CON DRTIME.CFG  <press enter>
  65.       25                   <type the time, press enter>
  66.       C:\RA\DORINFO1.DEF   <type drive, path, filename, press enter>
  67.          <or>
  68.       C:\WC30\WCWORK\NODE1\DOOR.SYS
  69.  
  70.   To  end and  save the  new DRTIME.CFG  file, press  CNTL-Z of F6 and
  71.   press enter.
  72.  
  73.   --------------------------------------------------------------------
  74.   ISOLATED INCIDENTS may require that you physically copy the DOOR.SYS
  75.   or DORINFOx.DEF file into the door  directory to run the program and
  76.   specify that directory in the .CFG file.
  77.  
  78.   Should you experience any problems with this program, please contact
  79.   the author  at via FidoNet  at address 1:157/574  or at the  mailing
  80.   address shown below.
  81.   --------------------------------------------------------------------
  82.                            SHAREWARE NOTICE
  83.                            ----------------
  84.   This program is not considered shareware, it is FREEWARE. That means
  85.   you are  under no obligation  what-so-ever to register  this program
  86.   for  continued use.  We do  ask however  that should  you find  this
  87.   program useful, please spend 29 cents for postage to tell us.
  88.  
  89.   This program  may be distributed  freely provided no  charge is made
  90.   for it and provided all files  in the original archive remain intact
  91.   and unchanged.
  92.  
  93.   --------------------------------------------------------------------
  94.                                WARRANTY
  95.                                --------
  96.   This program is  released without warranty. You use  this program at
  97.   your  own risk.  We guarantee  only that  it will  take up a certain
  98.   amount of  disk space, however  it has been  on RemoteAccess version
  99.   1.11 and 2.00g1. It has also been tested with Wildcat ver 3.xx using
  100.   DOOR.SYS.
  101.   --------------------------------------------------------------------
  102.                               INFORMATION
  103.                               -----------
  104.   This  program was  written by  Richard Sharp.  Your comments will be
  105.   appreciated. You may contact us via FidoNet at 1:157/574, or by mail
  106.   at the following address:
  107.  
  108.                            Sharp Impressions
  109.                            11805 Lena Avenue
  110.                          Cleveland, Ohio 44135
  111.                     BBS: 216-671-2574 / USR DS 14.4
  112.                            FidoNet 1:157/574
  113.  
  114.  
  115.  
  116.  
  117.