home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / TGNAT110.ZIP / TGNAT.DOC < prev    next >
Text File  |  1997-10-26  |  4KB  |  135 lines

  1.  
  2.  
  3.  
  4.            Telegard Node Activity Toggle v1.10 Documentation
  5.          
  6.            Copyright (c) 1996 Dark Zone Software.
  7.            All rights reserved.
  8.  
  9.            Used to toggle the "Active" status on nodes in
  10.            Telegard's NODES.DAT file.
  11.  
  12.            Configuration and Reference Manual
  13.            Written by David Stumpf
  14.  
  15.            Dark Zone Software
  16.            15115 Mesa Dr. #232
  17.            Humble, Texas 77396-2380
  18.            USA
  19.  
  20.            Internet Email : David.Stumpf@Earthling.net
  21.            World Wide Web : http://web.wt.net/~dstumpf
  22.  
  23.  
  24.  
  25.  
  26.                       ────────────────────────────────────
  27.  
  28.                        BORING (BUT NECESSARY) LEGAL STUFF
  29.  
  30.                       ────────────────────────────────────
  31.  
  32.  
  33.  
  34.  
  35. Warranty
  36. ────────
  37.  
  38.       This  package is provided as-is, without warranty of any  kind,
  39.       either  expressed or implied, and is only guaranteed to  occupy
  40.       disk  space.  In no event will the author be liable to  you  or
  41.       anyone else for any damages, including (but not limited to) any
  42.       lost profits, lost savings or other incidental or consequential
  43.       damages  arising out of the use of, or inability to  use,  this
  44.       package.
  45.  
  46.       In short:  You're on your own.  If it works for you, great;  if
  47.       not,  or if it breaks something, c'est la vie.  As  the  saying
  48.       goes,  "Use it at your own risk, but if it breaks,  *YOU*  have
  49.       the pieces."
  50.  
  51.  
  52.  
  53. Copyright Notice
  54. ────────────────
  55.  
  56.      This package and all files contained herein are Copyright (c) 1996
  57.      by Dark Zone Software.  No modifications may be made to any
  58.      part of this program and/or package without express written
  59.      permission from Dark Zone Software.  This package may be
  60.      distributed in any medium as long as the following conditions
  61.      are met; a) The package must be unmodified  b) No fees of
  62.      any kind may be charged for this package or directly for
  63.      access to this package.   This software may be distrubited
  64.      by CD-ROM media and/or "pay-only" system.
  65.      
  66.      
  67.  
  68.  
  69. Background
  70. ──────────
  71.  
  72.      I have seen several people in the TG_SUPPORT echo that have gone from
  73. single node to multi-node and ended up turning all the nodes active status
  74. to off then exiting Telegard and not being able to get back in because all
  75. the nodes are considered inactive.  Well, instead of just out right deleting
  76. the nodes.dat file it seemed to me it would be easyer to just toggle the
  77. node back on.  But nobody has taken the time to throw together an editor
  78. for such data files.  So, I put this little number together.
  79.  
  80.  
  81. What it does
  82. ────────────
  83.  
  84.      TGNAT simply toggles the "Active" status flag on the node that you
  85. tell it to on the command line.  This flag is represented by either a
  86. 00 or 01 in hex in the data file so it simply checks the node that you
  87. tell it and changes it to 00 if it's currently 01 or the other way around.
  88.  
  89.  
  90.  
  91. Requirements
  92. ────────────
  93.  
  94. 100% IBM Compatible Computer
  95. MS-DOS v4.00 or Compatible
  96. Telegard BBS Software v3.01 or 3.02
  97.  
  98.  
  99.  
  100. Installation
  101. ────────────
  102.  
  103.      Just unzip this package into your Telegard /data/ directory and it's
  104. ready to go!
  105.  
  106.  
  107. Notes
  108. ─────
  109.  
  110.      To operate TGNAT, just type "TGNAT #" where # is the node number that
  111. you wish to toggle.  That's it!
  112.  
  113.      TGNAT does NOT make a backup of your nodes.dat file, and just to be
  114. safe I would suggest doing so myself.  I have used it here for testing and
  115. haven't found any problems, but I don't run a multi-node bbs.  I just
  116. run a test version of TG that I toggled to multi-node for testing.
  117.  
  118.  
  119. Versions
  120. ────────
  121.  
  122.         + Added     * Changed/Fixed   - Removed     ! Notes
  123.  
  124.  
  125.                                  v1.00
  126.  
  127.             !  First release.
  128.  
  129.  
  130.                                  v1.10
  131.  
  132.             *  Fixed bug that caused TG to think
  133.                the node was in use.
  134.  
  135.