home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TAG / HIDEME70.ZIP / HIDE_ME.DOC next >
Text File  |  1994-02-20  |  9KB  |  218 lines

  1.                            Hide The Sysop v 7.00
  2.                               20 February 1994
  3.                                by Mark McKay
  4.                   Copyright Mark McKay 1991,1992,1993,1994
  5.  
  6.                       Yup, they STILL haven't fixed it!
  7.  
  8. I.   Introduction
  9. -------------------
  10.   HIDE_ME is written using Borland International's Turbo Pascal 7.0.
  11.  
  12. II.  Rights and Disclaimers
  13. -----------------------------
  14.   You may distribute it to others only on a no-cost basis and only as a
  15.   fully intact non-modified package.
  16.  
  17.   The writer (Mark McKay) assumes no responsibility for any damages either
  18.   alleged or real which may result from the use of this program. Use of
  19.   this program and the consequences of its use are entirely the
  20.   responsibility of the user.
  21.  
  22.   If you wish to use this program as a part of a commercial endeavor or
  23.   distribute it as part of a commercial package you are required to
  24.   contact me for a written license agreement.
  25.  
  26.   Support of this program or updates to it are conducted on a hobby basis
  27.   for non-commercial users only.
  28.  
  29.   This program written using Borland's Turbo Pascal 7.0 and is in no way
  30.   endorsed, sanctioned, recommend or associated with Borland International
  31.   Inc.
  32.  
  33.   This program should work fine with any TAG 2.6f1 system.
  34.  
  35. III. Other Stuff
  36. ------------------
  37.   Why even have it?  Because since 1989 I've been asking for The T.A.G.
  38.   Team to add this small feature and it's still not there 5 years later.
  39.  
  40.   Things we have no control over.
  41.  
  42.     a. For the first 8 callers after you start using Hide_me you'll have
  43.        gaps in the last caller numbers if you or one of the choosen 3
  44.        CALLED remotely.  It's a TAG thing, it only doesn't add you if you
  45.        logon locally.
  46.  
  47.     b. If you are running multi-line depending on your setup you "may" show
  48.        up on the end of callers.log unless you run Hide_me before users
  49.        log on.
  50.  
  51.   1.  Utility Setup
  52.  
  53.       Files you should have and what they do
  54.  
  55.       HIDE_ME.EXE - Strips 3 people in config file out of CALLERS.LOG
  56.                     and LASTON.DAT.
  57.       HIDE_ME.DOC - This thing has docs?!?!?!
  58.       HIDE_ME.CFG - 14 Line file containing names to keep out of lists.
  59.  
  60.   NOTE - The HIDE_ME.CFG has changed since Version one.. you Must make a
  61.          NEW one if upgrading from version 1.
  62.  
  63.   HIDE_ME.CFG
  64.   -----------
  65.  
  66.   This file "REQUIRES" 15 lines.
  67.  
  68.   The names of 3 people you don't want shown in the CALLERS.LOG or upon
  69.   logging on the BBS.
  70.  
  71.   Line  1 : Path to LASTON.DAT for this node
  72.   Line  2 : First person you don't want on the lists
  73.   Line  3 : Second person you don't want on the list
  74.             ( ---- if you only want 1 person excluded );
  75.   Line  4 : Third person you don't want on the list
  76.             ( ---- if you only want 2 people excluded );
  77.   Line  5 : The name of your BBS.
  78.   Line  6 : TAG Coded color to use for Date line (just the number for 7-14)
  79.   Line  7 : TAG Coded color to use for Descriptions line
  80.   Line  8 : TAG Coded color to use for Lines line
  81.   Line  9 : TAG Coded color to use for New Users
  82.   Line 10 : TAG Coded color to use for Baud Rates
  83.   Line 11 : TAG Coded color to use for Caller Names
  84.   Line 12 : TAG Coded color to use for : charactors
  85.   Line 13 : TAG Coded color to use for Call today
  86.   Line 14 : Path to Status.Dat
  87.   Line 15 : Path to CALLERS.LOG for this node
  88.  
  89.   Get the idea?!?  :->
  90.  
  91.   Multi-node : Make a a seperate copy from each Main BBS directory with the
  92.                proper paths in the config file, Yes you can have different
  93.                callers for different nodes.
  94.  
  95.   2. What this thing does.
  96.  
  97.   This program was written by me because my users want to chat too
  98.   much ;->.  Though it's nice that they like to say hi everytime they log
  99.   on and on occasion even have a legitimate question, there is such a thing
  100.   as too much of a good thing.
  101.  
  102.   They caught on to the fact that they can view the list of LAST CALLERS to
  103.   see if I was the last one on the system. Yup, you guessed it.. next command
  104.   is CHAT for such things as how are you etc.
  105.  
  106.   I also noticed if I called the BBS remotely it put my name in the "LAST 8
  107.   CALLERS" list although I was assured it wasn't supposed to since my SL
  108.   was 255. (Well, It does).
  109.  
  110.   The program no longer needs to be in the same directory as LASTON.DAT.
  111.   The program checks the LASTON.DAT in the directory in line 1 of the config
  112.   file.  With this version LASTON.DAT is now rewritten totally whenever the
  113.   program is run.  If the person was one of the 3 listed in the HIDE_ME.CFG
  114.   file, they are not re-added to the new file.  HIDE_ME now changes local
  115.   callers (ie from the keyboard no matter who it is) to 2400 baud.
  116.  
  117.   It then reads your CALLERS.LOG file in your directory specified on Line 1
  118.   of the CFG file.  It reads the WHOLE file, strips out color codes if there,
  119.   removes the 3 people in the .CFG file then colorizes and rewrites the
  120.   CALLERS.LOG (I like color :->) with TAG color codes.  By request it now
  121.   replaces 9600 baud calls with 14400.
  122.  
  123.   Hide-Me also updates status.dat with the last caller added to LASTON.DAT
  124.   that one).
  125.  
  126.   Hide_Me adds a pause charactor to the end of CALLERS.LOG.
  127.  
  128.   3.  So where do I run the thing.
  129.  
  130.   Unzip the HIDEME70.ZIP into your Main BBS directory (the directory
  131.   where TAG.EXE is) if running single node or ALL Main BBS directories
  132.   if running Multinode.
  133.  
  134.   If you don't run Echomail just run it from logoff.bat.
  135.  
  136.   If you do run Echomail just run it in the portion of your LOGOFF.BAT or
  137.   BINKLEY/MAILER.BAT that runs everytime someone logs off your BBS.
  138.  
  139.   That's about it!
  140.  
  141.   If you have any questions other than "Can I have the source code" leave
  142.   me E-mail on my BBS (at the numbers below) and I'll answer you as soon
  143.   as I get time.  I work strange hours.  If you need help call my board.
  144.  
  145.   4.  Registration
  146.  
  147.   --------------------------------ENJOY--------------------------------------
  148.  
  149.   The registration fee for this program is $5 US.
  150.  
  151.   What do you get for registering?
  152.  
  153.     1. The good feeling that you helped support bringing T.A.G. utility
  154.        software at a low price to computer users everywhere by supporting
  155.        Shareware programmers.
  156.  
  157.     2. The secure feeling that I won't wish bad things to happen to you, your
  158.        computer equipment and your momma's baby sister's cousin's uncle's
  159.        friend's boss's pet gerbil if you don't register and continue using it.
  160.  
  161.     3. Listened to when you have an idea for another TAG util.
  162.  
  163.     4. Five dollars less money in your pocket.
  164.  
  165.   What you don't get: Disks, nice illustrated docs, VGA versions with
  166.                       Soundblaster support, 3 hour long distance phone
  167.                       calls on how to help you do things to your BBS that
  168.                       are clearly explained in the TAG docs on my dime.
  169.  
  170.   I won't send you anything.  When new versions of things become available
  171.   I normally make them available on my wife and my BBS.  If you want to see
  172.   if there is a newer version just call and check the "Programs Mark wrote"
  173.   or "TAG Utilities" file area.  If possible I normally announce new releases
  174.   in the "TAG" Fidonet echo.  If you see the same version there then "there
  175.   is no newer version" because either I haven't had the time to do it, it
  176.   doesn't need it in my opinion or else I wrote it because someone asked me
  177.   to and noone ever registered it.
  178.  
  179.   All registrations must be in US Funds.  Sorry, but I don't do plastic.
  180.                       
  181.                        Send registrations to:
  182.  
  183.                              Mark McKay
  184.                              P.O. Box 68063
  185.                              Virginia Beach, VA 23455
  186.  
  187.            BBS Phone : 1-804-473-2217    FidoNet : 1:275/140  (Node 3)
  188.            BBS Phone : 1-804-499-5150    FidoNet : 1:275/139  (Node 2)
  189.            BBS Phone : 1-804-671-8547    FidoNet : 1:275/139  (Node 1)
  190.  
  191.   .............................. Detach here ................................
  192.  
  193.                             HIDE_ME by Mark McKay
  194.  
  195.                 Name:      ___________________________________
  196.  
  197.                 Address:   ___________________________________
  198.  
  199.                 City,ST:   ___________________________________
  200.  
  201.                 Zip Code:  ___________________________________
  202.  
  203.                 Amount enclosed ______________________________
  204.  
  205.                 Name of BBS __________________________________
  206.  
  207.                 BBS Phone Number _____________________________
  208.  
  209.                 FidoNet Node Number __________________________
  210.  
  211.                 Comments _____________________________________
  212.  
  213.                 ______________________________________________
  214.  
  215.                 ______________________________________________
  216.  
  217.                 Thank you in advance for supporting Shareware
  218.