home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / TRIBACK.ZIP / TRIBACK.DOC < prev    next >
Encoding:
Text File  |  1992-02-15  |  5.7 KB  |  195 lines

  1.  
  2.  
  3.                                 TriBack v1.0
  4.                 A CallBack Verification Door for TriTel BBS
  5.              Copyright (c) 1992 By Randy Hunt and Mark Goodwin
  6.  
  7.      TriBack  v1.0  is distributed  as  freeware.   Registered  TriTel
  8.      sysops  are  free  to  use  TriBack  with  their  TriTel  boards.
  9.      Unregistered  TriTel sysops are free  to use TriBack during their
  10.      board's 30 day  evaluation period.  Any  other use of  TriBack is
  11.      strictly prohibited.
  12.  
  13.      TriBack is  a callback  verification door  that  will allow  your
  14.      callers to call themselves back  to upgrade their security level.
  15.      This  insures  that  at  least  the  caller  is  calling  from  a
  16.      legitimate  phone number and will help  weed out problem callers.
  17.      Callers  are  far less likely to be abusive if they know you have
  18.      enough information on them to call the authorities with.
  19.  
  20.  
  21.      THE TRIBACK DIRECTORY
  22.      ---------------------
  23.  
  24.      The  first  step during  the TriBack  installation process  is to
  25.      create  a directory for the  door and copy  the files TRIBACK.EXE
  26.      and TRIBACK.CFG to the newly created directory.
  27.  
  28.  
  29.      MODIFYING DOORS.MNU
  30.      -------------------
  31.  
  32.      The next step is to add a  line to your board's DOORS.MNU file to
  33.      add  the door to the Doors Menu.   The following is an example of
  34.      the line you should include in your DOORS.MNU file:
  35.  
  36.      T,TriBack,TRIBACK,10
  37.  
  38.      The above line tells  TriTel to generate a TriTel door data file,
  39.      use a description  of "TriBack" in the Doors Menu,  run the batch
  40.      file  "TRIBACK" to  run  the door,  and  set the  door's  minimum
  41.      security level to 10.  This security level should be your newuser
  42.      security level.
  43.  
  44.      You may also want  to run TriBack in a NEWUSER.BAT file  or as an
  45.      extension of your Main Menu.  Please  refer to your TriTel manual
  46.      about setting up a door in this manner.
  47.  
  48.  
  49.      THE DOOR'S BATCH FILE
  50.      ---------------------
  51.  
  52.      The next step is to create  the door's batch file.  The following
  53.      is an example TriMail batch file:
  54.  
  55.      cd \doors\triback
  56.      triback triback.cfg
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      cd \tritel
  72.      board
  73.  
  74.      The following is  a line-by-line description  of the above  batch
  75.      file:
  76.  
  77.      cd \doors\triback             <- Change to the door's directory
  78.      triback triback.cfg           <- Run TriBack and specify the     
  79.                                    <- location of config file
  80.      cd \tritel                    <- Change back to TriTel's         
  81.                                    <- directory
  82.      board                         <- Run TriTel again
  83.  
  84.  
  85.      MODIFYING TRIBACK.CFG
  86.      ---------------------
  87.  
  88.      The  next  step is  to modify  TRIBACK.CFG  to meet  your board's
  89.      needs.  The following is a sample TRIBACK.CFG file:
  90.  
  91.      TRITEL
  92.      C:\tritel\
  93.      The Lobster Buoy
  94.      Mark Goodwin
  95.      38400
  96.      c:\tritel\mwork\
  97.      c:\tritel\nwork\
  98.      15
  99.      ATZ^M
  100.      ATDT
  101.      N
  102.      207
  103.      207-941
  104.      207-942
  105.      207-944
  106.      207-945
  107.      207-947
  108.      207-990
  109.      207-327
  110.      207-989
  111.      207-469
  112.      207-285
  113.      207-843
  114.      207-862
  115.      207-848
  116.  
  117.      The following is a line-by-line description of TRIBACK.CFG:
  118.  
  119.      TRITEL                   <- TRITEL to indicate TRITEL.SYS
  120.      C:\tritel\               <- Location of your TRITEL.SYS file
  121.      The Lobster Buoy         <- The BBS name
  122.      Mark Goodwin             <- The sysop name
  123.      38400                    <- Locked baud rate.  0 if you don't
  124.                               <- lock your serial port
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      c:\tritel\mwork\         <- Your node 1 MWORK directory
  140.      c:\tritel\nwork\         <- Your node's NWORK directory
  141.      15                       <- The  callers  new security  level  if
  142.                               <-   he/she   is  successful   with  the
  143.                               <- verification process
  144.      ATZ^M                    <- Your modem's initialization string. 
  145.                               <- Use your comm program's
  146.                               <- initialization string for this NOT
  147.                               <- your TriTel initialization string.
  148.                               <- Precede control characters with "^"
  149.                               <- and use "~" for half second delays.
  150.                               <- Be sure to end your initialization
  151.                               <- string with Ctrl-M (^M) as is
  152.                               <- illustrated here.
  153.      ATDT                     <- Modem dialing prefix
  154.      N                        <- "Y" to allow long distance calls
  155.                               <- "N" for local calls only
  156.      207                      <- Your area code
  157.      207-941                  <-  Area  code   and  exchange  for   an
  158.                               <-  exchange  that   is  local  to  you.
  159.                               <- Repeat this for all local exchanges.
  160.      207-942
  161.      207-944
  162.      207-945
  163.      207-947
  164.      207-990
  165.      207-327
  166.      207-989
  167.      207-469
  168.      207-285
  169.      207-843
  170.      207-862
  171.      207-848
  172.  
  173.      You will note the area code and exchanges at the end of the file.
  174.      These are required so that TriBack can determine if the caller is
  175.      a local call and how to deal with it accordingly.
  176.  
  177.      SUPPORT
  178.      -------
  179.  
  180.      If you  have  any problems  installing  TriBack, you  can  obtain
  181.      support  by   calling  either  James Bond's Hideaway (207-942-6575)
  182.      (v.32/HST), The  Lobster   Buoy,  207-941-0805 (V.32bis)  or 
  183.      207-945-9346  (HST/V.32bis),  or any  other  TriTel support board.
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.