home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / ULP100.ZIP / ULP.DOC < prev    next >
Text File  |  1993-08-28  |  92KB  |  1,657 lines

  1.  
  2.     ┌───────────────────┐
  3.     │                   │ ║                UpLoadProcessor
  4.     │    ╥   ╥ ╥        │ ║
  5.     │    ║   ║ ║ ╓──╖   │ ║                 Version 1.00
  6.     │    ║   ║ ║ ║  ║   │ ║
  7.     │    ╙───╜ ╨ ║──╜   │ ║     (c) Copyright 1992-1993 - Stacy Smith
  8.     │            ╨      │ ║
  9.     └───────────────────┘ ║
  10.       ════════════════════╝
  11.  
  12.                                 Courtesy of:
  13.  
  14.                         The Bloom Beacon-Picayune BBS
  15.           Node 1: (919) 557-3845 (USRobotics Courier Dual Standard)
  16.              Node 2: (919) 557-0645 (USRobotics Courier V.32bis)
  17.                              FidoNet 1:151/106
  18.                                   Intelec
  19.                              RoseNet (ID: BB-P)
  20.  
  21.                                 Stacy Smith
  22.                             305 Cottonwood Lane
  23.                           Holly Springs, NC 27540
  24.  
  25.  
  26. ┌───────────────────┐
  27. │  1. Introduction  │
  28. └───────────────────┘
  29.  
  30. This system was born out of a need for a universal upload processor. There are
  31. many alternative systems available, but they are limited to the ZIP format and
  32. perhaps one or two others. Few are able to handle self-extracting archives.
  33. Most are limited in the number of levels of archive nesting allowed in a file
  34. to be tested. All require the use of a third-party duplicate file checking
  35. system if you want to screen your uploads for duplicates.
  36.  
  37. Tired of waiting for PKZIP 2.something-or-another, I converted my BBS files
  38. over to the ARJ compression format, due to its superior compression ratio over
  39. PKZip and its features over LHA. I do not intend to debate the merits of one
  40. archive format over another, but due to my decision, the need for a universal
  41. upload processor became apparent, so off I went.
  42.  
  43. While I was at it, I decided to incorporate other technologies, such as
  44. duplicate checking, archive format conversion, information lines, support for
  45. internal description files, etc., into a single package. This software is the
  46. result of my efforts to allow my BBS to handle any archive that my users can
  47. throw at it.
  48.  
  49.  
  50. ┌─────────────────────────────────────────────┐
  51. │  2. Features of the UpLoadProcessor System  │
  52. └─────────────────────────────────────────────┘
  53.  
  54.   ∙ Identifies and processes ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP, ZOO and GIF
  55.     files, regardless of their file extensions (ideal for software distribution
  56.     network files, e.g. SDN).
  57.   ∙ Identifies and processes ARJ, LZH, PAK, SQZ and ZIP self-extracting (SFX)
  58.     archives.
  59.   ∙ Scans ARC, PAK, ZIP and ZIP SFX archives for DOS reserved keywords to
  60.     prevent hacking by hex-editing. (ARJ and LHA are resistant to these type of
  61.     hacking attempts).
  62.   ∙ Detects ARJ security envelopes and ZIP version 1.x and 2.x authenticity
  63.     verification (-AV) stamps and may be retained intact.
  64.   ∙ Detects and processes ARJ and ZIP archives with imbedded paths.
  65.   ∙ Detects and rejects encrypted ARJ and ZIP archives.
  66.   ∙ Selected uncompressed files uploaded can be processed and compressed using
  67.     your default format.
  68.   ∙ Removes known BBS ads from archives; includes a BBS ads maintenance utility
  69.     so sysops can update their BBS ads databases in real time. ULP can also
  70.     insert a BBS ad, if desired.
  71.   ∙ Updates the PCBoard DOWNLOAD.TXT file, if desired, with the correct archive
  72.     extension to reflect the conversion process.
  73.   ∙ Allows the use of up to 9 different archiving programs, all user-
  74.     configurable. Any archiving program used that is not listed above will be
  75.     identified using it's unique file extension only, until it's signature is
  76.     determined and incorporated into the program.
  77.   ∙ Uses a recursive processing routine that will allow (theoretically)
  78.     unlimited nested archives (the only limit is imposed by the DOS path). This
  79.     routine has been tested to 5 levels deep as of this writing.
  80.   ∙ Allows the use of up to 3 different file-checking programs, all user-
  81.     configurable, for virus and trojan checking, third-party utilities, etc.
  82.   ∙ Allows the use of a GIF file checking program, completely configurable.
  83.   ∙ Rejects GIF files based upon image width, height, colors and compression.
  84.   ∙ User-definable disposition (rename or delete) of corrupted, duplicate or
  85.     other archives (not virus-related).
  86.   ∙ User-definable disposition (rename or delete) of virus-infected archives.
  87.   ∙ Incorporates it's own CRC-32 duplicate checking system, as well as the
  88.     associated database processing software. No more executing (and
  89.     registering!) third-party duplication checking software, sacrificing speed
  90.     and memory. This system is extremely fast and it's database is much smaller
  91.     than other systems. Despite it's size, the probability of a false
  92.     duplication is almost 300 trillion to 1! The system is self-validating, to
  93.     quickly determine if a database has been corrupted or altered.
  94.   ∙ Optional seamless interface with the ZDCS duplication system by Mike Cocke.
  95.   ∙ ULP determines duplication using two filters, total duplication and
  96.     executable duplication, preventing false rejection by simply counting up
  97.     the number of blatantly duplicate files.
  98.   ∙ Converts all uploads into a default archive format of your choosing, or
  99.     they may be re-archived in their original format (user-defined). Nested
  100.     archives can also be converted to your default format, or re-archived using
  101.     their original format. SFX archives can be archived using your default
  102.     format, or optionally left alone after verification.
  103.   ∙ Can utilize a user-defined time window (in months) for acceptance of new
  104.     upload files, based on the average age of the files within the archive.
  105.   ∙ Changes all archive file attributes to 'read/write' from 'read-only'.
  106.   ∙ Supports the use of private and public upload directories. Moves files and
  107.     upload descriptions from the private directory to the public directory.
  108.     Single directory operation may also be configured.
  109.   ∙ Honors the '/' identifier in the description marking the file as a private
  110.     upload for the sysop by processing the file, but not making it public.
  111.   ∙ Supports the use of DESC.SDI and FILE-ID.DIZ description files in an
  112.     archive, user-configurable, for those not running PCBoard 14.5a+ and
  113.     PCBDESC.
  114.   ∙ Smart word-wrapping word-wraps descriptions or leaves them as entered,
  115.     depending upon the presence of boxes, etc.
  116.   ∙ Can optionally insert an archive or GIF information line in the file
  117.     description that contains various information about the archive or GIF
  118.     files.
  119.   ∙ Three modes of online testing are available: slow mode, which completely
  120.     processes files at the time of upload; normal mode, which fully unpacks the
  121.     archive and tests each file individually; and fast mode, which scans a ZIP
  122.     or ARJ archive directly for file CRCs and dates, and uses the archiving
  123.     program's internal integrity testing.
  124.   ∙ The online tester will accept a redirected ARJ or PKUNZIP archive listing
  125.     file to pre-verify the duplication and age limits before a user uploads the
  126.     actual archive, saving him or her wailing and gnashing of teeth.
  127.   ∙ ULPTEST can generate COM port status output to inform the online user of
  128.     the progress of testing. ULPTEST supports IRQs 2 through 7, non-standard
  129.     port addresses and baud rates to 115K in direct mode, and also supports
  130.     FOSSIL drivers. The port information can be defined on the command-line or
  131.     can be read directly from PCBOARD.DAT and PCBOARD.SYS. ULP can also be
  132.     implemented in a "seamless" mode (when registered) to look like a part of
  133.     PCBoard.
  134.   ∙ Import of FWKCS CRC databases is supported to ease transition to the ULP
  135.     duplication system. No need to rebuild databases for FWKCS users!
  136.   ∙ Archives failed for exceeding duplication limits can be viewed using ULPDB
  137.     (the database program), to allow easy determination of manual archive
  138.     acceptance.
  139.   ∙ User-selectable process logging to a disk file. Two logging modes are
  140.     available: terse and verbose.
  141.   ∙ Menu-driven windowed system manager for maximum ease of configuration.
  142.   ∙ Written mostly in C (and a little assembler) for optimal speed, using
  143.     Microsoft C 7.0, Borland C++ 3.1 and Turbo Assembler 3.0.
  144.   ∙ Lifetime registration; pay ONCE and your registration number will work on
  145.     all future versions!
  146.  
  147.  
  148. ┌─────────────────────────────────────────────────────┐
  149. │  3. Files Included in the ULP Distribution Archive  │
  150. └─────────────────────────────────────────────────────┘
  151.  
  152.     ULP.EXE         Event upload processing program.
  153.     ULPTEST.EXE     On-line testing program for use in PCBTEST.BAT.
  154.     ULPDB.EXE       Duplication database creation and maintenance program.
  155.     ULPSM.EXE       System and configuration manager for the ULP system.
  156.     ULPADS.EXE      BBS ads database maintenance program.
  157.     ULPADS.DB       BBS ads database file.
  158.     ULP.CFG         Sample configuration file for the ULP system.
  159.     ULPDIR.CFG      Sample directory configuration file.
  160.     EXCLUDE.LST     Sample exclusion list for archivers.
  161.     PCBTEST.BAT     Sample PCBTEST.BAT file for using ULPTEST.
  162.     ULP.DOC         This file.
  163.     Q&A.DOC         Answers to common questions regarding the ULP system.
  164.     HISTORY.TXT     ULP revision history in reverse order.
  165.     ULPBLT          Archive verification bulletin for sysops to post.
  166.     REGISTER.FRM    Registration form for ULP.
  167.     COMMENT.TXT     Sample comment file for inclusion in archive headers.
  168.     FILE_ID.DIZ     Internal description file.
  169.  
  170. When you unzip the distribution archive, you should see my PKZIP authenticity
  171. verification stamp, and a '-AV' after every file in the archive:
  172.  
  173.     # SSU301    The Bloom Beacon-Picayune BBS
  174.  
  175. If there are any files missing or added, or the -AV stamp is missing, the
  176. archive has been tampered with. It would be advisable to call my BBS (listed at
  177. the top of this document) for the latest version of ULP.
  178.  
  179.  
  180. ┌───────────────────────────┐
  181. │  4. Program Requirements  │
  182. └───────────────────────────┘
  183.  
  184. To the best of my knowledge, this program will run on most any machine capable
  185. of running PCBoard 14.5+. My BBS setup is DESQview on a LANtastic network with
  186. hard disks and CD-ROMs, but other sysops that I have been in contact with have
  187. successfully implemented ULP on setups other varying hardware and software.
  188.  
  189. ULP has been developed and tested using the following third party utilities:
  190.  
  191.     ARJ 2.10 through 2.41 (by Robert Jung)
  192.     HYPER 2.5 (by P. Sawatzki and K. P. Nischke)
  193.     LHA 2.12 and 2.13 (by Haruyasu Yoshizaki)
  194.     LHarc 1.13c (by Haruyasu Yoshizaki)
  195.     PAK 2.51 (by NoGate Consulting)
  196.     PKPAK 3.61 (by PKWare)
  197.     PKZIP 1.10 through 2.04g (by PKWare)
  198.     SQZ 1.08.2 (by Jonas Hammarberg)
  199.     ZOO 2.01 through 2.10 (by Rahul Deshi)
  200.     SCAN V82 through V106 (by McAfee Associates)
  201.     GIFTEST 4.0 Beta 10 through Beta 14 (by Dave Navarro)
  202.     ZDCS 2.02 (by Mike Cocke)
  203.  
  204. The ULP system requires DOS 3.x or later, as it uses DOS SHARE-compatible file
  205. reads and writes, and can use the DOS PATH to find the archiving and other
  206. utilities.
  207.  
  208. ULP and ULPTEST's memory requirements are relatively small (about 100K or so
  209. with data buffers allocated), but all programs are spawned or shelled, which
  210. reduces the free memory for the program being executed. It would be a good idea
  211. to have as much free conventional memory as possible (ULP itself cannot use EMS
  212. or XMS memory), especially if you use the ARJ compression system, which
  213. requires in the neighborhood of 300K itself to run.
  214.  
  215. ULPDB also should have as much conventional memory as can be afforded, as it
  216. performs its sort in memory for optimal speed; it may use from 128K to 576K of
  217. memory depending upon the operation being performed. If your duplication
  218. database is larger than 500K (over 50,000 file entries), ULPDB may utilize a
  219. segmented sort algorithm, which is slower but capable of completely compiling a
  220. database up to 8MB in size (over 800,000 file entries)! The memory sort will
  221. probably be fine for many systems, as 50,000 files would probably average out
  222. to be about 4,000 to 5,000 typical archives.
  223.  
  224. Obviously, the 286+ and 386+ versions of these programs that is available to
  225. registered users will not run on a 8088, 8086 or 80186 (huh?) based computer.
  226. So don't try it (I haven't, so I don't have a clue what will happen...probably
  227. spontaneous combustion...).
  228.  
  229.  
  230. ┌───────────────────┐
  231. │  5. Registration  │
  232. └───────────────────┘
  233.  
  234. The ULP system is not free; nor is ULP is crippled to force registration. ULP
  235. is fully functional, and will always remain so. The only variation with the
  236. registered copies is no time delay and beg message.
  237.  
  238. Why register? Besides a clean conscience, you will get a registration code that
  239. will work for all future versions of ULP, and will remove the delay and message
  240. at the end of execution of each program. In addition, registration will allow
  241. you to run ULPTEST in a "seamless" mode so that it looks like a part of
  242. PCBoard to the user.
  243.  
  244. In addition, the registation code will allow use of the 286 or 386 specific
  245. versions of ULP that are made available only to registered users of ULP. These
  246. versions are slightly smaller and faster than the shareware 086+ version.
  247.  
  248. The registration fee for your unique code is $20 for non-commercial BBSes. The
  249. registration fee for commercial BBSes, defined as running your BBS in the
  250. course of a commercial business or for profit, is $40. Other variations are
  251. available; refer to the file REGISTER.FRM for all registration options. Please
  252. print the file REGISTER.FRM and fill it out. You can print out the form by
  253. issuing the following command from the DOS prompt:
  254.  
  255.     TYPE REGISTER.FRM > PRN
  256.  
  257.  
  258. ┌───────────────────────────────────────┐
  259. │  6. License, Warranty and Disclaimer  │
  260. └───────────────────────────────────────┘
  261.  
  262. I'll keep this part short and sweet, and dispense with the legal-ese:
  263.  
  264.     License: You are allowed to use ULP for 30 days, after which you must
  265.         either register ULP or stop using it completely. ULP registration is a
  266.         license for your use of ULP; I retain ownership of the software. A
  267.         single registration applies to a single BBS system, regardless of the
  268.         number of computers used in the system. If you run two or more distinct
  269.         BBS systems on the same computer or network (with different names), you
  270.         require two or more ULP registrations. Refer to the registration form
  271.         for the currect pricing structure.
  272.  
  273.     Warranty: There isn't one. The only thing I'll guarantee is that ULP will
  274.         take up disk space, and will disappear when deleted.
  275.  
  276.     Disclaimer: I'm not responsible for anything bad that happens. ULP works
  277.         here, but I cannot be held responsible for it not working on your
  278.         computer or doing any damage to hardware or software.
  279.  
  280. If these aren't agreeable with you, then the best thing to do is delete ULP
  281. right now. I'll do my best to help any user (registered or not) that wants to
  282. use ULP, and I'll act on bug reports quickly, but I simply cannot and will not
  283. be responsible for anything bad, like lost data, disk crashes, or whatever
  284. else you can think of.
  285.  
  286.  
  287. ┌────────────────────────────┐
  288. │  7. Conceptual Background  │
  289. └────────────────────────────┘
  290.  
  291. Since the ULP system is made up of several inter-operating programs, this
  292. overview and concept explanation should help you understand how ULP is
  293. designed to be used.
  294.  
  295. *******************************************************************************
  296.      READ THIS SECTION VERY CAREFULLY, AS IT WILL MAKE LIFE MUCH EASIER!!!
  297. *******************************************************************************
  298.  
  299. I believe that all responsible BBS sysops verify all of their uploads prior to
  300. posting them, in order to protect both themselves and their users. ULP is
  301. designed with idea in mind. Most, if not all, sysops process uploads in one of
  302. two ways (listed with benefits and liabilities as I see them):
  303.  
  304.     1) Make all uploads private, processing them during a system event.
  305.  
  306.        BENEFITS:
  307.            ∙ Takes up very little on-line time on the user's part to process
  308.              archives.
  309.            ∙ Allows the conversion of all archives to a default format, so that
  310.              the BBS archives are consistent.
  311.            ∙ Allows the BBS to accept any archive format...face it, it's hard
  312.              enough to get some of these weenies to upload, much less compress
  313.              them the same way.
  314.  
  315.        LIABILITIES:
  316.            ∙ Files are not available immediately for download.
  317.            ∙ The 'U' subcommand of PCBoard's (F)ile Directories command is no
  318.              longer available to the user (PCBoard 14.5a and below).
  319.            ∙ Does not catch duplicates or aged archives until after the user
  320.              has uploaded them, and perhaps leads to abuse by clever (?) users.
  321.              (It is assumed that these sysops still use the venerable 'PKUNZIP
  322.              -T' in their PCBTEST.BAT...)
  323.  
  324.     2) Process (test) each upload online after the user uploads them, and
  325.        making them available for immediate download.
  326.  
  327.        BENEFITS:
  328.            ∙ Catches duplicate, defective and aged archives while the user is
  329.              online, denying him upload credits.
  330.            ∙ Files are available immediately for download if they are not made
  331.              private in the PCBoard setup.
  332.  
  333.        LIABILITIES:
  334.            ∙ Takes up on-line time for a user, potentially adding to his
  335.              long-distance phone bill, discouraging further uploading; this
  336.              process is typically quite slow for large archives.
  337.            ∙ The archive format cannot be converted (a limitation of PCBoard),
  338.              leaving many different archive formats in your BBS directories.
  339.              Because of this, many sysops force users to use a specific format,
  340.              which may or may not be consistent with other BBS's the user
  341.              calls.
  342.  
  343. The ULP system takes the best of both of these methods of testing. ULP.EXE is
  344. an event-mode processor which will fully process every new archive found in the
  345. source upload directory, including archive format conversion, and optionally
  346. move the file and description to a destination directory. In the simplest
  347. ULP system setup, you MUST run ULP.EXE in your event to completely process all
  348. uploads to your system.
  349.  
  350. ULPTEST.EXE is an online processor, with a varying modes of operation, from
  351. complete processing to a very fast scan of the archive directly for data. These
  352. modes will allow you to run your BBS in the most efficient manner. Note that
  353. the conversion process MUST be handled by ULP during the system event, due to
  354. the design of PCBoard.
  355.  
  356. Pay attention to this part:
  357.  
  358. PCBoard normally has two upload directories for each conference: a private and
  359. a public directory. When PCBoard invokes PCBTEST.BAT, the upload is in the
  360. private directory. If the archive fails the testing, it will remain there.
  361. However, if it passes, one of two things will occur depending upon your system
  362. setup; if you have made all uploads private, the file will remain in the
  363. private directory; if you have not made uploads private, it will be moved BY
  364. PCBOARD (not ULPTEST) to the public directory.
  365.  
  366. If you have made all uploads private, then setup and configuration of ULP is a
  367. snap: the source directory is the private upload directory, and the destination
  368. is the public directory. However, if you want to allow users access to untested
  369. uploads, then your source directory is the public upload directory, and the
  370. destination information is left blank. To illustrate the operation:
  371.  
  372.   MAKE ALL UPLOADS PRIVATE           │  ALL UPLOADS AVAILABLE AFTER TESTING
  373.   ───────────────────────────────────┼─────────────────────────────────────
  374.   2 directories:  C:\PRIVATE         │  2 directories:  C:\PRIVATE
  375.                   C:\PUBLIC          │                  C:\PUBLIC
  376.                                      │
  377.   User uploads a file, gets placed   │  User uploads a file, gets placed
  378.   in C:\PRIVATE by PCBoard           │  in C:\PRIVATE by PCBoard
  379.                                      │
  380.   ULPTEST.EXE tests it               │  ULPTEST.EXE tests it
  381.                                      │
  382.   PCBoard leaves file in C:\PRIVATE  │  If it passes, PCBoard moves it to
  383.                                      │  C:\PUBLIC; if it fails, PCBoard
  384.                                      │  leaves it in C:\PRIVATE
  385.                                      │
  386.   ULP.EXE processes all new uploads  │  ULP.EXE processes all *new* uploads
  387.   found in C:\PRIVATE since last     │  found in C:\PUBLIC since last event
  388.   event and moves all good uploads   │
  389.   to C:\PUBLIC                       │
  390.  
  391. ULPTEST.EXE also has three modes of operation: slow, normal and fast. Slow mode
  392. completely tests the upload as in the event, except for archive conversion.
  393. Note that you MUST use the "all uploads public" mode of operation to run slow
  394. mode.
  395.  
  396. The normal mode decompresses the files, performs file, duplication and age
  397. checking, and then deletes the extracted files and returns to PCBoard,
  398. informing PCBoard of the test results. It does not recompress the archive,
  399. remove BBS ads, add information lines, etc.; this is saved for the event
  400. processing. This mode can be used with both setup paradigms, making all uploads
  401. private or public.
  402.  
  403. Fast mode DOES NOT decompress the file; it firsts performs an archive integrity
  404. check, then scans ARJ and ZIP archives directly for duplicate and age
  405. information, and then returns to PCBoard (if the archive is not ARJ or ZIP,
  406. then normal mode is forced). In fast mode, file checking (viruses, etc.) is
  407. left for ULP to do (which is why the above discussion regarding private/public
  408. directories is important). This mode can also be used either in making uploads
  409. public or private, although it would be a good idea to make them private with
  410. this mode, since the uploads are not file-checked (e.g. viruses) during
  411. test.
  412.  
  413. ULPTEST.EXE will also accept a redirected ARJ or PKUNZIP listing text file with
  414. the special name VERIFY.ULP as input to pre-verify an upload for a user, before
  415. the user actually spends his time uploading the file only to find out it won't
  416. pass the limits you set.
  417.  
  418.  
  419. ┌───────────────────┐
  420. │  8. Installation  │
  421. └───────────────────┘
  422.  
  423. GENERAL (REQUIRED!):
  424. ───────────────────
  425. Make a subdirectory on your hard drive. For the purposes of this document,
  426. we'll call it "C:\ULP". Unarchive the ULP distribution archive into this
  427. subdirectory. You've more than likely already made it this far, if you're
  428. reading this file. <g>
  429.  
  430. The ULP system opens several files at once for various reasons. I would
  431. recommend that you have a minimum of FILES=30 per node in your system
  432. CONFIG.SYS file, since ULPTEST is run in conjunction with PCBoard.
  433.  
  434. If you are running PCBoard under a network or a multitasking operating system,
  435. you should already have DOS's SHARE.EXE loaded. You must have SHARE loaded in
  436. order to take advantage of the file sharing and locking methods used by the ULP
  437. programs to prevent data loss. (If you are running a single-node system without
  438. a multitasker, SHARE is not needed).
  439.  
  440. * NOTE: DOS 5 has a documented bug when SHARE is loaded high, where it loses
  441.     the table in memory. Please load SHARE low to prevent potential sharing
  442.     problems.
  443.  
  444. Using ULPSM, configure the ULP system to suit your needs. Proper configuration
  445. will require you to refer to this section, the previous section and the section
  446. titled "Configuration", which has an in-depth explanation of each configuration
  447. option and its function. It would probably be wise to fire up your printer for
  448. this document.
  449.  
  450. For this document, we'll assume the name of your configuration file is
  451. "ULP.CFG".
  452.  
  453. Note that for any of the ULP programs, you can obtain a limited program syntax
  454. screen simply by executing the program with no arguments.
  455.  
  456. FOR EVENT-MODE UPLOAD PROCESSING (REQUIRED!):
  457. ────────────────────────────────────────────
  458. As a minimum setup, you MUST run ULP as an event-mode processor, as ULP.EXE
  459. handles most of the database updating, archive conversion, file and description
  460. moving, archive information line computation, and other features. THIS IS NOT
  461. AN OPTION!!!
  462.  
  463. Further, ULP requires that you define the upload disk directories and upload
  464. DIRxx files. They can be either a private/public setup or public setup, as
  465. described below (and in the 'principles of operation' section):
  466.  
  467.   - PRIVATE/PUBLIC SETUP:  This setup will not allow users to get to any
  468.     archive that has not been fully processed. In PCBSETUP, under Main Board
  469.     Configuration (and any other conferences you want ULP to process), make all
  470.     uploads private. Define a private upload directory and a private DIRxx file
  471.     (which should have already been done, since all sysop-only uploads are
  472.     placed here by PCBoard). In PCBSETUP, be sure to set the "make all uploads
  473.     private" flag to "Y". This is how I have my system setup.
  474.  
  475.   - PUBLIC SETUP:  This setup will allow users to download archives from the
  476.     public upload directory, including partially testing archives. In PCBSETUP,
  477.     under Main Board Configuration (and any other conferences you want ULP to
  478.     process), define a private upload directory and a private DIRxx file, and a
  479.     public upload directory and a public DIRxx file (this is where PCBoard will
  480.     place all new non-private uploads since you did not make them private). Be
  481.     sure to set the "make all uploads private" flag to "N".
  482.  
  483. To process your uploads during your system event, add the following lines to
  484. your EVENT.SYS file (be sure to change the drive and path as necessary):
  485.  
  486.     C:
  487.     CD \ULP
  488.     ULP -CULP.CFG
  489.  
  490. ULP will lock the duplication database, preventing any other program from
  491. accessing them (ULPTEST and ULPDB, specifically). Therefore, I strongly suggest
  492. you have all nodes down when running ULP.EXE, or at least disable uploading
  493. during this time.
  494.  
  495. Once you have ULP configured, before you run ULP for the first time, the
  496. process data file must be initialized (either via ULPSM or using ULP.EXE's -I
  497. parameter). The syntax for ULP.EXE is as follows, but please refer to the
  498. manual operation section below for more information:
  499.  
  500.     ULP -CULP.CFG -I
  501.  
  502. This is only done ONCE, and never needs to be done again; ULP maintains this
  503. file as a course of action during normal operation.
  504.  
  505. FOR THE INTEGRATED CRC-32 DUPLICATION CHECKER (HIGHLY RECOMMENDED):
  506. ───────────────────────────────────────────────────────────────────
  507. Initially, you must create the CRC database from scratch. If you have mostly
  508. ZIP and ARJ files, then this should be very quick (on the order of 10 minutes
  509. per 1000 archives for my 10MHz AT clone on a hard disk; a CD-ROM will be
  510. somewhat slower). After you configure ULP, go to the ULP directory and this
  511. command will create and compile your database of your current downloadable file
  512. base:
  513.  
  514.     ULPDB -CULP.CFG -A@C:\PCB\GEN\DLPATH.LST -S
  515.  
  516. The '@' symbol (a '!' may also be used) indicates to ULPDB that the argument is
  517. a list file, not a directory. The list file must have one path per line, and
  518. each path must end with a trailing backslash. In general, you may simply use
  519. your PCBoard DLPATH.LST file, unless you index your downloads.
  520.  
  521. If you would like to include any off-line files in your CRC database (or have
  522. to add files originally not included in the database) you can temporarily copy
  523. your offline files to a temp directory (for the sake of argumentation, let's
  524. call it "C:\TEMP\"; note the trailing backslash). You can then add and compile
  525. them into the CRC database with the following command (no list symbol!):
  526.  
  527.     ULPDB -CULP.CFG -AC:\TEMP\ -S
  528.  
  529. After you've added the offline files, just delete them from the disk, and if
  530. someone uploads a file that you already have, it will be rejected.
  531.  
  532. * NOTE: The default method of database generation will be the fastest mode
  533.     since ULPDB will scan ARJ and ZIP archives for CRCs without unpacking. This
  534.     is not as accurate as recursively unpacking the archives since ULPDB can
  535.     only 'see' one level deep into an archive; nested information will not be
  536.     obtained. If this poses a problem, add the -U parameter to the end of the
  537.     command lines above; this will force ULPDB to unpack all archives and
  538.     compute the CRCs. This will be significantly slower than the default
  539.     method, but 100% accurate.
  540.  
  541. If you already have a FWKCS duplication database, you can import and translate
  542. it into the ULP database by using the -I command line parameter. ULPDB will
  543. prompt you for which database format it is, and will then proceed to import it
  544. into the ULP database defined in ULP.CFG:
  545.  
  546.     ULPDB -CULP.CFG -IC:\FWKCS\CSLIST -S
  547.  
  548. Once you have your database built, you should also perform maintenance on the
  549. duplication database files regularly. This will compile any new data from the
  550. day's uploads into the main database, and remove any added temporary data from
  551. ULPTEST. This is not required to be done every day, but it will speed the
  552. duplicate checking of ULP and ULPTEST. To perform database maintenance, add the
  553. following line to your PCBoard EVENT.SYS after the event-mode processor has
  554. run:
  555.  
  556.     C:                    ──────┐        These lines are repeated
  557.     CD \ULP                     ├─────   for clarity.
  558.     ULP -CULP.CFG         ──────┘
  559.     ULPDB -CULP.CFG -S
  560.  
  561. ULPDB also locks the duplication database, preventing any other program from
  562. accessing them. I strongly suggest you have all nodes down when running ULPDB.
  563.  
  564. IF YOU USE PCBOARD'S 'TESTFILE.EXE' UTILITY:
  565. ────────────────────────────────────────────
  566. * NOTE: If you are unfamiliar with the operation of PCBTEST.BAT, you will need
  567.     to refer to the PCBoard manual for an explanation of PCBTEST.BAT and
  568.     TESTFILE.EXE.
  569.  
  570. In general, the use of TESTFILE.EXE is not necessary with ULPTEST. ULPTEST is
  571. fully capable of handling most any situation that arises. However, if you must
  572. use TESTFILE.EXE for some reason, in order to take advantage of the upload
  573. pre-verification abilities of ULPTEST, you must add the extension 'ULP' to the
  574. TESTFILE.EXE extension list. This will allow the file 'VERIFY.ULP' to pass
  575. through the filter created by TESTFILE so that ULPTEST may scan it. You will
  576. also have to add 'EXE' to your extension list if you use TESTFILE.EXE, to allow
  577. SFX archives to be processed by ULPTEST.
  578.  
  579. FOR THE ONLINE UPLOAD TESTING (OPTIONAL):
  580. ─────────────────────────────────────────
  581. Online testing of archives can greatly reduce the amount of garbage your BBS
  582. can pick up from user's uploading defective archives, ancient files, and
  583. duplicates. The theory that ULPTEST uses is to simply check the archive AS
  584. FAST AS IT CAN for archive integrity, duplication, and age, and then return
  585. the user to greater and better things. ULP.EXE will handle everything else
  586. during the system event.
  587.  
  588. * NOTE: In order to use ULPTEST, you must set PCBoard to swap by adding the
  589.     /SWAP switch to the SET PCB= environment variable in BOARD.BAT (in PCBoard
  590.     15.0, this is in PCBSETUP, not the environment variable). Otherwise, there
  591.     will not be enough memory for ULPTEST to execute programs like ARJ, SCAN,
  592.     etc.
  593.  
  594. To use ULPTEST.EXE for on-line testing of archives, use the following command
  595. line in PCBTEST.BAT (refer to the sample PCBTEST.BAT included in the ULP
  596. distribution archive, and the PCBoard manual, to get the general logic of
  597. PCBTEST.BAT's operation). Note the explicit paths to the ULPTEST executable and
  598. the ULP configuration file:
  599.  
  600.     C:\ULP\ULPTEST -CC:\ULP\ULP.CFG -F%1 -M%2 -D%3
  601.  
  602. ULPTEST will garner any other information that is required for operation from
  603. the PCBOARD.DAT and PCBOARD.SYS files. In most installations, ULPTEST will
  604. locate these two system files via the environment variables PCBDAT, PCBDRIVE
  605. and PCBDIR. If the environment variables are used, PCBDIR and PCBDAT are
  606. required; PCBDRIVE is required only if the BBS drop files exist on a different
  607. drive than PCBTEST.BAT is being executed from.
  608.  
  609. * NOTE: Don't rely on PCBoard to create these variables; it only does so prior
  610.     to executing a door. As a last resort, ULPTEST will look in the current
  611.     directory for the files it requires.
  612.  
  613. If you have the environment variables disabled in PCBoard (using the /NOENV
  614. switch), you can define the location of these files by adding the -P parameter:
  615.  
  616.     C:\ULP\ULPTEST -CC:\ULP\ULP.CFG -F%1 -M%2 -D%3 -PC:\PCB\NODE1\
  617.  
  618. Or, or you can provide the port and node number information directly to ULPTEST
  619. by using the -N, -I, -A and -B command switches:
  620.  
  621.     C:\ULP\ULPTEST -CC:\ULP\ULP.CFG -F%1 -M%2 -D%3 -N5 -I4 -A3F8 -B38400
  622.  
  623. where -N is the node number, -I is the port IRQ line, -A is the port base
  624. address (in hex) and -B is the baud rate of the port. If you are using the
  625. DSZPORT environment variable to define the port IRQ and address to DSZ, ULPTEST
  626. will use this information as well.
  627.  
  628. In addition, regardless of the method used to inform ULPTEST of the port
  629. information, ULPTEST defaults to using hardware handshaking. If you want to use
  630. software (XON/XOFF) handshaking or both, use the -H command switch with either
  631. HARDWARE, SOFTWARE or BOTH as the argument:
  632.  
  633.     C:\ULP\ULPTEST -CC:\ULP\ULP.CFG -F%1 -M%2 -D%3 -Hboth
  634.  
  635. ULPTEST is also capable of using a FOSSIL driver, and automatically detects if
  636. you are running PCBoard /M and uses the appropriate FOSSIL port. However, if
  637. you wish to force ULPTEST to use a FOSSIL driver (for example, to access high
  638. IRQs), use the -X command switch with the FOSSIL port number as the argument:
  639.  
  640.     C:\ULP\ULPTEST -CC:\ULP\ULP.CFG -F%1 -M%2 -D%3 -X1
  641.  
  642. During the course of testing, ULPTEST will output the current testing status to
  643. the user online. Note that this information is not displayed locally; it is
  644. being transmitted to the online user only. The program header can be disabled
  645. in registered versions of ULP, making ULPTEST seamless to look like a part of
  646. PCBoard itself. A sample follows:
  647.  
  648.     Verifying FILENAME.ZIP...
  649.     ┌────────────────────────────────┐
  650.     │      UpLoadProcessor 1.00      │  Registered to: Bloom Beacon-Picayune
  651.     │ Copyright 1992-93  Stacy Smith │  Serial number: 1000
  652.     └────────────────────────────────┘
  653.        Identifying file archive format...ZIP
  654.        Screening archive for corruption...OK
  655.        Unpacking archive...OK
  656.        Testing files for viruses, etc...OK
  657.        Checking for duplicate files...OK
  658.        Checking average age of files...OK
  659.        Archive passed.
  660.  
  661. ULPTEST will return a DOS errorlevel of 0 if the archive is OK, and an
  662. errorlevel of 1-13 if there was an error (depending on the error). This allows
  663. the PCBTEST.BAT batch file to branch based upon the results of the ULPTEST. The
  664. appendix to this document lists all of the DOS errorlevels set by various ULP
  665. programs.
  666.  
  667. ULPTEST also creates the requires PCBPASS.TXT and PCBFAIL.TXT for PCBoard to
  668. determine if the archive passed or not.
  669.  
  670.  
  671. ┌────────────────────┐
  672. │  9. Configuration  │
  673. └────────────────────┘
  674.  
  675. ULPSM makes the configuration process very easy for the ULP system. The sample
  676. configuration files provided in the distribution archive contain much of the
  677. information required, but needs to be customized to some degree to fit your
  678. application.
  679.  
  680. To begin ULPSM, you must include a configuration filename on the command-line,
  681. denoted by the -C switch. For example, to edit the default configuration file,
  682. ULP.CFG, type:
  683.  
  684.     ULPSM -CULP.CFG
  685.  
  686. and the main menu screen will appear:
  687.  
  688. ┌───────────────────────────────┐┌─────────────── Registered To ──────────────┐
  689. │   ULP System Manager 1.00     ││                UNREGISTERED                │
  690. │ Copyright 1992-93 Stacy Smith ││              SYSOP - S/N 0000              │
  691. └───────────────────────────────┘└────────────────────────────────────────────┘
  692. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  693. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  694. ░░░░░░░░░░░░░░░░░░░░░░░┌────────────────────────────────┐░░░░░░░░░░░░░░░░░░░░░░
  695. ░░░░░░░░░░░░░░░░░░░░░░░│  A - Registration information  │░░░░░░░░░░░░░░░░░░░░░░
  696. ░░░░░░░░░░░░░░░░░░░░░░░│  B - General options           │░░░░░░░░░░░░░░░░░░░░░░
  697. ░░░░░░░░░░░░░░░░░░░░░░░│  C - Upload directories        │░░░░░░░░░░░░░░░░░░░░░░
  698. ░░░░░░░░░░░░░░░░░░░░░░░│  D - Archiving options         │░░░░░░░░░░░░░░░░░░░░░░
  699. ░░░░░░░░░░░░░░░░░░░░░░░│  E - Archivers                 │░░░░░░░░░░░░░░░░░░░░░░
  700. ░░░░░░░░░░░░░░░░░░░░░░░│  F - Virus/file testers        │░░░░░░░░░░░░░░░░░░░░░░
  701. ░░░░░░░░░░░░░░░░░░░░░░░│  G - Duplicate checking        │░░░░░░░░░░░░░░░░░░░░░░
  702. ░░░░░░░░░░░░░░░░░░░░░░░│  H - Age checking              │░░░░░░░░░░░░░░░░░░░░░░
  703. ░░░░░░░░░░░░░░░░░░░░░░░│  I - BBS ad processing         │░░░░░░░░░░░░░░░░░░░░░░
  704. ░░░░░░░░░░░░░░░░░░░░░░░│  J - GIF file testing          │░░░░░░░░░░░░░░░░░░░░░░
  705. ░░░░░░░░░░░░░░░░░░░░░░░│  K - Description processing    │░░░░░░░░░░░░░░░░░░░░░░
  706. ░░░░░░░░░░░░░░░░░░░░░░░│  L - Online testing            │░░░░░░░░░░░░░░░░░░░░░░
  707. ░░░░░░░░░░░░░░░░░░░░░░░│  M - Special-case files        │░░░░░░░░░░░░░░░░░░░░░░
  708. ░░░░░░░░░░░░░░░░░░░░░░░│  N - Init process data file    │░░░░░░░░░░░░░░░░░░░░░░
  709. ░░░░░░░░░░░░░░░░░░░░░░░└────────────────────────────────┘░░░░░░░░░░░░░░░░░░░░░░
  710. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  711. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  712. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  713.  
  714. Using the up and down arrow keys, you can select any of the options. A shortcut
  715. is to type the letter preceding the option you wish to edit. If you press your
  716. escape key (ESC), the following pop-up question box will appear:
  717.  
  718.     ┌─────────────────────────────────────────────────────────────────┐
  719.     │  Do you wish to save the ULP configuration file (Y/N or Esc)?   │
  720.     └─────────────────────────────────────────────────────────────────┘
  721.  
  722. To save any edits you made to the data to the disk configuration file, type
  723. "Y", otherwise type "N" or press the ESC again. Note that, with the exception
  724. of the upload directory configuration information, no data is saved until you
  725. do so when exiting ULPSM.
  726.  
  727. A - REGISTRATION INFORMATION
  728. ────────────────────────────
  729. When selected, the following pop-up box will appear. By using the up and down
  730. arrow keys, you can move the cursor to the desired field to be edited.
  731.  
  732.     ┌───────────────────────────────────────────────────────────────┐
  733.     │  Sysop name         SYSOP                                     │
  734.     │  BBS name           UNREGISTERED                              │
  735.     │  Registration code  0000000000                                │
  736.     └───────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  737.  
  738. Sysop name - Enter EXACTLY as provided to you on your registration letter. If
  739.     this is an unregistered version, leave the default of SYSOP. Note that this
  740.     field is case-sensitive!
  741. BBS name - Enter EXACTLY as provided to you on your registration letter. If
  742.     this is an unregistered version, leave the default of "UNREGISTERED". This
  743.     field is also case-sensitive!
  744. Registration code - Enter EXACTLY as provided to you on your registration
  745.     letter. If this is an unregistered version, leave the default of
  746.     "0000000000". This is also case-sensitive...you get the picture by now...
  747.  
  748. After editing the fields, press F10 to keep the edits, or press ESC to abort
  749. the changes. In either instance, you will be returned to the main menu after
  750. the data has been automatically checked for errors. Any errors detected in the
  751. data will generate a pop-up error window that describes the error.
  752.  
  753. B - GENERAL OPTIONS
  754. ───────────────────
  755. When selected, the following pop-up box will appear. By using the up and down
  756. arrow keys, you can move the cursor to the desired field to be edited.
  757.  
  758.     ┌─────────────────────────────────────────────────────────┐
  759.     │  Error disposition  (Rename/Delete)    R                │
  760.     │  Virus disposition  (Rename/Delete)    R                │
  761.     │  Work subdirectory      D:\WORK\                        │
  762.     │  Disk log file          C:\ULP\ULP.LOG                  │
  763.     │  Disk logging mode  (Terse/Verbose)    V                │
  764.     │  Disk read buffer size  (K)            4                │
  765.     │  Swap for external programs  (Yes/No)  N                │
  766.     │  Internal file deletion  (Yes/No)      Y                │
  767.     │  Update DOWNLOAD.TXT file  (Yes/No)    Y                │
  768.     │  DOWNLOAD.TXT file      C:\PCB\MAIN\DOWNLOAD.TXT        │
  769.     │  Privileged users list  C:\ULP\PRIVUSER.LST             │
  770.     │  File viewing utility   LIST @FILES@                    │
  771.     └─────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  772.  
  773. Error Disposition - This defines how ULP dispositions archives found to have an
  774.     error other than a file check failure. These kind of errors take the form
  775.     of ZIP CRCs, duplication, age, etc., and are not potentially system
  776.     damaging. Under some conditions, these archives can be restored. If you
  777.     want ULP to delete the failed archive and description, enter "D"; if you
  778.     want ULP to rename the archive to a error extension, enter "R".
  779. Virus Disposition - This defines how ULP dispositions archives that fail a file
  780.     check, such as a virus scan. These errors are potentially system-damaging.
  781.     If you want ULP to delete the failed archive and description, enter "D"; if
  782.     you want ULP to rename the archive to a .CHK extension, enter "R".
  783. Work subdirectory - If you want ULP, ULPTEST or ULPDB to use a specific
  784.     subdirectory for storage while processing, enter the full pathname
  785.     (including the trailing backslash; ULPSM will add it if necessary.). The
  786.     drive letter MUST be included. If this directory does not exist at runtime,
  787.     the ULP programs will attempt to create it. This can be set to a RAM disk
  788.     for greater speed. ULP will check the drive specified for at least 5 times
  789.     the archive size before attempting to decompress the archive. If you do not
  790.     desire to use a specific directory, leave it blank (the ULP programs will
  791.     extract on the drive from which it was executed).
  792. Disk log file - All of the ULP programs will write process and error
  793.     information to a log file, if desired. This is the path/filename of the log
  794.     file for ULP to record its activities. Leave it blank if you don't want any
  795.     disk logging.
  796. Disk logging mode - If you want ULP and ULPTEST to record statistics for each
  797.     archive processed to the log file (verbose mode), enter "V". If you only
  798.     want errors and disposition information (terse mode), logged to disk, enter
  799.     "T". Verbose mode will quickly produce a large log file, but gives much
  800.     more insight into what ULP is doing and why a particular upload failed.
  801. Disk read buffer size - The size of the disk I/O buffer you wish to allocate in
  802.     kilobytes (valid values are between 2K bytes and 16K bytes). Optimal
  803.     performance is obtained with a value that is a multiple of 2K bytes, since
  804.     this is the size of a typical hard disk cluster. 4K seems to be a good
  805.     number for me, although a larger size may improve performance a little. If
  806.     you find yourself running out of memory when executing archivers or file
  807.     checking programs, reduce this number to increase your available memory.
  808. Swap for external programs - If you wish the ULP programs to swap themselves
  809.     out of memory prior to executing external programs, set this parameter to
  810.     "Y". The ULP programs will attempt to swap to EMS, XMS and lastly, the hard
  811.     disk. If you do not want this feature, enter "N". This feature will be of
  812.     most benefit to users using ARJ to compress archives, networked systems and
  813.     small DESQview windows. Use this feature ONLY if you have a memory crunch,
  814.     as it frees only about 80K of memory.
  815. Internal file deletion - If the ULP programs are to delete the extracted files
  816.     themselves, versus using DOS, set this parameter to "Y". If not, enter "N".
  817.     In some cases, letting DOS do the work is faster, but foreign language
  818.     implementations of DOS may prevent this ability, since they do not all use
  819.     "Y" as the acceptance character.
  820. Update DOWNLOAD.TXT file - If ULP is to scan your DOWNLOAD.TXT file and update
  821.     the file extension of the upload to reflect the correct archiving method
  822.     used, enter "Y", otherwise enter "N". This feature will allow utilities
  823.     that scan DOWNLOAD.TXT for file information to reflect correct information.
  824.     If you are using a utility that creates an independent database from the
  825.     DOWNLOAD.TXT file, such as PCBFX version 2.x, be sure ULP.EXE is run in the
  826.     event BEFORE that utility so the independent database reflects the changes
  827.     that ULP makes to DOWNLOAD.TXT.
  828. DOWNLOAD.TXT file - The full path and filename for the DOWNLOAD.TXT file. This
  829.     field is necessary only if the "Update DOWNLOAD.TXT file" is set to "Y".
  830. Privileged user list - ULP can use an ASCII text file to disable duplication
  831.     and age failures if the user's name is listed in this file. If you wish to
  832.     use this function, enter the full path and filename for the list file,
  833.     otherwise, leave it blank. The format of the file is a single name
  834.     per line; case is not important.
  835. File viewing utility - The command line for an ASCII file viewing (or editing)
  836.     utility, such as Vernon Buerg's venerable LIST utility. This will be called
  837.     by ULPDB to facilitate viewing of an archive information file generated for
  838.     the purposes of archive review. Place the @FILES@ variable (all caps) where
  839.     the filename is to be entered on the utility's command line.
  840.  
  841. After editing the fields, press F10 to keep the edits, or press ESC to abort
  842. the changes. In either instance, you will be returned to the main menu after
  843. the data has been automatically checked for errors.
  844.  
  845. C - UPLOAD DIRECTORIES
  846. ──────────────────────
  847. When selected, the following pop-up box will appear. By using the up and down
  848. arrow keys, you can move the cursor to the desired field to be edited.
  849.  
  850.     ┌────────────────────────────────────────────────────────────────┐
  851.     │  Upload directory config file  C:\ULP\ULP.DIR                  │
  852.     │  Upload directory definitions page number  (1-5)  1            │
  853.     └───────────────────────────────────────────── [Enter] Continue ─┘
  854.  
  855. Upload directory config file - The filename of the upload directory
  856.     configuration file for ULP. This file is automatically created by ULPSM.EXE
  857.     from data entered in the following screen(s), and must be defined for ULP
  858.     to operate.
  859. Upload directory definitions page number - The editing of the upload
  860.     directories is broken into 5 pages, with 3 directories per screen. You can
  861.     configure a total of 15 directories to be processed by ULP (this was an
  862.     arbitrarily-chosen limit, and can be changed if desired). Enter the number
  863.     of the page you wish to edit.
  864.  
  865. After editing the fields, press ENTER to continue. The following pop-up box
  866. will appear, displaying the page requested:
  867.  
  868.     ┌─────────────────────────────────────────────────────────────────────────┐
  869.     │  Source directory path                  C:\PRIVATE1\                    │
  870.     │  Source directory list file             C:\PCB\GEN\PRIVDIR1             │
  871.     │  Number of header lines in source list  1                               │
  872.     │  Destination directory path             C:\PUBLIC1\                     │
  873.     │  Destination directory list file        C:\PCB\GEN\PUBLDIR1             │
  874.     │                                                                         │
  875.     │  Source directory path                  C:\PUBLIC2\                     │
  876.     │  Source directory list file             C:\PCB\GEN\PUBLDIR2             │
  877.     │  Number of header lines in source list  1                               │
  878.     │  Destination directory path                                             │
  879.     │  Destination directory list file                                        │
  880.     │                                                                         │
  881.     │  Source directory path                                                  │
  882.     │  Source directory list file                                             │
  883.     │  Number of header lines in source list  0                               │
  884.     │  Destination directory path                                             │
  885.     │  Destination directory list file                                        │
  886.     └─ Page 1 of 5 ───────────────────────────────── [F10] Save  [ESC] Abort ─┘
  887.  
  888. Source directory path - The directory where the uploads are placed by PCBoard.
  889.     This must include the trailing backslash, ULPSM will add it if necessary.
  890.     If you have "make all uploads private" in PCBSETUP set to "Y", this will be
  891.     your private upload subdirectory; if set to "N", this will be your public
  892.     upload subdirectory. This path must match EXACTLY the appropriate path in
  893.     PCBSETUP (e.g. don't have one named 'C:\DIR\' and the other just '\DIR\').
  894. Source directory list file - The upload directory list file that corresponds to
  895.     the subdirectory defined in "Source directory path" containing the archive
  896.     descriptions.
  897. Number of header lines in source list - The number of lines to ignore at the
  898.     beginning of the source directory list file (for headers, detachable header
  899.     filespecs, etc.)
  900. Destination directory path - The directory where the uploads are to be placed
  901.     by ULP after processing. This must include the trailing backslash, ULPSM
  902.     will add it if necessary. If you have "make all uploads private" in
  903.     PCBSETUP set to "Y", this will be your public upload subdirectory. If you
  904.     have "make all uploads private" set to "N", leave this field blank.
  905. Destination directory list file - The upload directory list file that
  906.     corresponds to the subdirectory defined in "Destination directory path"
  907.     containing the archive descriptions, or blank if "Destination directory
  908.     path" was left blank.
  909.  
  910. After editing the fields on this page, press F10 to save the edits to the
  911. upload directory configuration file on disk, or press ESC to abort the changes.
  912.  
  913. D - ARCHIVING OPTIONS
  914. ─────────────────────
  915. When selected, the following pop-up box will appear. By using the up and down
  916. arrow keys, you can move the cursor to the desired field to be edited.
  917.  
  918.     ┌─────────────────────────────────────────────────┐
  919.     │  Convert archives  (Yes/No)                  Y  │
  920.     │  Convert nested archives  (Yes/No)           N  │
  921.     │  Convert self-extracting archives  (Yes/No)  N  │
  922.     │  Convert -AV stamped ZIP archives  (Yes/No)  N  │
  923.     │  Convert secured ARJ archives  (Yes/No)      N  │
  924.     └─────────────────────── [F10] Keep  [ESC] Abort ─┘
  925.  
  926. Convert archives - If you want ULP to convert the archive to a default
  927.     archiving format of your choice, enter "Y"; if not, enter "N". This only
  928.     affects the 'root' level of the archive. This flag has no affect on the
  929.     conversion of internal, nested archives.
  930. Convert nested archives - If you want ULP to convert any internal archives
  931.     found inside the archive to your default archiving format, type "Y";
  932.     otherwise, type "N", and they will be rearchived using the original
  933.     archiving method (using the original extension, even if it isn't that
  934.     archiver's default extension). The benefit of converting nested archives is
  935.     that it may save some disk space; on the down side, it will potentially
  936.     break automatic installation programs/batch files that may be contained
  937.     within the archive that expect a certain format nested file.
  938. Convert self-extracting archives - If you want ULP to convert a self-extracting
  939.     (SFX) archive to your default archiving format, type "Y"; if not, type "N".
  940.     If NO is selected, the SFX archive will be processed, and then left alone
  941.     if it passes (NOT re-archived!). The reasoning for this is the LHA
  942.     autostart batch files and other similar features; they are usually used for
  943.     novice users and for automatic installation. By converting SFX archives,
  944.     this may save some disk space, but can cause inconveniences. For example,
  945.     if you don't have PKZnnn.EXE on your BBS, a novice user has no way of
  946.     obtaining the PKZIP utilities from your BBS. If there is a BBS ad in a SFX
  947.     archive, and this flag is set to "N", the ad will remain in the archive.
  948.     Can't be helped at the moment...
  949. Convert -AV stamped ZIP archives - If you want ULP to convert ZIP archives with
  950.     authenticity verification stamps (-AV), enter "N". If you set this flag to
  951.     "Y", then the original archive will be retained after processing. If there
  952.     is a BBS ad in a -AV stamped archive, and this flag is set to "N", the ad
  953.     will remain in the archive.
  954. Convert secured ARJ archives - If you want ULP to convert ARJ archives with
  955.     security envelopes (similar to a ZIP -AV), then set this to "Y". If you set
  956.     this flag to "N", then the original archive will be retained. If there is a
  957.     BBS ad in a secured archive, and this flag is set to "N", the ad will
  958.     remain in the archive.
  959.  
  960. After editing the fields, press F10 to keep the edits, or press ESC to abort
  961. the changes.
  962.  
  963. E - ARCHIVERS
  964. ─────────────
  965. When selected, the following pop-up box will appear:
  966.  
  967.     ┌──────────────────────────────────────────────┐
  968.     │  Archiver definitions page number  (1-3)  1  │
  969.     └─────────────────────────── [Enter] Continue ─┘
  970.  
  971. Archiver definitions page number - The editing of the archiver information is
  972.     broken into 3 pages, with 3 archivers per screen. You can configure a total
  973.     of 9 archivers to be utilized by ULP (this was an arbitrarily-chosen limit,
  974.     and can be changed if desired). Enter the number of the page you wish to
  975.     edit.
  976.  
  977. After editing the field, press ENTER to continue. The following pop-up box will
  978. appear, displaying the page requested:
  979.  
  980.     ┌─────────────────────────────────────────────────────────────────────────┐
  981.     │ Extension  ARC    Primary format (Yes/No)  N   Successful errorlevel  0 │
  982.     │ Pack     c:\util\pkpak -a @ARCHIVE@ @FILES@                             │
  983.     │ Unpack   c:\util\pkunpak -r @ARCHIVE@                                   │
  984.     │ Test     c:\util\pkunpak -t @ARCHIVE@                                   │
  985.     │ Comment                                                                 │
  986.     │                                                                         │
  987.     │ Extension  ARJ    Primary format (Yes/No)  N   Successful errorlevel  0 │
  988.     │ Pack     c:\util\arj a -e -jm -m1 @ARCHIVE@ @FILES@                     │
  989.     │ Unpack   c:\util\arj e -y @ARCHIVE@                                     │
  990.     │ Test     c:\util\arj t @ARCHIVE@                                        │
  991.     │ Comment  c:\util\arj c -zc:\ulp\comment.txt @ARCHIVE@                   │
  992.     │                                                                         │
  993.     │ Extension  HYP    Primary format (Yes/No)  N   Successful errorlevel  0 │
  994.     │ Pack     c:\util\hyper -a @ARCHIVE@ @FILES@                             │
  995.     │ Unpack   c:\util\hyper -x @ARCHIVE@                                     │
  996.     │ Test     c:\util\hyper -v @ARCHIVE@                                     │
  997.     │ Comment                                                                 │
  998.     └─ Page 1 of 3 ───────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  999.  
  1000. Extension - The default extension for this particular archiving format. ULP is
  1001.     capable of automatically detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and
  1002.     ZOO archives, and will process them regardless of extension. If you add
  1003.     another archiver that is not automatically detected by ULP, it will be
  1004.     detected by the configured extension only.
  1005. Primary format - If this is the default archiving format you use on your BBS,
  1006.     type "Y"; if not, type "N". There can be only one default archiver, and
  1007.     in the event more than one flag is set, ULPSM will take the first one in
  1008.     the list with the flag set as the default.
  1009. Successful errorlevel - The errorlevel that the archiver returns upon a
  1010.     successful execution. This information should be available in the program's
  1011.     documentation. This is how ULP determines if an archiver is functioning
  1012.     properly, so any archiver configured must return errorlevels that are
  1013.     different for success than errors.
  1014. Pack - The command line to pack archives, including all command-line switches
  1015.     desired. Place the variable @ARCHIVE@ (all caps) where the filename is to
  1016.     be inserted in the command line and @FILES@ (also all caps) where the
  1017.     filespec is to be inserted. This cannot be a batch file, nor is DOS
  1018.     re-direction allowed. If you do not explicitly define the path to your
  1019.     archiver(s), it must in a directory included in the DOS 'PATH' environment
  1020.     variable.
  1021. Unpack - The command line to unpack archives, including all command-line
  1022.     switches desired. Place the variable @ARCHIVE@ where the filename is to be
  1023.     inserted in the command line. This cannot be a batch file, nor is DOS
  1024.     re-direction allowed.
  1025. Test - The command line for the archiver to test archive integrity, including
  1026.     all command-line switches desired. Place the variable @ARCHIVE@ where the
  1027.     filename is to be inserted in the command line. This cannot be a batch
  1028.     file, nor is DOS re-direction allowed.
  1029. Comment - The command line to comment archives. Place the variable @ARCHIVE@
  1030.     where the filename is to be inserted in the command line. If the archiver
  1031.     does not support comments, or if you do not wish to add comments, leave the
  1032.     field blank. This cannot be a batch file, but DOS redirection is permitted
  1033.     to pipe a file into the archiver (PKZIP, for example).
  1034.  
  1035. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1036. the changes.
  1037.  
  1038. F - VIRUS/FILE TESTERS
  1039. ──────────────────────
  1040. When selected, the following pop-up box will appear. By using the up and down
  1041. arrow keys, you can move the cursor to the desired field to be edited.
  1042.  
  1043.     ┌─────────────────────────────────────────────────────────────────────────┐
  1044.     │  Command 1  h:\util\scan /a /nomem /nopause @FILES@                     │
  1045.     │  Successful errorlevel  0                                               │
  1046.     │                                                                         │
  1047.     │  Command 2                                                              │
  1048.     │  Successful errorlevel  0                                               │
  1049.     │                                                                         │
  1050.     │  Command 3                                                              │
  1051.     │  Successful errorlevel  0                                               │
  1052.     └─────────────────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1053.  
  1054. Command n - The command line to execute for the file checker, including all
  1055.     command-line switches. Place the variable @FILES@ where the filespec is to
  1056.     be placed on the command line. This cannot be a batch file, nor is DOS
  1057.     re-direction allowed. Any kind of file checker may be used, such as a virus
  1058.     checker or a BBS ads checker, if desired; they will be executed in the
  1059.     order defined in this screen. If you do not explicitly define the path to
  1060.     your file checking program(s), it must in a directory included in the DOS
  1061.     PATH environment variable. Note that if you are running a network, the use
  1062.     of network-specific scanners may be necessary (e.g. McAfee's SCAN and
  1063.     NETSCAN).
  1064. Successful errorlevel - The errorlevel that the file checker returns upon a
  1065.     successful execution. This information should be available in the program's
  1066.     documentation. This is how ULP determines if the file checker detected a
  1067.     defect, so any file checker configured must return errorlevels that are
  1068.     different for success than errors.
  1069.  
  1070. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1071. the changes.
  1072.  
  1073. G - DUPLICATE CHECKING
  1074. ──────────────────────
  1075. When selected, the following pop-up box will appear. By using the up and down
  1076. arrow keys, you can move the cursor to the desired field to be edited.
  1077.  
  1078.     ┌────────────────────────────────────────────────────────────────────────┐
  1079.     │  Duplication checking  (None/Internal/Zdcs)  I                         │
  1080.     │  Total duplication limit  (%)                55                        │
  1081.     │  Executable dupe limit  (%)                  80                        │
  1082.     │  Duplication database        C:\ULP\DATABASE.DB                        │
  1083.     │  Duplication database index  C:\ULP\DATABASE.IDX                       │
  1084.     │  ZDCS subdirectory                                                     │
  1085.     └────────────────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1086.  
  1087. Duplication checking - If you want ULP to use its internal CRC-32 duplication
  1088.     checking, type "I". If you want to use the ZDCS external duplication system
  1089.     by Mike Cocke (with the required ZCDSULP interface program), enter "Z". If
  1090.     you desire no duplication checking at all, type "N".
  1091. Total duplication limit - The minimum percentage of duplication allowed for a
  1092.     file to pass. Anything SMALLER will pass regardless of the executable
  1093.     duplication limit. I would suggest this number be set to around 55, as some
  1094.     program authors don't modify every file, especially with maintenance
  1095.     releases. This limit is implemented for both ULP's internal and ZDCS
  1096.     duplication systems.
  1097. Executable dupe limit - The maximum percentage of duplication allowed for
  1098.     executable files and overlays to pass. This number should be higher than
  1099.     the total duplication limit; I would recommend about 80. This will catch
  1100.     archives that are duplicates, but someone has changed enough files to
  1101.     normally pass it when uploaded (such as configs, high score files, etc.).
  1102.     This will also pass files where the author has changed nothing but the
  1103.     executables; they would have failed before. Executables are determined
  1104.     solely by extension; any file with one of the following extensions will be
  1105.     counted as an executable: EXE, COM, SYS, OVL, OVR, DLL. This limit is also
  1106.     implemented for both ULP's internal and ZDCS duplication systems.
  1107. Duplication database - The path and name for the duplication database file.
  1108.     It's a good idea to keep the database and index file together, just to make
  1109.     things easier. This file is used for ULP's internal duplication system
  1110.     only.
  1111. Duplication database index - The path and name for the duplication database
  1112.     file index. This file is also used for ULP's internal duplication system
  1113.     only.
  1114. ZDCS subdirectory - The complete path for your ZDCS files (used only for the
  1115.     ZDCS duplication system). You must include the trailing backslash and drive
  1116.     letter; ULPSM will add it if necessary.
  1117.  
  1118. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1119. the changes.
  1120.  
  1121. H - AGE CHECKING
  1122. ────────────────
  1123. When selected, the following pop-up box will appear. By using the up and down
  1124. arrow keys, you can move the cursor to the desired field to be edited.
  1125.  
  1126.     ┌─────────────────────────────────────┐
  1127.     │  Age checking  (Yes/No)         Y   │
  1128.     │  Minimum average age  (months)  48  │
  1129.     └─────────── [F10] Keep  [ESC] Abort ─┘
  1130.  
  1131. Age checking - If you want ULP to fail an archive based on the average age of
  1132.     the files contained within, enter "Y"; otherwise, enter "N".
  1133. Minimum average age - The maximum average age in months, that you will accept
  1134.     for an upload.
  1135.  
  1136. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1137. the changes.
  1138.  
  1139. I - BBS AD PROCESSING
  1140. ─────────────────────
  1141. When selected, the following pop-up box will appear. By using the up and down
  1142. arrow keys, you can move the cursor to the desired field to be edited.
  1143.  
  1144.     ┌─────────────────────────────────────────────────────────────┐
  1145.     │  Remove BBS ads  (Yes/No)   Y                               │
  1146.     │  BBS ad detection database  C:\ULP\ULPADS.DB                │
  1147.     │  BBS ad file to insert                                      │
  1148.     └─────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1149.  
  1150. Remove BBS ads - If you want ULP to remove known BBS ads from new uploads
  1151.     during processing, type "Y"; if not, type "N". Only ULP.EXE and ULPTEST
  1152.     SLOW mode removes BBS ads; ULPTEST FAST and NORMAL modes do not, but the
  1153.     upload will have any BBS ads removed later in the event.
  1154. BBS ad detection database - The path and name for the BBS ads database. This
  1155.     database can be updated by the sysop by using the ULPADS utility (see
  1156.     section 11 of this document), freeing the sysop from being reliant on me to
  1157.     maintain the ads database. If you find a large number of new BBS ad files,
  1158.     please upload them to my board for inclusion into my master ads database.
  1159. BBS ad file to insert - The path and filename for your BBS ad to be added to
  1160.     each and every archive processed by ULP. If you do not wish to insert a BBS
  1161.     ad, leave the field blank. Note that you must provide a drive and path, or
  1162.     it will not be copied. I STRONGLY recommend against them; BBS ads are
  1163.     aggravating to other sysops, so please be considerate and use the ARJ or
  1164.     ZIP comment instead. BBS ad files are the scourge of the BBS world.
  1165.  
  1166. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1167. the changes.
  1168.  
  1169. J - GIF FILE CHECKING
  1170. ─────────────────────
  1171. When selected, the following pop-up box will appear. By using the up and down
  1172. arrow keys, you can move the cursor to the desired field to be edited.
  1173.  
  1174.     ┌─────────────────────────────────────────────────────────────────────────┐
  1175.     │  Minimum image width  (columns)  320                                    │
  1176.     │  Minimum image height  (rows)    200                                    │
  1177.     │  Minimum number of colors        16                                     │
  1178.     │  Keep GIFLITE'd files  (Yes/No)  N                                      │
  1179.     │  Command  giftest /b:0 /l:c:\ulp\giftest.log @FILES@                    │
  1180.     │  Successful errorlevel  0                                               │
  1181.     └─────────────────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1182.  
  1183. Minimum image width - If ULP is to reject GIF files based upon image width,
  1184.     enter the minimum acceptable width in pixels. If no width limit is desired,
  1185.     set it to zero.
  1186. Minimum image height - If ULP is to reject GIF files based upon image height,
  1187.     enter the minimum acceptable height in pixels. If no height limit is
  1188.     desired, set it to zero.
  1189. Minimum number of colors - If ULP is to reject GIF files based upon the number
  1190.     of colors in the image, enter the minimum acceptable number of colors. If
  1191.     no color limit is desired, set it to zero.
  1192. Keep GIFLITE'd files - If ULP is to keep uploaded GIF files if they have been
  1193.     compressed with GIFLITE, set this to "Y". If not, set it to "N". At this
  1194.     time, if you use GIFTEST, this parameter will have no effect; GIFLITE'd
  1195.     files will always be rejected. Accepting GIFLITE'd GIF files can compromise
  1196.     the duplication system due to its variable compression ratio! I strongly
  1197.     suggest you do not accept GIFLITE'd GIF files!
  1198. Command - The command line to execute for the GIF file checker, including all
  1199.     command-line switches. Place the variable @FILES@ where the filespec is to
  1200.     be placed on the command line. This cannot be a batch file, nor is DOS
  1201.     re-direction allowed.
  1202. Successful errorlevel - The errorlevel that the GIF file checker returns upon a
  1203.     successful execution. This information should be available in the program's
  1204.     documentation. This is how ULP determines if the GIF file checker detected
  1205.     a defect in the GIF file, so the GIF file checker configured must return
  1206.     errorlevels that are different for success than errors.
  1207.  
  1208. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1209. the changes.
  1210.  
  1211. K - DESCRIPTION PROCESSING
  1212. ──────────────────────────
  1213. When selected, the following pop-up box will appear. By using the up and down
  1214. arrow keys, you can move the cursor to the desired field to be edited.
  1215.  
  1216.     ┌─────────────────────────────────────────────────────────────────────────┐
  1217.     │  Strip lost descriptions  (Yes/No)             N                        │
  1218.     │  Smart word wrap descriptions  (Yes/No)        Y                        │
  1219.     │  Strip high ASCII from descriptions  (Yes/No)  N                        │
  1220.     │  Insert internal description files  (Yes/No)   Y                        │
  1221.     │  Maximum number of description lines           10                       │
  1222.     │  Number of columns to indent secondary lines   32                       │
  1223.     │  Insert error description line  (Yes/No)       Y                        │
  1224.     │  Insert information line  (Yes/No)             Y                        │
  1225.     │  Archive information line format                                        │
  1226.     │  (Files: @#@ Newest: @NEWEST@ Oldest: @OLDEST@)                         │
  1227.     │  GIF information line format                                            │
  1228.     │  (Resolution: @WIDTH@x@HEIGHT@x@COLORS@  Comp: @COMPRESS@)              │
  1229.     └─────────────────────────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1230.  
  1231. Strip lost descriptions - If you want ULP to remove "lost" descriptions from
  1232.     the source listing that do not have a corresponding file in the source
  1233.     subdirectory, enter "Y", otherwise, type "N". This is an excellent tool for
  1234.     cleaning up stray descriptions after files have been deleted for some
  1235.     reason.
  1236. Smart word wrap descriptions - If you want ULP to word-wrap descriptions, enter
  1237.     "Y", otherwise, type "N". Due to it's smart word-wrapping, ULP checks for
  1238.     box-draw characters before word-wrapping.
  1239. Strip high ASCII from descriptions - If you want ULP to strip high ASCII and
  1240.     control characters from archive descriptions prior to insertion, enter "Y",
  1241.     otherwise, enter "N". When turned on, ULP will strip all illegal characters
  1242.     (per the FILE_ID.DIZ specification) from descriptions prior to insertion,
  1243.     leaving the text description intact.
  1244. Insert internal description files - ULP can extract and insert FILE_ID.DIZ and
  1245.     DESC.SDI internal description files into the directory list files. If you
  1246.     want ULP to insert internal description files, type "Y"; if not, type "N".
  1247.     Note that ULP gives priority to FILE_ID.DIZ in the event the same archive
  1248.     contains both a FILE_ID.DIZ and a DESC.SDI file.
  1249. Maximum number of description lines - When ULP is to insert internal
  1250.     description files, this is the maximum number of lines that ULP will insert
  1251.     from the description file. Although up to 15 lines can be inserted, Clark
  1252.     Development Company (the developer of PCBoard and FILE_ID.DIZ) has defined
  1253.     that a FILE_ID.DIZ file should have no more than 10 lines.
  1254. Number of columns to indent secondary lines - The column where the '|' marker
  1255.     goes in your directory listing setup for secondary description lines and
  1256.     information lines added by ULP. The standard PCBoard setup indents to
  1257.     column 32.
  1258. Insert error description line - If you want ULPTEST to add a canned line to the
  1259.     description of failed archives describing the failure, enter "Y",
  1260.     otherwise, type "N". Note that ULP.EXE will not add this line, nor will it
  1261.     strip this error line if the file is processed in override mode.
  1262. Insert information line - ULP can add a line of information to file
  1263.     descriptions for the benefit of your users. The format is completely
  1264.     defined by you. If you want ULP to add the information line, type "Y"; if
  1265.     not, type "N". Note that the statistics generated by ULP do not include any
  1266.     FILE_ID.DIZ, DESC.SDI or BBS ad files found in the archive.
  1267. Archive information line format - The format that you would like for the
  1268.     archive information line (do not include the '|' character or the following
  1269.     space; ULP will add those). This format is completely configurable by the
  1270.     user; any ASCII character can be used. To include specific information
  1271.     compiled by ULP, just add the variables. The legal variables must be in all
  1272.     caps, and are as follows:
  1273.         @#@       Number of files in the archive (and nested archives)
  1274.         @NEWEST@  Date of the newest file in the archive
  1275.         @OLDEST@  Date of the oldest file in the archive
  1276.         @BYTES@   The total number of bytes (uncompressed) in the archive
  1277.         @DATE@    Today's date
  1278.         @CR@      Inserts a line break for multiline capability
  1279. GIF information line format - The format that you would like for the GIF
  1280.     information line (again, do not include the '|' character or the space).
  1281.     The legal variables are:
  1282.         @WIDTH@     Horizontal resolution (number of columns)
  1283.         @HEIGHT@    Vertical resolution (number of rows)
  1284.         @COLORS@    Number of colors in GIF
  1285.         @COMPRESS@  Inserts "GIFLITE" or "None", depending upon compression
  1286.         @DATE@      Today's date
  1287.         @CR@        Inserts a line break for multiline capability
  1288.  
  1289. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1290. the changes.
  1291.  
  1292. L - ONLINE TESTING
  1293. ──────────────────
  1294. When selected, the following pop-up box will appear. By using the up and down
  1295. arrow keys, you can move the cursor to the desired field to be edited.
  1296.  
  1297.     ┌──────────────────────────────────────────────────────┐
  1298.     │  Default online test mode  (Fast/Normal/Slow)  S     │
  1299.     │  Maximum file size for slow mode  (K)          250   │
  1300.     │  Maximum file size for normal mode  (K)        500   │
  1301.     │  Generate online user status  (Yes/No)         N     │
  1302.     │  Suppress ULP header in serial I/O  (Yes/No)   N     │
  1303.     └──────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1304.  
  1305. Default online test mode - This defines the default mode that ULPTEST processes
  1306.     an archive. The default mode is the mode that ULPTEST *starts* in, and then
  1307.     is forced into the faster mode(s) by the limits defined.
  1308.     SLOW mode fully processes the archive, identical to the ULP event
  1309.         processing except that the archive formats are not converted. Note that
  1310.         archive conversion is not possible in SLOW mode due to limitations of
  1311.         PCBoard and the file will not be reprocessed by ULP.EXE in the event.
  1312.         Also note that you MUST make all uploads public for SLOW mode to work
  1313.         properly. This mode is intended to emulate the operation of other
  1314.         testers like EXZTest and Ziplab. Enter "S" to use this mode.
  1315.     NORMAL mode is a full *test*, except the archive is not repacked, saving a
  1316.         significant amount of the testing time for the online user. Enter "N"
  1317.         to use this mode of operation.
  1318.     FAST indicates a fast test in which the archive is scanned for archive
  1319.         integrity, duplicates, and age without unpacking the archive (ARJ and
  1320.         ZIP files only). If this mode is used, it should be held for later
  1321.         reprocessing by ULP.EXE so that it can be file-checked. Note that FAST
  1322.         mode can only 'see' one level deep in the archive. If you have a slow
  1323.         computer and/or hard disk, FAST mode would be preferable for your users
  1324.         when large archives are uploaded. Enter "F" to utilize this mode.
  1325. Maximum file size for slow mode - If SLOW mode is used, the archive's file size
  1326.     will first be compared against this limit (in kilobytes). If it is larger
  1327.     than this number of bytes (in kilobytes), it will be forced into NORMAL
  1328.     mode to speed the process and prevent wasting the user's online time.
  1329.     Entering 0 will disable this feature, resulting in SLOW mode being used at
  1330.     all times. If the default online test mode is set to NORMAL or FAST, this
  1331.     parameter has no effect.
  1332. Maximum file size for normal mode - If NORMAL mode is used (or has been forced
  1333.     due to an upload exceeding the slow mode size limit), the archive's file
  1334.     size will be compared against this limit (in kilobytes). If it is larger
  1335.     than this number of kilobytes, it will be forced into FAST mode to speed
  1336.     the process and prevent wasting the user's online time. Entering 0 will
  1337.     disable this feature, resulting in NORMAL mode being used at all times. If
  1338.     the default test mode is set to FAST, this parameter has no effect.
  1339. Generate online user status - If you want ULPTEST to output status information
  1340.     to the user on-line, set this flag to "Y"; if you do not want ULPTEST to
  1341.     output status information, enter "N". ULPTEST supports both direct
  1342.     interrupt-driven I/O (IRQs 2-7) and FOSSIL driver I/O.
  1343. Suppress ULP header in serial I/O - If you want ULPTEST to suppress the program
  1344.     header output to the user via the COM port (the program name, copyright
  1345.     notice, and registration information). This gives a seamless look for ULP
  1346.     into PCBoard. If this is desired, set this flag to "Y"; otherwise, set it
  1347.     to "N". This feature will work for registered users only!
  1348.  
  1349. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1350. the changes.
  1351.  
  1352. M - SPECIAL-CASE FILES
  1353. ──────────────────────
  1354. When selected, the following pop-up box will appear. By using the up and down
  1355. arrow keys, you can move the cursor to the desired field to be edited.
  1356.  
  1357.     ┌────────────────────────────────────────────────────┐
  1358.     │  Uncompressed extensions to process and compress   │
  1359.     │  DOC  TXT  COM                                     │
  1360.     │                                                    │
  1361.     │  Extensions to pass without processing             │
  1362.     │  CPT  SIT                                          │
  1363.     └────────────────────────── [F10] Keep  [ESC] Abort ─┘
  1364.  
  1365. Uncompressed extensions to process and compress - ULP can process selected
  1366.     uncompressed uploads, using this option. Up to 10 uncompressed file types
  1367.     can be specified by extension. Do not use any compression format extensions
  1368.     (ARJ, ZIP, etc.)! Any files that are uploaded with one of these extensions
  1369.     and could not be identified by signature will be file-checked,
  1370.     duplicate-checked, and compressed using your default archiving method (in
  1371.     the event). If you do not want to use this feature, simply blank all of the
  1372.     fields. It probably is not a good idea to have EXE as an extension to
  1373.     compress, since ULP is not able to detect ARC, HYP or ZOO self-extractors,
  1374.     and they would be packed again as an uncompressed archive.
  1375. Extensions to pass without processing - ULP can be forced to NOT process
  1376.     selected uploads, using this option. Up to 10 file types can be specified
  1377.     by extension. THESE FILES WILL BE AUTOMATICALLY PASSED WITHOUT ANY TESTING;
  1378.     be sure this is desired. This is intended for use with non-DOS uploads,
  1379.     such as the Unix Tar Z format, or Macintosh files. Since these files will
  1380.     NOT be tested for viruses, etc., note this fact to your users.
  1381.  
  1382. After editing the fields, press F10 to keep the edits, or press ESC to abort
  1383. the changes.
  1384.  
  1385. N - INIT PROCESS DATA FILE
  1386. ──────────────────────────
  1387. When selected, the following pop-up box will appear. By using the up and down
  1388. arrow keys, you can move the cursor to the desired field to be edited.
  1389.  
  1390.     ┌─────────────────────────────────────────────────────┐
  1391.     │  Process data file  C:\ULP\PROCESS.DAT              │
  1392.     │  Initialize process data file  N                    │
  1393.     └───────────────────────────── [F10] Go  [ESC] Abort ─┘
  1394.  
  1395. Process data file - The path and filename of the ULP process data file. This
  1396.     file contains information on previous ULP archive processing and is
  1397.     maintained automatically by ULP. This file must exist, or ULP will not
  1398.     operate.
  1399. Initialize process data file - If you want ULPSM to initialize the process data
  1400.     file when the F10 key (Go) is pressed, enter "Y", otherwise leave it as
  1401.     "N". Note that the process data file can also be initialized using ULP.EXE
  1402.     with the -I command line switch.
  1403.  
  1404. After editing the fields, press F10 to initialize the process data file and
  1405. keep the edits, or press ESC to abort the changes.
  1406.  
  1407.  
  1408. ┌────────────────────────┐
  1409. │  10. Manual Operation  │
  1410. └────────────────────────┘
  1411.  
  1412. While the ULP system is mostly automatic, there are occasions where some
  1413. operations may have to be done manually:
  1414.  
  1415. ULP:
  1416. ────
  1417. During the course of operation, ULP will rename archives that have been found
  1418. to be defective in some manner according to the following convention:
  1419.  
  1420.     .UNK    Unknown archive format
  1421.     .DOS    DOS reserved keyword found in archive
  1422.     .ERR    Error occurred while unpacking archive (archive integrity failure)
  1423.     .CHK    Error found while file checking archive file (virus, etc.)
  1424.     .DUP    Excessive duplicate files contained in archive
  1425.     .PCK    Error occurred while repacking archive file
  1426.     .AGE    Age limit exceeded by archive file
  1427.     .ENC    Encrypted file found in archive
  1428.     .BOM    Bomb file detected in archive
  1429.     .BAD    Error found while testing GIF file
  1430.     .RES    Unacceptable GIF resolution
  1431.     .GLT    GIF compressed with GIFLITE
  1432.     .WRK    Unable to create work space for processing file
  1433.  
  1434. I would enter these extensions in your UPSEC file, as ULP will automatically
  1435. pass over any file with these extensions, presuming that they are defective
  1436. archives. Doing so will prevent a user from uploading a file with one of these
  1437. "reserved" extensions.
  1438.  
  1439. If you feel that these files are acceptable after reviewing them, you can force
  1440. them to be accepted by adding the command-line switch -O (for override) to the
  1441. ULP command line, e.g.:
  1442.  
  1443.     ULP -CULP.CFG -O
  1444.  
  1445. This will accept the archives regardless of duplication or age limits. It will
  1446. not override unpacking, packing, integrity and virus errors, however, for the
  1447. safety of your board and your users.
  1448.  
  1449. To initialize the ULP process database without using ULPSM, use the -I command
  1450. line switch:
  1451.  
  1452.     ULP -CULP.CFG -I
  1453.  
  1454. ULP will scan your source upload directories as configured and generate a
  1455. process data file. From then on, ULP will maintain this data file
  1456. automatically.
  1457.  
  1458. Three other command-line parameters are available in ULP. '-R' will retest all
  1459. archives found in the subdirectory passed to it. It will not use duplication
  1460. checking or age checking, nor will it repack the archive; it was installed to
  1461. allow the periodic retesting of archives for viruses, etc.:
  1462.  
  1463.     ULP -CULP.CFG -Rc:\temp\
  1464.  
  1465. Another, '-M' will retest and convert all archives found in the subdirectory
  1466. indicated; this can be used for mass archive conversion:
  1467.  
  1468.     ULP -CULP.CFG -Mc:\temp\
  1469.  
  1470. Note that the '-R' and '-M' switches cannot be used on a CD-ROM or other
  1471. write-protected media at this time.
  1472.  
  1473. ULPTEST:
  1474. ────────
  1475. If you wish to run ULPTEST without any drop files for comm port configuration
  1476. (e.g. PCBOARD.DAT, PCBOARD.SYS, etc.), add the '-L' command-line switch to
  1477. force comm I/O off and prevent the search for drop files. For example:
  1478.  
  1479.     ULPTEST -CULP.CFG -F%1 -M%2 -D%3 -N%PCBNODE% -L
  1480.  
  1481. Note that you must then pass the node number with the -N parameter, as ULPTEST
  1482. does not have access to the drop files where this information is available.
  1483.  
  1484. ULPDB:
  1485. ──────
  1486. If a file has been failed for some reason, you can view the contents of the
  1487. archive using the -V command switch with ULPDB. This will scan the archive, and
  1488. generate a report of the results, which are indicative of why it failed. For
  1489. example:
  1490.  
  1491.     ULPDB -CULP.CFG -Vc:\privul\archive.dup
  1492.  
  1493. This will produce a report of the archive ARCHIVE.DUP located in the specified
  1494. path. This can be useful in determining if an archive that failed duplication
  1495. should be removed or should be accepted anyway, and similar reasons.
  1496.  
  1497. In addition, duplication databases can be merged using the -M command-line
  1498. option. In order to merge a second database into your main database:
  1499.  
  1500.     ULPDB -CULP.CFG -Msecond.db
  1501.  
  1502. where 'second.db' is the full path and filename for the second duplication
  1503. database to be merged with the main CRC-32 database.  This will allow pre-built
  1504. databases to be constructed for CD-ROM disks for easy implementation.
  1505.  
  1506. Finally, database entries can be purged from the database using the file date
  1507. contained in the database record using the -P command switch:
  1508.  
  1509.     ULPDB -CULP.CFG -P60
  1510.  
  1511. where '60' is the maximum age (in months) for a file to remain in the database.
  1512. Removal is based upon the file date represented by the entry, NOT the date the
  1513. file entry was made into the database; these are not one and the same. In the
  1514. example above, all records for files older than 60 months (5 years) will be
  1515. removed from the database. As a protective measure, ULPDB will not perform a
  1516. purge if the value specified is less than 6 months.
  1517.  
  1518.  
  1519. ┌──────────────────────────┐
  1520. │  11. BBS Ads and ULPADS  │
  1521. └──────────────────────────┘
  1522.  
  1523. The ULP system includes a BBS ad removal feature based on CRC-32 calculation of
  1524. the file contents and other data. In this fashion, ULP can detect a known ad
  1525. file despite the file name and date.
  1526.  
  1527. In order for sysops to be able to 'keep up' with new ads produced by the weenie
  1528. sysops who insert the @!&*#%$ things, I have included a utility called ULPADS
  1529. that can scan a BBS ad file, and update the BBS ads with it's information.
  1530. Don't worry about duplication, as part of the process is to purge duplicate BBS
  1531. ad info. The command-line syntax for the ULPADS.EXE program is simply:
  1532.  
  1533.     ULPADS -Ddatabase.ad -Fbbs.ad
  1534.  
  1535. where 'database.ad' is the full path and filename for the BBS ads database, and
  1536. 'bbs.ad' is the path and filename for the BBS ad file to be added to the ads
  1537. database.
  1538.  
  1539. If you have a subdirectory full of BBS ads, the following batch file provided
  1540. by Ian Singer may be of help:
  1541.  
  1542.     rem DELADS.BAT
  1543.     rem this batch file written by Ian Singer 1 Jul 92 to take all
  1544.     rem the bbs ads in c:\ulp\ad and run them against the database
  1545.     rem in c:\ulp
  1546.     rem
  1547.     for %%f in (c:\ulp\ad\*.*) do ULPADS -Dc:\ulp\ulpads.db -F%%f
  1548.  
  1549. I would greatly appreciate your uploading of any new BBS ad files that you may
  1550. collect over time to my BBS so I can update the master listing that I include
  1551. with the ULP distribution archive. Please refer to the top of this document for
  1552. my BBS number.
  1553.  
  1554. The latest version of my BBS ads database is included in the distribution
  1555. archive. In order to add whatever new BBS ads information that may be
  1556. contained, you can merge the two BBS databases:
  1557.  
  1558.     ULPADS -Dmaster.db -Mother.db
  1559.  
  1560. where 'master.db' is the full path and filename for the master (your) BBS ads
  1561. database, and 'other.db' is the path and filename for the other BBS ads
  1562. datatbase to be merged with the master ads database.
  1563.  
  1564.  
  1565. ┌───────────────┐
  1566. │  12. Support  │
  1567. └───────────────┘
  1568.  
  1569. If you require support for ULP, I can be contacted by any of the following
  1570. means:
  1571.  
  1572.     ∙ Fidonet netmail (node:  1:151/106)
  1573.     ∙ Intelec PCBoard conference
  1574.     ∙ RoseNet routed private mail (system ID:  BB-P)
  1575.     ∙ The ULP support conference (#42) on Salt Air (PCBoard support BBS)
  1576.     ∙ The Support conference (#2) on my BBS (listed at the top of this
  1577.         document).
  1578.  
  1579.  
  1580. ┌─────────────────────────┐
  1581. │  13. The Future of ULP  │
  1582. └─────────────────────────┘
  1583.  
  1584. ULP will be supported as long as I'm in the BBSing business (which will be
  1585. quite a while...once it's in your blood, you can never shake it <grin>). The
  1586. ULP system will be rapidly expanding it's features so it will be your first
  1587. choice in BBS upload processors. Some current plans:
  1588.  
  1589.       ∙ Add the ability to preprocess files prior to file checking them;
  1590.         for example, decompress executables that have been PKLite'd.
  1591.       ∙ Support other BBS software directory listing formats.
  1592.  
  1593. If you have any other suggestions, or want other archivers supported, please
  1594. contact me via Email, U.S. snail-mail or on my BBS at the number at the top of
  1595. this document.
  1596.  
  1597. Thanks for giving ULP a try!
  1598.  
  1599.  
  1600. ┌────────────────────────────────┐
  1601. │  Appendix A:  DOS Errorlevels  │
  1602. └────────────────────────────────┘
  1603.  
  1604. The errorlevels returned to DOS by the ULP system programs are consistent
  1605. among all of the programs (primarily with the error conditions); the following
  1606. is a list of the errorlevels than can be returned by the ULP programs, along
  1607. with which programs return the codes:
  1608.  
  1609.     0       Successful execution (ULPTEST, ULPDB, ULPADS)
  1610.     0       Successful execution, archives were processed (ULP)
  1611.     1       Successful execution, nothing to do (ULP)
  1612.     1       Unknown archive format (ULPTEST)
  1613.     2       DOS reserved keyword found in archive (ULPTEST)
  1614.     3       Error unpacking archive (archive integrity) (ULPTEST)
  1615.     4       Error file checking archive files (virus, etc.) (ULPTEST)
  1616.     5       Error duplicate checking archive files (ULPTEST)
  1617.     7       Age limit exceeded by archive files (ULPTEST)
  1618.     8       Encrypted file found in archive files (ULPTEST)
  1619.     9       Bomb archive detected (ULPTEST)
  1620.     10      Bad GIF file (ULPTEST)
  1621.     11      Unacceptable GIF resolution (ULPTEST)
  1622.     12      GIF compressed with GIFLITE (ULPTEST)
  1623.     13      Unable to create work space (ULPTEST)
  1624.     99      Help screen (executing a program with no or an insufficient number
  1625.             of arguments) (All)
  1626.     100     Could not close all open files (ULP, ULPTEST, ULPDB)
  1627.     101     Unknown command line parameter (All)
  1628.     102     Config file not found (All)
  1629.     103     Invalid config file format (All)
  1630.     104     Excessive number of command line parameters defined for
  1631.             file checker (maximum number of parameters is 13) (ULP, ULPTEST)
  1632.     105     Excessive number of command line parameters defined for archiver
  1633.             (max is 13) (ULP, ULPTEST, ULPDB)
  1634.     106     Excessive number of words defined in archive information line (max
  1635.             is 13) (ULP, ULPTEST)
  1636.     107     No primary archiver defined (ULP)
  1637.     108     Invalid disk buffer size (All)
  1638.     109     Upload directory list file(s) not found (ULP, ULPTEST)
  1639.     110     Unable to allocate heap memory (All)
  1640.     111     Unable to open or lock disk logging file (ULP, ULPTEST, ULPDB)
  1641.     112     Invalid registration code or attempting to run 286 or 386 versions
  1642.             without registering (ULP, ULPTEST, ULPDB)
  1643.     113     Unable to open/lock CRC database file(s) (ULP, ULPTEST, ULPDB)
  1644.     114     Unable to open BBS ads database file (ULP, ULPADS)
  1645.     115     Invalid filename provided by user on command-line (ULP, ULPTEST)
  1646.     116     Invalid path provided by user on command-line (ULP, ULPDB)
  1647.     117     Invalid or no node number (valid values are 1 to 256) (ULPTEST)
  1648.     118     CRC database usage not enabled (configuration file parameter
  1649.             DUPE_CHK is set to 'no') (ULPDB)
  1650.     120     Invalid or old database format (All)
  1651.     121     Unable to process com port/invalid port parameter (ULPTEST)
  1652.     122     Unable to access PCBOARD.DAT/PCBOARD.SYS (ULPTEST)
  1653.     123     CRC database failed validation test (ULPDB)
  1654.     124     ZDCS/ULP interface program failure (ULPTEST)
  1655.     125     Unable to open privileged user list file (ULPTEST)
  1656.     200     Undefined error (internal to ULP system program(s))
  1657.