home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / SCUM_FPS.ZIP / FPOINTS.DOC < prev    next >
Text File  |  1994-02-26  |  2KB  |  43 lines

  1.                                  FPS for PCB
  2.                                      by
  3.                              -=\The Liquidater/=-
  4.                           **[SCUM:TRSi/FTH:MaiDeN]**
  5.  
  6. FPOINTS.EXE
  7.  
  8. DESRCIPTION:
  9.  
  10.   FPOINTS.EXE is another simply little exe that plays an important role in
  11.   the FPS, it's use is NOT optional! You must use this EXE for your users
  12.   to receive upload credits at the time of the upload.
  13.  
  14. INSTALLATION:
  15.   
  16.   This EXE MUST be installed in your upload processor batch file, normally
  17.   PCBTEST.BAT. I use ZIPLAB as my upload checker, so my PCBTEST.BAT file
  18.   is quite simple and perfect for showing you how to install FPOINTS.EXE
  19.   My PCBTEST.bat:
  20.                 @ECHO OFF
  21.                 IF %2 == UPLOAD FPOINTS C:\PCB\PPL\FPS %1
  22.                 C:\PCB\ZIPLAB\ZLAB.EXE %1 C:\PCB C:\PCB\ZIPLAB %2
  23.  
  24.    My line 2 is all we are interested in here:
  25.    FPOINTS.EXE expects two command line parameters, the first is the
  26.    complete drive:\path that you installed the file point system into,
  27.    NOTE: Do not place a trailing backslash on this path (see example above).
  28.    The second parameter is the complete drive:\path\filename.ext of the
  29.    file just uploaded, luckily PCBoard passes this in the form of the first
  30.    parameter, so just leave a space and put %1 
  31.  
  32.    To prevent the file point system from granting upload credits to a user
  33.    who is simply "testing" a file, you must put IF %2 == UPLOAD infront of
  34.    the FPOINTS command. Just trust me on this one, you need this in there!
  35.  
  36.    NOTE: FPOINTS.EXE must be located in the same directory as your PCBTEST!!
  37.  
  38.    Thats it for this one, actually you have just installed UPLOADS.PPE too!
  39.    As if the file passes successfully through your upload checker FPOINTS.EXE
  40.    will call UPLOADS.PPE for you. Unlike FPOINTS.EXE you do not copy UPLOADS.PPE
  41.    to each nodes PCBTEST directory, simply leave it in your FPS subdirectory.
  42.  
  43.