home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TRIBBS / LTBANK10.ZIP / LTBANK.DOC < prev    next >
Text File  |  1994-01-03  |  4KB  |  107 lines

  1.  
  2.  
  3.                                  LTBank v1.0
  4.                 A Time Bank specifically for TriBBS 5.0+ Software
  5.                       Copyright (c) 1994 by Bruce Farley
  6.  
  7.  
  8.      LTBank 1.0 is distributed as a shareware  program.  You can freely use
  9.      LTBank for  30  days  in order  to  evaluate its  usefulness.    After
  10.      LTBank's 30 day  evaluation period, you must register it.  The current
  11.      registration  fee  for  LTBank  is   $15.00.    Please  see  the  file
  12.      REGISTER.DOC that is included in  the LTBank archive for details about
  13.      registering LTBank.
  14.  
  15.      Acknowledgements
  16.      ----------------
  17.      TriBBS is a Registered Trademark of Mark D. Goodwin.
  18.  
  19.  
  20.      What is it?
  21.      -----------
  22.      LTBank is a time bank for the vastly growing popular, TriBBS software.
  23.      LTBank allows the SysOp to set the maximum number of minutes that will
  24.      allowed to be deposited in each user's account.  This is good  for  an
  25.      user who wishes to place time in the bank so (s)he can withdraw it  on
  26.      a rainy day. LTBank will recognize if there is a pending event when an
  27.      user enters the door and will not allow the  user to withdraw  at this
  28.      time. LTBank will tell the user that (s)he  may  not withdraw  at this
  29.      time due to a pending event and that (s)he  may  withdraw later  after
  30.      the event is over.
  31.  
  32.      LTBank is not crippled in any way  except  that it  says "Unregistered
  33.      Evaluation Copy" in the Main Menu. Upon receiving your KEY  file  from
  34.      me, it will say "Registered to: Your BBS Name".
  35.  
  36.  
  37.  
  38.      Setting Up LTBank
  39.      -----------------
  40.      Setting up LTBank is  fairly simple.   First off you need  to  make a
  41.      directory for LTBank and unarchive your  copy of LTBank in this newly
  42.      created directory.   Then with any text editor you need  to create or
  43.      modify the existing configuration file.   A sample configuration file
  44.      called LTBANK1.CFG would look like this:
  45.                           TRIBBS
  46.                           C:\TRIBBS
  47.                           Leo's Den
  48.                           Bruce Farley
  49.                           19200
  50.                           45
  51.                           C:\TRIBBS\NWORK\
  52.  
  53.      This is a line by line description of LTBank configuration file.
  54.  
  55.      TRIBBS           <- Will read a TRIBBS.SYS file
  56.      C:\TRIBBS        <- Where to look for the TRIBBS.SYS file
  57.      Leo's Den        <- Your BBS Name
  58.      Bruce Farley     <- SysOp name [Registeration key is based on this]
  59.      19200            <- Locked port (0 for none)
  60.      45               <- Maximum amount of time to be stored away.
  61.      C:\TRIBBS\NWORK\ <- Node's work directory (INCLUDE TRAILING BACKSLASH)
  62.  
  63.  
  64.      The next thing  you will need to do is  create a  batch  file for
  65.      LTBank, naming it whatever you want. A sample batch file may look
  66.      something like this:
  67.  
  68.      cd \ltbank               <- Change to ltbank directory
  69.      ltbank ltbank1.cfg       <- Executing ltbank with config file
  70.      cd \tribbs               <- Change back to BBS directory
  71.      board                    <- Restart your board
  72.  
  73.  
  74.  
  75.      MULTINODE OPERATION
  76.      -------------------
  77.  
  78.      LTBank  supports multinode operation  through the  use of multiple
  79.      configuration files.   As stated above,  the  default configuration
  80.      file is called LTBANK1.CFG. The configuration file for node 2 would
  81.      be named LTBANK2.CFG,  the configuration  file  for node 3 would be
  82.      named LTBANK3.CFG, etc.
  83.  
  84.  
  85.  
  86.      Nonstandard IRQs
  87.      ----------------
  88.  
  89.      LTBank supports nonstandard IRQs.   If a nonstandard IRQ is being used
  90.      with your  board, you simply specify  the IRQ number being  used after
  91.      the LTBank configuration file's name  in the LTBank  batch file.   The
  92.      following  example shows  how the  above  LTBank batch  file could  be
  93.      modified so that LTBank will use IRQ 5:
  94.  
  95.      cd \trihub
  96.      trihub thub1.cfg 5
  97.      cd \tribbs
  98.      board
  99.  
  100.  
  101.  
  102.      SUPPORT
  103.      -------
  104.  
  105.      If you have any problems installing LTBank, you can obtain support by
  106.      calling Leo's Den at 908-713-1851.
  107.