home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / tb195st / request.cfg < prev    next >
Text File  |  1991-11-25  |  4KB  |  117 lines

  1. ; =============================================================================
  2. ; The-Box   COPYRIGHT (C) 1989 by The-Box Development Team; ALL RIGHTS RESERVED
  3. ; 1.21+     Request processing logic designed and implemented by Arjen G. Lentz
  4. ; =============================================================================
  5.  
  6.  
  7. :REQLEVEL 0   3 999     ;Unknown node, also in case of any nodelist read errors
  8. :REQLEVEL 1   5 999     ;Node from zone which is not in our nodelist
  9. :REQLEVEL 2   7 9999    ;Node found in our nodelist / bossnode in address list
  10. :REQLEVEL 5  10 9999    ;Password protected session, nodelist not even checked
  11.  
  12. ; Remember, at this point in this file MINLEVEL is 0 and MAXLEVEL is 10.
  13. :MAGIC
  14. :NOCOUNT
  15. ABOUT           \bbs\mailer\about
  16. FILES           \bbs\mailer\avail.lst
  17. *.*             \bbs\mailer\toomuch
  18. *.LZH           \bbs\mailer\toomuch
  19. *.ARC           \bbs\mailer\toomuch
  20. :END
  21.  
  22. :SERVICE
  23.  
  24. :NORESP
  25. USERTOBBS         BBS                           ; to BBS
  26. :NOEVENT                                        ;always available for me
  27. SYSOPTOBBS !PASSWORD SYSOP-BBS
  28. :END
  29.  
  30. :MINLEVEL 0                                     ;Stuff available for everyone
  31. E:\BBS\*.*
  32. E:\BBS\TEST\*.*    !PASSWORD
  33.  
  34. :MINLEVEL 5
  35. :NOCOUNT
  36. d:\box\sources\*.* !PASSWORD
  37.  
  38. ;---------------------------------------------------------------------------
  39. ; Response script information
  40. :MINLEVEL 0
  41. :MAXLEVEL 10
  42.  
  43. :HEADER
  44. Hello %THEIRSYSOP,\n
  45. \n
  46. The statistics for this session are:\n
  47.  Current time: %CURTIME\n
  48.  Connected at %SPEED bps.\n
  49.  Maximum of %COUNTLIMIT files.\n
  50.  Maximum of %SIZELIMITK.\n
  51.  Maximum of %TIMELIMIT min. (May-be restricted due to events).\n
  52. \n\n
  53.  
  54. :FOOTER
  55. \n\n
  56.  Totals:\n
  57.   %COUNTTOTAL file(s)\n
  58.   %SIZETOTALK\n
  59.   %TIMETOTAL min.\n
  60. \n
  61. Bye for now,\n
  62.             %OURSYSOP.\n
  63. \n
  64. --- The-Box v%TBVERSION\n
  65. :FILEINFO
  66.         %FILENAME  %FILESIZE  %FILETIME  (%XFERTIME min.)\n
  67.  
  68. :RSPCODE 0
  69. Request %REQNAME is not known.\n
  70. :RSPCODE 1
  71. No requests are possible on this system.\n
  72. :RSPCODE 2
  73. While calling out, no requests on us are allowed.\n
  74. :RSPCODE 3
  75. In this event, no requests are allowed.\n
  76. :RSPCODE 4
  77. Your request level is too low to request %REQNAME.\n
  78. :RSPCODE 5
  79. Your request level is too high to request %REQNAME.\n
  80. :RSPCODE 6
  81. Your password %REQPASSWD doesn't match for request %REQNAME.\n
  82. :RSPCODE 7
  83. Request %REQNAME isn't processed, count limit would be exceeded.\n
  84. :RSPCODE 8
  85. Request %REQNAME isn't processed, size limit would be exceeded.\n
  86. :RSPCODE 9
  87. Request %REQNAME isn't be processed, time limit would be exceeded.\n
  88. :RSPCODE 10
  89. No older files found for %REQNAME (%REQTIME)\n
  90. :RSPCODE 11
  91. No newer files found for %REQNAME (%REQTIME)\n
  92. :RSPCODE 12
  93. File request %REQNAME was processed and the following file(s) were attached:\n
  94. %FILEINFO
  95. :RSPCODE 13
  96. Update request %REQNAME (%REQTIME) was processed and the following older file(s) were attached:\n
  97. %FILEINFO
  98. :RSPCODE 14
  99. Update request %REQNAME (%REQTIME) was processed and the following newer file(s) were attached:\n
  100. %FILEINFO
  101. :RSPCODE 15
  102. Magic request %REQNAME was processed and the following file(s) were attached:\n
  103. %FILEINFO
  104. :RSPCODE 16
  105. Service request %REQNAME %REQOPTIONS was processed and executed succesfully...\n
  106. :RSPCODE 17
  107. Error during processing of file request %REQNAME.\n
  108. :RSPCODE 18
  109. Error during processing of update request %REQNAME (%REQTIME) for older files.\n
  110. :RSPCODE 19
  111. Error during processing of update request %REQNAME (%REQTIME) for newer files.\n
  112. :RSPCODE 20
  113. Error during processing of magic request %REQNAME.\n
  114. :RSPCODE 21
  115. Error during processing of service request %REQNAME %REQOPTIONS.\n
  116. ; -----------------------------------------------------------------------------
  117.