home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / ppppro31.zip / USELIST.CNF < prev    next >
Text File  |  1992-06-30  |  3KB  |  89 lines

  1. ;*****                  User Lister Configuration File                 *****
  2. ;*****  (C) Copyright 1991-92 by James R. Davis and Dave Navarro, Jr.  *****
  3.  
  4. ;BBS varaible tells Users List the name of your BBS
  5. BBS=The Bard's Lair
  6.  
  7. ;USERS variable tells Users List where to find the PCB/ProDoor USERS
  8. ;file.  The filemame must also be included with the path.
  9. USERS=F:\BBS\MAIN\USERS
  10.  
  11. ;BULLET variable tells Users List the name and location of the bulletin
  12. ;to create.
  13. BULLET=BLT9
  14.  
  15. ;COLOR variable tells Users List the type of colorized bulletin to create
  16. ;if COLOR is not specified, no color file is produced.  The choices are
  17. ;[PCB] uses PCBoard @Xnn color codes, [ANSI] uses standard ANSI color
  18. ;codes.  Note -->  Color must come before any color codes, or they will
  19. ;be ignored.
  20. COLOR=PCB
  21.  
  22. ;NAME varaible tells Users List which color to use for User Names in the
  23. ;color bulletin.
  24. ;  Valid colors are:
  25. ;        Fore/Background      Foreground Colors only
  26. ;        -------------------------------------------
  27. ;        BLACK                GRAY
  28. ;        BLUE                 BRIGHT BLUE
  29. ;        GREEN                BRIGHT GREEN
  30. ;        CYAN                 BRIGHT CYAN
  31. ;        RED                  BRIGHT RED
  32. ;        MAGENTA              BRIGHT MAGENTA
  33. ;        BROWN                YELLOW
  34. ;        WHITE                BRIGHT WHITE
  35. NAME=BRIGHT WHITE ON BLACK
  36.  
  37. ;CITY variable tells Users List which color to use for User Cities in
  38. ;the color bulletin.
  39. CITY=BRIGHT BLUE ON BLACK
  40.  
  41. ;STATUS variable tells Users List which color to use for User Status in
  42. ;the color bulletin.
  43. STATUS=BRIGHT GREEN ON BLACK
  44.  
  45. ;LASTON variable tells Users List which color to use for Last On in the
  46. ;color bulletin.
  47. LASTON=BRIGHT RED ON BLACK
  48.  
  49. ;LOLEVEL variable tells Users List the lowest User Level to include in
  50. ;the bulletin.
  51. LOLEVEL=10
  52.  
  53. ;SYSOP variable tells Users List whether or not to include the SysOp in
  54. ;the bulletin
  55. SYSOP=YES
  56.  
  57. ;SORT variable tells Users List how to sort the the users list for the
  58. ;bulletin.  If not present, the list is not sorted.  Valid options are
  59. ; 1 - Last Name, 2 - First Name, 3 - City, 4 - Status, 5 - Last Date
  60. ; User Called.
  61. SORT=1
  62.  
  63. ;LEVEL## variable tells Users List the text status for each User Level
  64. ;maximum number of charactors for each level is 20.
  65. LEVEL10=Jail Bait
  66. LEVEL20=Unvalidated
  67. LEVEL30=User
  68. LEVEL40=Comp Subscr 1
  69. LEVEL45=Visiting SysOp 1
  70. LEVEL50=Comp Subscr 2
  71. LEVEL55=Visiting SysOp 2
  72. LEVEL60=USA! Member
  73. LEVEL70=Member Level 1
  74. LEVEL80=Member Level 2
  75. LEVEL90=Member Level 3
  76. LEVEL100=Member Level 4
  77. LEVEL105=Privileged User
  78. LEVEL110=Co-SysOp
  79. LEVEL115=SysOp
  80.  
  81. ;MASK variable tells Users List the name of a user to mask from the list, or
  82. ;the user level to mask from the list...
  83. ; mask the user JOHN SMITH from the list
  84. MASK=JOHN SMITH
  85.  
  86. ; or to mask out all level 30 users from the list then set MASK to the
  87. ; security level you wish to mask out.
  88. MASK=30
  89.