home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / DATAV47.ZIP / DVCONFIG.HLP < prev    next >
Text File  |  1994-03-16  |  10KB  |  214 lines

  1. This help file is a text file, but certain formatting codes are in this
  2. file so that it can be handled in a context sensitive way in DVCONFIG.
  3.  
  4. MAIN MENU
  5. ▀▀▀▀▀▀▀▀▀
  6. From the main menu, you have the following options:
  7.  
  8. 1. General Configuration
  9. 2. Edit archiver command lines
  10. 3. Download security setup
  11. 4. Sysop security setup
  12. 5. Quit and save (or ESC)
  13.  
  14. You will want to go through each of these options while configuring
  15. DataView. There is detailed context sensitive help available in each
  16. part, so please press F1 and make use of this help while configuring! :)
  17.  
  18.  
  19.  
  20.  
  21.  
  22. $
  23. GENERAL CONFIGURATION
  24. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  25. 1. WORK DIRECTORY: In this field, you would put a working directory for
  26.    DataView to use to extract files and such. It is best to leave this
  27.    field blank because DataView will create its own work directory. The
  28.    only good reason to specify a drive or work directory for this field
  29.    would be if you had a RAMdrive. Naturally, extracting files and creating
  30.    temporary files on a RAMdrive is a little bit faster then on the hard
  31.    drive. If you are unsure, it is best just to leave this field blank.
  32.  
  33.    Just FYI, DataView will create its own work directories off of WildCat's
  34.    node work directories. For example, the work directory for node 1 would
  35.    be: "C:\WC30\WCWORK\NODE1\DV$WORK.1\". DataView removes its work
  36.    directory when its done with it however.
  37.  
  38. 2. HOME DIRECTORY: Specify your WildCat home directory in this field.
  39.    DataView needs to know where your WildCat home directory is so that it
  40.    can access the SECLEVEL.DAT file to get information on the various
  41.    security levels. An example of a home directory would be: "C:\WC30\".
  42.  
  43. 3. VIRUS SCAN COMMAND LINE: This is the command line that DataView should
  44.    use when scanning files for viruses. Currently, DataView supports John
  45.    McAfee's fine SCAN.EXE program. Please make sure that the following are
  46.    part of your virus scan comand line:
  47.  
  48.    "/NOMEM"    - Signals SCAN that it should not do a memory scan which is
  49.                  not necessary for the scanning that DataView does.
  50.  
  51.    "/NOEXPIRE" - Signals SCAN that it should not give you "Are you sure you
  52.                  want to continue" prompt after your version of SCAN has
  53.                  expired.
  54.  
  55.    "/NOPAUSE"  - Tells SCAN that we don't want any pause prompts,
  56.                  especially for for online interactive BBS use! :)
  57.  
  58.    "#PATH#"    - DataView translates this parameter out to the full
  59.                  pathname of where it extracted the files to for scanning.
  60.                  Note that this paramter must be in UPPERCASE.
  61.  
  62.    Please also make sure that you put a directory in front of your command
  63.    line specifying where SCAN.EXE is located. For example, I keep my copy
  64.    of SCAN.EXE in a directory called "C:\SCAN\". The virus scan command
  65.    line on my BBS looks like this:
  66.  
  67.    C:\SCAN\SCAN.EXE /NOEXPIRE /NOMEM /NOPAUSE #PATH#
  68.  
  69.    Your scan command line should look exactly like the one above except
  70.    that the directory in front of SCAN.EXE may be different.
  71.  
  72.    NOTE: If you don't want to allow virus scanning on your BBS, then simply
  73.    leave the virus scan command line blank, and DataView will disable the
  74.    feature entirely.
  75.  
  76. 4. MAX READ LINES: This field is a numeric field which specifies the
  77.    maximum lines that a user may read in a text file. This is useful if you
  78.    want to prevent users from reading text files when they should just
  79.    go download the thing. As an example, I have source code for various
  80.    programs on my board, and at times (before I added this feature) users
  81.    would go into DataView, turn their capture on, and read all of the
  82.    text files in the archive. This way they got a free download in a
  83.    sense. :)
  84.  
  85.    Setting this field specifies the maximum lines that a user may read in
  86.    a text file which would prevent situations like the one described above.
  87.    Normally, you probably would not want to limit the reading of text
  88.    files, but in the event that you do, the option is there.
  89.  
  90.    To disable this feature, simply leave the field blank, or specify the
  91.    value zero. Disabling it will let the user read as many lines in a text
  92.    file as they like.
  93.  
  94. 5. BBS ID NAME: This is an ID name that DataView will use when creating
  95.    archives. DataView's download feature allows creation of new archives
  96.    for download, and naturally when it creates a new archive its got to
  97.    have a name. :)
  98.  
  99.    DataView uses this BBS id as the filename for the archive. However,
  100.    DataView also adds a 3 character number to this filename so that if the
  101.    user does multiple downloads through DataView they will not have the
  102.    same filenames ...hence the reason for the BBS id being 5 characters
  103.    instead of 8.
  104.  
  105.    As an example, if your BBS id was: "DATAV" (thats the default), then
  106.    DataView would create archives that started with:
  107.  
  108.    "DATAV" + FILE NUMBER + "." + ARCHIVE EXTENSION
  109.  
  110.    Here's a couple examples:
  111.  
  112.    DATAV001.ZIP - First download through DataView
  113.    DATAV002.ZIP - Second download through DataView, and so on ...
  114. $
  115. EDIT ARCHIVER COMMAND LINES
  116. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  117. On this archiver edit screen, you've got a list of all of the archiver
  118. command lines that DataView uses for its various features. There are
  119. archiver command lines for the folling functions:
  120.  
  121. 1. Extracting files
  122. 2. Archiving files
  123. 3. Integrity scanning
  124. 4. Deleting files in archives
  125. 5. Adding files to archives
  126.  
  127. Normally, you would not want to modify these command lines because the
  128. default command lines are setup exactly to work with DataView. The only
  129. reason that you might have to change one of these command lines would be if
  130. (for instance) a new version of PKZIP came out which used different
  131. parameters.
  132.  
  133. Now, before you stop reading this, there is one important thing that you've
  134. got to do with these archiver command lines! :) It is very important that
  135. you specify a directory where these archivers are located in front of the
  136. command lines. This is not 100% necessary, but for security reasons, its a
  137. very good idea that you do so.
  138.  
  139. If DataView can find your archivers in the Path, it will do this for you
  140. automatically, otherwise you will have to specify them manually. Here is an
  141. example. Lets say that your ZIP extract command currently looks like this:
  142.  
  143. PKUNZIP -o #ARCHIVE# #FILENAME#
  144.  
  145. Now, lets say that you have your copy of PKUNZIP.EXE in a directory called:
  146. "C:\UTILS\". Knowing that, you would want to modify your archiver command
  147. line to look like this:
  148.  
  149. C:\UTILS\PKUNZIP -o #ARCHIVE# #FILENAME#
  150.  
  151. That command line is exactly like the previous one except that its got the
  152. "C:\UTILS\" directory in front of it. Thats the only necessary change. You
  153. must do this with ALL archiver command lines on the archiver entry screen.
  154.  
  155. You might also notice that some of the archive command lines for creating
  156. archives have a "@" or a "!" in front of them. Those are supposed to be
  157. there, do not delete them. Those characters mean that the following
  158. filename is a list file which is a text file containing file names. This is
  159. the way that DataView creates archives. So whenever you see one of those,
  160. it means that the "#FILENAME#" parameter is actually a text file that
  161. contains filenames of other files. Knowing this is not really important,
  162. but I thought I'd just mention it since people have asked me about the "@"
  163. and "!" before. :)
  164. $
  165. DOWNLOAD SECURITY SETUP
  166. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  167. This screen simply contains a picklist of security levels. You should go
  168. through and mark all security levels which have access to download files
  169. through DataView. If you want to disable the download feature in DataView,
  170. then just don't mark any security levels.
  171.  
  172. The download feature will allow users to download individual files from an
  173. archive seperately, or create their own archives consisting of files in the
  174. archive that they are viewing. This is very useful when you only want to
  175. get certain files from the archive, such as the documentation files or
  176. something like that.
  177.  
  178. However, even though this feature may be useful, a lot of shareware authors
  179. don't like to have their archives split into multiple pieces like that. You
  180. might also have users thinking that they can get free downloads through
  181. DataView or something. What security levels will have access to download
  182. through DataView will be up to you. Most people do one of the following:
  183.  
  184. 1. Give all users access to download through DataView.
  185. 2. Give only registered users access to download through DataView.
  186. 3. No one has access to download through DataView except the Sysop.
  187.  
  188. For my personal use, I let all users download through DataView except the
  189. REALLY low security levels. DataView *DOES* perform full ratio checking and
  190. daily download limit checking.
  191. $
  192. SYSOP SECURITY SETUP
  193. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  194. This screen is another picklist almost exactly like the one for the
  195. download security setup. In this picklist, you should go through and mark
  196. all security levels which you want to have SYSOP access in DataView. Having
  197. SYSOP access in DataView allows the user to delete files from the archive
  198. and add files to the archive from the local hard drive.
  199.  
  200. This feature is especially useful for Sysops who like to go through and
  201. delete the mess of BBS ads and such that build up in archives.
  202.  
  203. The Add feature is good for Sysops that would like to add their own BBS ads
  204. or any other files to the archive.
  205.  
  206. Now, be careful that you do not give general users SYSOP access in
  207. DataView, these are very powerful features which you would definitly not
  208. want your users to have access to.
  209.  
  210. On my BBS, the only people that have access to the Sysop features in
  211. DataView are myself and my file sysop (who manages the files on the BBS).
  212. $
  213. End of help file.
  214.