home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / IDTEL14.ZIP / README < prev    next >
Text File  |  1993-10-27  |  5KB  |  148 lines

  1.  
  2.  
  3.  
  4.  
  5.                  README for the Indoors BBS Door Series
  6.  
  7.                      Copyright 1993 by Mark Morley
  8.  
  9.  
  10.  
  11.  
  12.  
  13. What is "Indoors"?
  14. ------------------
  15.  
  16. The Indoors series of BBS doors allow almost any DOS based BBS to offer
  17. TCP/IP clients to its users.  Although Indoors stands for "Internet
  18. Doors", an Internet connection is not strictly neccessary.  A BBS could,
  19. for example, set up a local Unix server and run MUD's or Chat systems on
  20. it, then use an Indoors client to access it.
  21.  
  22. Any Indoors door program should work with most DOS based BBS packages
  23. available today.  In particular, any BBS that supports these door
  24. protocols should work: DOOR.SYS, CHAIN.TXT, SFDOORS.DAT, CALLINFO.BBS,
  25. DORINFO?.DEF, and EXITINFO.BBS.  This includes, but is not limited to,
  26. PCBoard, RemoteAccess, QuickBBS, Telegard, Maximus, Wildcat!, WWIV,
  27. Opus, GAP, Spitfire, SuperBBS, RBBS-PC, and more!
  28.  
  29. All Indoors programs require a FOSSIL driver for communicating with the
  30. modem.  FOSSIL drivers are available for most types of serial cards,
  31. including the DigiBoard multiport cards.
  32.  
  33. To communicate with the network, all Indoors programs require the use of
  34. a packet driver.  A packet driver is a small (hopefully) TSR that
  35. provides a standard method of accessing network cards.  There also exist
  36. programs known as "shims" that will do things like make your serial port
  37. look like a network card (SLIP), or allow you to send TCP/IP packets over
  38. a Novell LAN, etc.
  39.  
  40.  
  41.  
  42. How do I install an Indoors program?
  43. ------------------------------------
  44.  
  45. You should create a directory somewhere on your hard disk where you will
  46. place any Indoors programs.  I would reccomend creating an INDOORS
  47. directory off of your root like this:
  48.  
  49.    MD C:\INDOORS
  50.  
  51. Of course, if you've previously installed an Indoors program, this
  52. directory will already exist.
  53.  
  54. Copy the ZIP file into the Indoors directory and unzip it there.  For
  55. example:
  56.  
  57.    COPY IDTEL10.ZIP C:\INDOORS
  58.    C:
  59.    CD \INDOORS
  60.    PKUNZIP IDTEL10.ZIP
  61.  
  62. Note that Indoors ZIP files are created with PKZIP 2.04G.  If you have
  63. problems unzipping, make sure you have an up to date version of PKUNZIP.
  64.  
  65. This should produce the following files:
  66.  
  67.    README       Generic README file for all Indoors programs.
  68.  
  69.    README.???   README file specific to the package you are installing.
  70.                 Example: Indoors/TELNET ==> README.TEL
  71.  
  72.    *.EXE        The actual door program itself.
  73.                 Example: Indoors/FINGER ==> IDFINGER.EXE
  74.  
  75.    INDOORS.???  A sample config file for this specific package.
  76.                 Example Indoors/GOPHER ==> README.GOP
  77.  
  78. Next you must either create or edit the Indoors configuration file.  The
  79. name of the config file is INDOORS.CFG.  Only one config file is used
  80. for all Indoors programs.
  81.  
  82. If you have not installed an Indoors program before, you will need to
  83. create a new INDOORS.CFG file.  The easiest way to do this is to copy
  84. the INDOORS.??? file to INDOORS.CFG like this:
  85.  
  86.    COPY INDOORS.TEL INDOORS.CFG
  87.  
  88. You will then need to edit the config file to set your network
  89. information (IP address, nameserver, etc.) and preferences (colors,
  90. prompts, etc.)
  91.  
  92. If you already have an INDOORS.CFG file, simply add those lines from the
  93. INDOORS.??? file that are new.
  94.  
  95. The config files all contain their own documentation within them, you
  96. will not normally find information about the various settings in the
  97. README files.
  98.  
  99. NOTE: If your BBS is going to be on the Internet, you will have to apply
  100. for your own IP addresses.  Each node on your BBS that will be running
  101. an Indoors program must have it's own unique IP address.  Please do not
  102. try and use just any old IP address you may pick out of the air.
  103.  
  104.  
  105.  
  106. How do I call an Indoors program from my BBS?
  107. ---------------------------------------------
  108.  
  109. That depends heavily on which BBS package you are using.  I'll have to
  110. assume that you know (or can find out) the BBS sepcific procedures for
  111. calling a door.
  112.  
  113. Basically, your BBS must generate a door information file (DOOR.SYS,
  114. CHAIN.TXT, etc) somewhere, then execute the .EXE file.  You must tell
  115. the .EXE where it can find the door information file by specifying the
  116. path to it.  Do NOT include the actual file name, just the path to it.
  117. For example, if the door information file is created in your C:\MYBBS
  118. directory, you might call the Telnet door like this:
  119.  
  120.    C:\INDOORS\IDTELNET C:\MYBBS
  121.  
  122.  
  123.  
  124. What if it won't work?
  125. ----------------------
  126.  
  127. Reread this README file carefully.  Also make sure you read the README
  128. file that is specific to the program you are installing, in case there
  129. are any special actions required.
  130.  
  131. Be absolutely sure you have the correct IP addresses, network masks,
  132. etc.  I can't help you much here as this is site specific.  If you are
  133. part of a bigger network, contact your network administrator to confirm
  134. your network settings.
  135.  
  136. If you still have problems, you can send me a note via email or "real"
  137. mail to:
  138.  
  139.    morley@cmosun.bc.ca        OR  Mark Morley
  140.                                   3889 Mildred Street
  141.                                   Victoria, B.C.
  142.                                   V8Z 7G1   Canada
  143.  
  144. I'll do my best to answer any questions you may have.  Also feel free to
  145. offer suggestions and/or _constructive_ criticisms.
  146.  
  147. Mark
  148.