home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / WA2HINTS.ZIP / RA2_ZLAB.ARJ / RA-ZLAB.DOC < prev    next >
Text File  |  1993-02-28  |  6KB  |  141 lines

  1.  
  2.   ┌────────────────────────────────────────────────────────────────────────┐
  3.   │                                                                        │
  4.   │ Docs for using ZipLab 2.0ß as an upload scanner with RemoteAccess 2.00 │
  5.   │                                                                        │
  6.   │                        written by Mark Kerr                            │
  7.   │                       @  2:440/59 73:7440/1                            │
  8.   │                                                                        │
  9.   └────────────────────────────────────────────────────────────────────────┘
  10.  
  11.  
  12.  
  13.  
  14. INCLUDED FILES:-
  15.  
  16. Ra-zlab.doc   - you're reading it
  17. Pad.1         - Pad file for Com1
  18. Pad.2         - Pad file for Com2
  19. Pad.3         - Pad file for Com3
  20. Zlab000.cfg   - my Ziplab configuration
  21. test.bat      - The batch file I call from RemoteAccess to test files.
  22.  
  23.  
  24.  
  25.  
  26. A new feature in RemoteAccess is the ability to have Uploaded files scanned
  27. or manipulated, whilst the user is online or after logoff. ZipLab has the
  28. ability to check archives for viruses and much more. If the file fails on
  29. any check RemoteAccess will move it to a specified area. ZipLab also will
  30. tell the User in a nice fashion what is happening, much nicer than sitting
  31. staring at a prompt.
  32.  
  33. The following has been written with a multi-node system in mind, but should
  34. work on a single line system.
  35.  
  36.  
  37.  
  38. Starting with version 1.9C of ZipLab Plus, it expects to find a 198 line
  39. long version of PCBOARD.DAT, rather then the standard 152 line long version
  40. which most door converters create. Starting with PCBoard 14.5, there is
  41. extra information at the end of the PCBOARD.DAT, which among other things
  42. defines the com port address and IRQ. ZipLab reads this now in order to be
  43. compatible with non-standard com ports. Line 158 is the IRQ and line 159
  44. is the port address.
  45.  
  46. After creating a 152 line PCBOARD.DAT file with a door converter, you must
  47. tack on lines 153-198 to the end of it by using the DOS copy command.
  48. Since the addon file will be differnt for each line, depending on the
  49. com port address and irq, you will need 1 addon file for each com port in use.
  50. There are 3 sample pad files included here, which should be copyed to
  51. your ZIPLAB directory.
  52.  
  53.     PAD.1 is currently set for COM1, 3F8, IRQ4
  54.     PAD.2 is currently set for COM2, 2F8, IRQ3
  55.     PAD.3 is currently set for COM3, 3E8, IRQ5
  56.  
  57. You may edit these and make additional copys for more nodes of course.
  58.  
  59. Once you have got full versions of pcboard.dat residing in your node
  60. directories you can change the dm commandline in test.bat from PCB14 to
  61. PCB14C this will stop dm creating the .dat file and you therefore can
  62. rem out the appropriate portion of the test.bat. This will only work if you
  63. are using a locked baud rate as the pcboard.dat contains the baud rate.
  64. You could obviously? have all the PCBoard files reside in the ziplab
  65. directory, but you can figure that one out if you wish to do so :-).
  66.  
  67. In earlier versions of this archive I incorrectly stated that Ziplab required
  68. an environment variable set. This was incorrect and has been removed from the
  69. sample batch file.
  70.  
  71. Obviously you will have to configure Ziplab for your own preferences and in
  72. doing so you will realise you do not have to name its .cfg files ptest?
  73. I have included a sample of one of my own Ziplab .cfg files.
  74. Just alter the sample test.bat to reflect your filenames and directories.
  75.  
  76.  
  77.                   REMOTEACCESS setup
  78.                   ------------------
  79.  
  80.  
  81. RACONFIG -> OPTIONS -> FILES -> UPLOAD SCAN  entry is
  82.  
  83. *C /c d:\zlab\test.bat *N @ *P *M
  84.  
  85. The *N is used by test.bat to find the pcboard files for that node.
  86. The *P is used by test.bat to use the correct pad.? for that nodes com port.
  87. The @ is used to pass ZipLab the filename for testing.
  88.  
  89. RACONFIG -> MANAGER -> LANGUAGES -> LANGUAGE -> LANGUAGE TEXT
  90.  
  91. change line 637 to something like:
  92.  
  93. Failed upload scan because: ^K!FAIL|
  94.  
  95. This uses a file created by the test.bat to display to the user the reason
  96. for failure (not always virus infection).
  97.  
  98. I have RemoteAccess set to flag the file as unavailable and move it to a
  99. badfiles area.
  100.  
  101. See included test.bat for details.
  102.  
  103.                ---------------------------------
  104.  
  105. My directory structure is as follows:-
  106.  
  107. d:\ra               -system directory
  108. d:\ra\txtfiles      -text files directory
  109. d:\ra\node1         -node dir
  110. d:\ra\node2         -node dir
  111. d:\ra\node3         -node dir
  112. d:\zlab             -ziplab directory (contains pad.* zlab*.cfg zlab.exe)
  113.                      and test.bat
  114. d:\upload           -Ra's upload directory
  115. d:\upload\temp      -Where ZipLab moves bad files
  116. d:\zlab\zlab.log    -A log file I create to store reason for failure.
  117. d:\zlab\giftest.log -The logfile giftest creates
  118.  
  119.  
  120.  
  121.                Thanks, Credits, Software etc etc
  122.                ---------------------------------
  123.  
  124.  
  125.  
  126. Thanks to Mike Ehlert for the some of the doc's (stolen from zlab-ra) and
  127. Mark Anderson for the original :-) batch file, pad.1, and help.
  128.  
  129. RemoteAccess 2.? Andrew Milner :-)
  130.  
  131. The following programs are used in test.bat. Errlvl.zip and eyermv24.zip
  132. could be replaced by other programs to set errorlevels and move files.
  133.  
  134.  
  135. Programs used available for download or Freq @2:440/50 73:7440/1
  136.  
  137. errlvl.zip     3k by Zachary E. Stemich  - sets dos errorlevel
  138. DM532.arj    104k by Michael P. Otto     - converts bbs info
  139. ZL2B0117.zip 389k by Jeffrey S. Morley   - checks archives
  140. Eyermv24.zip   9k by Bob Eyer            - moves files
  141.