home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff343.lzh / SoftSpan / data / access next >
Text File  |  1990-04-16  |  2KB  |  84 lines

  1. # Standard access settings
  2.  
  3. # New user access- for first time signed up
  4. NEWUSER          ; Indicate the type of access
  5. TIMELIMIT 60     ; In minutes
  6. STARTCREDIT 50   ; Number of file credits - only applies to new users
  7. EMAIL            ; Access to read and send electronic mail
  8. FBACK            ; Access to leave feedback
  9. UPLOAD           ; Access to upload files
  10. # Here are the access bits to the various directories
  11. DIR 1    ; Amiga Utilities - Bit number 1
  12. DIR 2    ; Amiga Games     - Bit number 2
  13. DIR 3    ; Amiga Graphics & Sound
  14. DIR 4    ; Text files
  15. DIR 5    ; IBM files
  16.  
  17. # Here are the access bits assigned for the message bases
  18. BASE 1   ; Amiga Discussion - Bit number 1
  19. BASE 2   ; IBM PC           - Bit number 2
  20. BASE 3   ; General computer
  21. BASE 4   ; Public Notices
  22. BASE 5   ; Classified Ads
  23. BASE 6   ; BBS Ads
  24. BASE 7   ; Comments & Suggestions
  25. BASE 8   ; Amiga Programming
  26. BASE 9   ; C Programming
  27. BASE 10  ; Story Board
  28. BASE 11  ; Music Discussion
  29. BASE 12  ; Movie Reviews
  30.  
  31. # Access for a user when validated
  32. VALIDATED            ; Indicates the type of access
  33. TIMELIMIT 60
  34. EMAIL                ; Leave E-mail
  35. FBACK
  36. UPLOAD
  37. DIR 1    ; Amiga Utilities
  38. DIR 2    ; Amiga Games
  39. DIR 3    ; Amiga Graphics & Sound
  40. DIR 4    ; Text files
  41. DIR 5    ; IBM files
  42. BASE 1   ; Amiga Discussion
  43. BASE 2   ; IBM PC
  44. BASE 3   ; General computer
  45. BASE 4   ; Public Notices
  46. BASE 5   ; Classified Ads
  47. BASE 6   ; BBS Ads
  48. BASE 7   ; Comments & Suggestions
  49. BASE 8   ; Amiga Programming
  50. BASE 9   ; C Programming
  51. BASE 10  ; Story Board
  52. BASE 11  ; Music Discussion
  53. BASE 12  ; Movie Reviews
  54.  
  55. # Access for a sysop
  56. SYSOP           ; Indicates type of access
  57. TIMELIMIT 999   ; Rediculously high time limit for sysop
  58. EMAIL
  59. FBACK
  60. UPLOAD
  61. DEL             ; Access to delete messages
  62. USERED          ; Access to the user editor/validator
  63. DIR 1    ; Amiga Utilities
  64. DIR 2    ; Amiga Games
  65. DIR 3    ; Amiga Graphics & Sound
  66. DIR 4    ; Text files
  67. DIR 5    ; IBM files
  68. BASE 1   ; Amiga Discussion
  69. BASE 2   ; IBM PC
  70. BASE 3   ; General computer
  71. BASE 4   ; Public Notices
  72. BASE 5   ; Classified Ads
  73. BASE 6   ; BBS Ads
  74. BASE 7   ; Comments & Suggestions
  75. BASE 8   ; Amiga Programming
  76. BASE 9   ; C Programming
  77. BASE 10  ; Story Board
  78. BASE 11  ; Music Discussion
  79. BASE 12  ; Movie Reviews
  80. # THESE ARE SPECIAL:
  81. BASE 31                  ; Feedback - as a base (for the sysop)        
  82. BASE 32                  ; Email - as a base (Mail management)
  83.  
  84.