home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / LSTRIP06.ZIP / LESTRIP.DOC < prev    next >
Text File  |  1995-01-17  |  9KB  |  237 lines

  1.  
  2.  
  3.                              LeStrip v0.60
  4.  
  5.                        A Packet Stripper Utility
  6.  
  7.                  Written by Graeme Slogrove (5:7107/9)
  8.  
  9.                  Copyright (c) 1994,1995 FastLight Inc
  10.  
  11.                           All Rights Reserved
  12.  
  13.  
  14.  
  15.  
  16.  
  17. ┌────────────────────────────────────────────────────────────────────────────┐
  18. │ ▒▒ Contents ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  19. └────────────────────────────────────────────────────────────────────────────┘
  20.                                                         Page
  21.  
  22.  Legal Mumbo Jumbo ....................................................  (1)
  23.  
  24.  Disclaimer ...........................................................  (2)
  25.  
  26.  Installing LeStrip..................................................... (3)
  27.  
  28.  Why LeStrip ?? .......................................................  (4)
  29.  
  30.  Future development ...................................................  (5)
  31.                                   
  32.  Bug reports ..........................................................  (6)
  33.                                    
  34.  Support sites ........................................................  (7)
  35.  
  36.  Credits ..............................................................  (8)
  37.  
  38.  Trademarks ...........................................................  (9)
  39.  
  40.  
  41. ┌────────────────────────────────────────────────────────────────────────────┐
  42. │ ▒▒ Legal Mumbo Jumbo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (1) ▒ │
  43. └────────────────────────────────────────────────────────────────────────────┘
  44.  
  45.  By  using this software,  you agree to the following guidelines.  If you do
  46.  not agree with this, you are to delete this package immediately -
  47.  
  48.  ■ This  package may not,  in any way,  be  disassembled,  hacked,  reverse-
  49.    engineered or reduced to human readable form. 
  50.  
  51.  ■ This  program may  not be sold,  included in a  software  bundle  of  any
  52.    nature, or distributed in any way whatsoever for any form of profit.
  53.  
  54.  ■ You  may give away  copies of this  program to your friends,  to bulletin
  55.    boards at no cost, as long as the original files are left intact and the
  56.    authenticity envelope is left untouched.
  57.  
  58.  
  59. ┌────────────────────────────────────────────────────────────────────────────┐
  60. │ ▒▒ Disclaimer ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (2) ▒ │
  61. └────────────────────────────────────────────────────────────────────────────┘
  62.  
  63.  Disclaimer
  64.  ──────────
  65.  
  66.  I do not guarantee that this software will work on any computer whatsoever,
  67.  although it has been extensively tested in a variety of configurations, and
  68.  I cannot be held in any way responsible for any damage to  or loss incurred
  69.  through the use of this software. 
  70.  
  71. ┌────────────────────────────────────────────────────────────────────────────┐
  72. │ ▒▒ Installing LeStrip ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (3) ▒ │
  73. └────────────────────────────────────────────────────────────────────────────┘
  74.  
  75.  Unzip the LeStrip distribution ZIP into  your mail tosser  directory,  or a
  76.  directory of your choice.  Set the LESTRIP environment variable to point to
  77.  the directory where you will  keep the Config file,  otherwise leave it out
  78.  and LESTRIP will search the directory it was executed from for a config file.
  79.  
  80.  Edit the LESTRIP.CFG file to define your nodes and character remapping.
  81.  
  82.  You are limited to One node per line (maximum of 20 nodes), a maximum
  83.  of 256 Remap statements, and a maximum of 20 DoubleMap statements.
  84.  
  85.  NB !! The character mapping facility is extremely powerful - you can truly
  86.  mess up a message if you start messing around with these - imagine this -
  87.  
  88.  Remap=a,b
  89.  Remap=b,c
  90.  Remap=c,d
  91.  etc.
  92.  
  93.  Make sure you want it to remap those characters !
  94.  
  95.  You must then configure your mail processor/front end/batch file to run
  96.  LESTRIP each time a packet is received.
  97.  
  98.  This is how it is done in Gecho =>
  99.  
  100.  ╒═════════════════════════════════════════════════════ External utilities ╕
  101.  │ <stuff deleted>                                                         │
  102.  │ RAR  RAR.EXE a -ep -m4 -o+ -s -y       RAR.EXE e -o+ -y                 │
  103.  │  10 ■PKZIP -ao                                                          │
  104.  │ GUS                                    GUS /M                           │
  105.  │ PKT                                    LESTRIP.EXE @                    │
  106.  │                                                                         │
  107.  ╘═════════════════════════════════════════════════════════════════════════╛
  108.  
  109.  Since I do not use FMail, I am unable to say how to set it up.
  110.  
  111.  Alternatively, you may just call a batch file and run LESTRIP on the
  112.  directory with WILDCARDS eg.
  113.  
  114.  LESTRIP *.PKT
  115.  
  116.  That's it - it's real easy to setup, takes less than a second under a window
  117.  in Desqview on a 486/DLC-40 to identify a packet if it needs to be processed,
  118.  processes 200Kb/second if it does, and it's FREEWARE ;)
  119.  
  120. ┌────────────────────────────────────────────────────────────────────────────┐
  121. │ ▒▒ Why LeStrip ?? ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (4) ▒ │
  122. └────────────────────────────────────────────────────────────────────────────┘
  123.  
  124.  Well, here in Zone 5 we had a small little problem. A certain system, which
  125.  shall remain anonymous, had been running on Fido for a couple of years, and
  126.  had registered their programs as such -
  127.  
  128.                        « SomeOther Bulletin Board »
  129.  
  130.  so when people entered messages,  the bottom of the message would come  out
  131.  as
  132.  
  133.  ■ QWKMail vX.XX
  134.    « SomeOther Bulletin Board »
  135.  * Origin: SomeOther Bulletin Board, South Africa (5:7107/XX)
  136.  
  137.  which, in accordance with Fido policy,  is a no-no due to the High Ascii in
  138.  the messages.
  139.  
  140.  All of a  sudden,  after  not having a  problem  for  four years,  they are
  141.  moderated  for this  ASCII in  their messages.  There were  a few solutions
  142.  offered  by  everyone -  Close down  the node,  make messages  read-only or
  143.  re-register (at great expense) all the programs. Not very nice options :(
  144.  
  145.  However, since Gecho has a  lovely little option to run a program before  a
  146.  packet is  processed,  and I am  the hub for  the  above mentioned node,  I
  147.  pulled  out my  fingers and  created a constructive solution => LESTRIP was
  148.  born.
  149.  
  150.  
  151. ┌────────────────────────────────────────────────────────────────────────────┐
  152. │ ▒▒ Future developments ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (5) ▒ │
  153. └────────────────────────────────────────────────────────────────────────────┘
  154.  
  155.  ■ Hudson/JAM/*.MSG/Squish/EzyCom message base scanning for online stripping
  156.  
  157.  
  158. ┌────────────────────────────────────────────────────────────────────────────┐
  159. │ ▒▒ Bug reports ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (6) ▒ │
  160. └────────────────────────────────────────────────────────────────────────────┘
  161.  
  162.  Please send in your bug reports to me at Fast! BBS. I will try to fix  them
  163.  as soon as I get the chance.
  164.  
  165.  Either send a file or a message.
  166.  
  167.  Please let me know of any enhancements etc. you would like to see.
  168.  
  169.  
  170. ┌────────────────────────────────────────────────────────────────────────────┐
  171. │ ▒▒ Support Sites ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (7) ▒ │
  172. └────────────────────────────────────────────────────────────────────────────┘
  173.  
  174.  To contact the author send mail to the following addresses :
  175.  
  176.  To      : Graeme Slogrove in the International RA_UTIL or GECHO_PLUS echo
  177.  
  178.  Internet: graeme.slogrove@fast.iaccess.za
  179.       or : fastlight@fast.iaccess.za
  180.  
  181.  Netmail : 5:7107/9.0@fidonet.org
  182.  
  183.  Snail Mail (If you trust the Post Office ;))
  184.  
  185.  PO Box 98369
  186.  Sloane Park
  187.  Johannesburg
  188.  South Africa
  189.  2152
  190.  
  191.  Legend
  192.  ──────
  193.  
  194.  S - Support Site   
  195.  B - Beta Site    
  196.  D - Distribution Site
  197.  9 - Up to  9.6k Bps (v32)
  198.  H - Up to 14.4k Bps (v32bis)
  199.  Z - Up to 19.2k Bps (ZyXEL)
  200.  8 - Up to 28.8k Bps (VFC)
  201.  V - Up to 28.8k Bps (V34)
  202.                              
  203.  BBS Name                Location     Phone            FidoNET    Flags
  204.  ──────────────────────────────────────────────────────────────────────────
  205.  
  206.  Fast! BBS               Sandton, RSA +27-11-706-1749  5:7107/9   S B D V
  207.  Fast! BBS               Sandton, RSA +27-11-463-4940  5:7107/4   S B D 8
  208.  
  209.  Magic Name for FREQing - LESTRIP
  210.  
  211.  
  212. ┌────────────────────────────────────────────────────────────────────────────┐
  213. │ ▒▒ Credits ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (8) ▒ │
  214. └────────────────────────────────────────────────────────────────────────────┘
  215.  
  216.  To Bruce Meyer (1:376/106) for some useful suggestions implemented in  0.60
  217.  and beyond ..
  218.  
  219.  To my mom and dad who are very supportive of this "hobby/career" of mine.
  220.  Thanks a Zillion.
  221.  
  222.  
  223. ┌────────────────────────────────────────────────────────────────────────────┐
  224. │ ▒▒ Trademarks ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ (9) ▒ │
  225. └────────────────────────────────────────────────────────────────────────────┘
  226.  
  227.  Gecho is a trademark of Gerard Van Der Land
  228.  
  229.  Fmail is a trademark of Folkert J. Wijnstra
  230.  
  231.  Any other products mentioned are trademarks of their respective companies.
  232.  
  233. ┌────────────────────────────────────────────────────────────────────────────┐
  234. │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ End of documentation ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  235. └────────────────────────────────────────────────────────────────────────────┘
  236.                                                                          17/01
  237.