home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / gate_112 / gate_way.doc next >
Text File  |  1991-08-29  |  4KB  |  102 lines

  1.  
  2.               Welcome to the world of Network gating
  3.               --------------------------------------
  4.  
  5.    This Archive Should Contain:-
  6.               
  7.                GATE_WAY.TOS   The Program!
  8.                GATE_WAY.DOC   What your reading
  9.                GATEAREA.DAT   The Sample Area DATA
  10.  
  11. This Program will Transfer Messages between one Message base to the other
  12. Using The QBBS message structures. 
  13.  
  14. In doing this the original origin Line is altered to #ORIGIN so that your 
  15. exporter program adds its own origin line as if the message was written 
  16. locally, but others can tell where it has really come from...
  17.       
  18.                      *****PLEASE NOTE*****
  19.  
  20. Before Doing any Gatewaying, Check with all people concerned, IE:Moderators
  21.  
  22. When Gate_way is First run it will check ALL existing messages and Gate Them
  23. If you do not want this to happen then make sure both Areas of each GATE 
  24. are cleared...
  25.  
  26.       ---------------------------------------------------------------
  27.  
  28. To install:-
  29.  
  30. Place GATE_WAY.TOS & GATEAREA.DAT in your BT directory, Usually where 
  31. Binkley and Your Message processors are..
  32.  
  33. Run GATE_WAY just after your importer and before your area cruncher.
  34.  
  35. IE: for ACS after COME_IN and before TIDY_UP
  36.  
  37.  
  38.     The GATEAREA.DAT file can contain As Many Gates as you need
  39.     
  40. --------------------------------------------------------------------------
  41. E:\bt\areas.bbs
  42. E:\m\0000
  43. ;The First Line MUST always contain the PATH/FILENAME for YOUR AREAS file
  44. ;The second line must always contain the path to netmail WITHOUT .MSG or .HDR
  45. Quiet
  46. ; Quiet Stops output of message numbers, Its a bit quicker..(Optional)
  47. ;
  48. ;You can put as many Semicolons in the dat file as you like
  49. ;As they will be ignored
  50. ;
  51. GATE TESTAREA with MYTEST
  52. ;
  53. Gate MY_NET with Their_net
  54. ;
  55. ;The !! Must always be the last command in the DAT file...
  56. !!
  57. --------------------------------------------------------------------------
  58.  
  59. Any Areas that Dont exist yet (New areas just added) will be created as
  60. long as they exist in your Areas file.
  61.  
  62.  
  63. Please report any Bugs, Suggestions to:
  64.  
  65.               Phil Gadsby
  66.               Fido 2:250/128
  67.               NeST 90:1040/0 
  68.  
  69.  
  70. This Program Has been tested on my Own system, I Cannot Promise it'll work
  71. on yours but I dont see why not.....
  72. This is the usual Use at your own Risk Warning......
  73.  
  74.  
  75.  
  76.            -------------------------------------------
  77. UpDates     10/8/91   Add Code to Ignore Semicolons (;) in the Dat File
  78.                       Suggestion From Daron Brewood
  79.  
  80.       0.6b  12/8/91   Restyle DAT file so Only Area names are entered and
  81.                       Gate_way searches Areas.BBS for paths
  82.  
  83.       0.8b  14/8/91   Correct small bug is .MSG transfer - I found this One!
  84.  
  85.      V1.00  16/8/91   Looks to see if ACS.CFG exists, If so it adds area 
  86.                       Names to the specified AREALIST file, for SysOps
  87.                       who use -A as an option in Tidy_up
  88.  
  89.      V1.02  18/8/91   Added an On screen counter, so you know its actually
  90.                       doing something!
  91.  
  92.      V1.10  21/8/91   Well This is it I guess, All bugs should be sorted..
  93.                    
  94.      V1.11  25/8/91   Added Quiet Option - Request From Steven Green
  95.    
  96.      V1.12  30/8/91   Correct small bug which would cause program to lock
  97.                       up, Very rarely happened, but found it in the end
  98.                       Also added another line to GATEAREA.DAT 
  99.  
  100.                   ------------------------------------------
  101.  
  102.