Date: March, 1. 1995 LogicBBS v1.0 BETA <-----------------> LITE VERSION Copyright 1995 ParCon Software System/node/door/library/AIM-XIM support programmed by Michael Pendec Filechecker/Arexxdoor support programmed by Nicholas Clarke All Testing was done by friends. Ideas supplied by various people. Read "HowToOrder.doc", if you want to get the FINAL version. ----------------------------------------------------------------------------- Filechecker setup ----------------------------------------------------------------------------- All data files used with LogicBBS are ASCII-based, but we had an old Ami-Express programmer doing the filechecker part, and right away he worked on his program from the principle of ".info" files. Which is the only way to configure the filechecker at current stage. parameters are: --------------- %diz : FILE_ID.DIZ name %src : full path and filename to be inspected/tested. %dir : full path to output directory FCHECK commands are: -------------------- CHECKER : full path and name of filechecker program with parameters STACK : stacksize to use with this program (default 4096) PRIORITY : priority to give to this program SCRIPT : Script to execute after file has been checked/examined (script flag must be set!, for this to work.) ERROR.[n]: where [n] is a number Error checking line, write parts of errorstrings sent back by the CHECKER program here, and parameter PASSED / FAIL / NOT CHECKED will be returned. You can write as many as you like.. i.e. ERROR.1, ERROR.2 DESC commands are: ------------------ ADDDESC : *FINAL VERSION* EXTDESC : full path and name of file_id.diz extracter with parameters STACK : stacksize to use with this program (default 4096) PRIORITY : priority to give to this program DMS,LHA,ZIP etc. examples ------------------------- Iconname: Fcheck-{extension}.info These tool types should be written into the icon [fcheck-dms.info] >----------------------------------------------------------------- CHECKER=c:dms test %src STACK=4096 PRIORITY=0 SCRIPT=bbs:FCheck-dms.script %src ERROR.1=File Has Been Moved To The Hold ERROR.2=Error on Opening DMS file -----------------------------------------------------------------< Iconname: Desc-{extension}.info These tool types should be written into the icon [desc-dms.info] >---------------------------------------- EXTDESC=c:dms viewdiz %src save %dir%diz STACK=4096 PRIORITY=0 ----------------------------------------< ----------------------------------------------------------------------------- Selection of checking during transfer or after transfer. ----------------------------------------------------------------------------- LogicBBS can multitask the filechecking process and the file_id.diz extracter. If you prefer file validation to be made after a user is finished uploading, you can select this in the preferences, If you set the "FCHECKAFTERUL" command in the bbs preferences file.