home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CATLST41.ZIP / CATLIST.ZIP / CL-PCB.DOC next >
Text File  |  1993-05-24  |  3KB  |  53 lines

  1.                    Installing CatList on PCBoard v15
  2.  
  3.      CatList is a full-featured BBS listing door with may options.  One
  4. of the most used features is the ability to maintain an updated BBS
  5. list.  Users are sent a notice of expiration when their listings have
  6. expired.  This is easy to set up in most BBS systems because they
  7. provide a display file that may be sent to a specific user.  PCB does
  8. not provide this option.  With the new functionality of PCBoard v15 and
  9. the PCBoard Programming Language (PPL), you may finally accomplish this
  10. in PCB.  At the present time, CatList creates the notice files using the
  11. User's record number.  This may present a problem when the USERS file is
  12. rebuilt or packed but at the present time it is the most feasible way to
  13. incorporate the notification procedure.  If you wish to install CatList
  14. and not utilize the notification, just path line 13 to an unused
  15. directory.
  16.  
  17.       Since CatList has a CFG file setting to limit the minimum access
  18. that may enter a listing, you may decide to allow only 1 sec level to
  19. access the door.
  20.  
  21.      Create a directory in your "\PCB" directory named "\PCB\CLIST" and
  22. copy the CLIST.PPE file into it.  Edit the CATLIST.CFG file and enter
  23. the correct path in Line#13 to this directory.  All the Notice files
  24. will be created in this directory.
  25.  
  26.       You will need to edit the Login Security File and add the proper
  27. line.  This file carries the name of the specific security level you
  28. wish to receive a notice of expiration.  Enter the following line in the
  29. ## file.
  30.  
  31.  !C:\PCB\CLIST\CLIST.PPE
  32.  
  33.      Make sure the "!" is in the first column.  For instance, let's say
  34. your Visiting Sysops have a security level of 100.  You would create a
  35. file name "100" and place it in your \PCB\GEN directory or wherever you
  36. place your display files.  If you already have a SEC file with this
  37. name, just add this line to it.  When "Joe Filesucker SysOp" calls, PCB
  38. will branch off and run the CLIST.PPE program.  If there is a file in
  39. the "\PCB\CLIST" directory for "Joe", it will be displayed to him and then
  40. deleted from that directory.
  41.  
  42.       REGISTERED SYSOPS:  CatList will create a separate color file that
  43.                           may be used as a GOODBYE/LOGOFF screen.  I
  44.                           utilize the LOGOFF SCRIPT QUESTION display
  45.                           file for this.  Just enter the name of the
  46.                           display file on this line and enter the
  47.                           correct path and name on line #15 of the CFG
  48.                           file.
  49.  
  50.      CatList creates all of the PCBoard color files using the PCB color
  51. codes.
  52.  
  53.