home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / prgu101.zip / PRGUSER.CTL < prev    next >
Text File  |  1996-11-26  |  3KB  |  69 lines

  1. ;┌────────────────────────────────────────────────────────────────────────────┐
  2. ;│  PRGUSER           MAXimus 3.0 USER.BBS Purge Utility              v1.01   │
  3. ;└────────────────────────────────────────────────────────────────────────────┘
  4. ;
  5. ;NOTE:  PrgUser uses your MAX.PRM to obtain most all information needed
  6. ;       to maintain your BBS.  Over-Rides to your MAX.PRM file to cover
  7. ;       special applications are covered below.  The only Required
  8. ;       configuration is the Purge command so PrgUser knows the required
  9. ;       parameters to Purge Users.
  10. ;
  11. ;
  12. ;
  13. ;MAXdir <drive:path>   -> Optional - Full Drive and Path to your MAXimus
  14. ;                                    MAX.PRM file if you wish to over-ride
  15. ;                                    your MAXimus Environmental variable.
  16. MAXdir C:\MAX
  17. ;
  18. ;
  19. ;
  20. ;LogStyle FD           -> Default is MAXimus Style Logging.  If you wish to
  21. ;                         use FrontDoor Style, then UnComment LogStyle FD. 
  22. LogStyle FD
  23. ;
  24. ;
  25. ;
  26. ;LogFile <drive:path\filename>  -> Optional - Full Drive, Path and FileName
  27. ;                                  to your Log File.  By Default, PrgUser
  28. ;                                  uses your MAXimus log file as defined
  29. ;                                  in your MAX.CTL control file.
  30. ;LogFile C:\FD\FD.LOG
  31. ;
  32. ;
  33. ;
  34. ;Purge <access_level> <lapsedays> <times_on>
  35. ;
  36. ;       Access Level   DaysLapsed   Times On (Optional)
  37. ;       ────────────   ──────────   ───────────────────
  38. Purge   A0             D30                           ;Purge Twit    @  30 Days
  39. Purge   A10            D30                           ;Purge Demoted @  30 Days
  40. Purge   A30            D180         T10              ;Purge Normal  @ 180 Days
  41. ;                                                    ;and Less then 10 Times On
  42. Purge   A40            D180                          ;Purge Worthy  @ 180 Days
  43. Purge   A65535         D20                           ;Purge Hidden  @  20 Days
  44. ;
  45. ;
  46. ;
  47. ;
  48. ;SavePrgRecords Y        -> Optional - Uncomment to Save Purged Records as
  49. ;                           USER.PRG for compatability with MUeD and UED.
  50. ;                           MUeD uses this file for it's Restore Feature.
  51. SavePrgRecords Y
  52. ;
  53. ;
  54. ;
  55. ;CallersBBS <lapsedays>  -> Optional - UnComment & Set LapseDays if you wish
  56. ;                           to maintain your CALLERS.BBS.  Records older then
  57. ;                           the Lapsedays will be purged from your data file.
  58. CallersBBS 60
  59. ;
  60. ;
  61. ;
  62. ;CallBack <drive:path>   -> Optional - The FULL Path To Your CALLBACK
  63. ;                           Subdirectory for PrgUser to Maintain your
  64. ;                           CALLBACK.DAT Verified users file.
  65. CallBack C:\MAX\CALLBACK
  66. ;
  67. ;
  68. ;END PRGUSER.CTL
  69.