home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / XBBS_118.ZIP / SAMPLES.ZIP / MAIN2.XBS < prev    next >
Encoding:
Text File  |  1992-01-27  |  3.5 KB  |  134 lines

  1. ;
  2. ;NOTE!
  3. ;
  4. ;An extremely generic menu you can use to quickly set up a functioning
  5. ;XBBS.  Please note that this menu doesn't tap more than 10% of XBBS'
  6. ;functions (it doesn't do anything fancy).  If you want fancy, or
  7. ;more control, do the work and write your own.  There are plenty of
  8. ;examples in MENU.LZH inside of the XDOC_???.LZH archive.  It's not
  9. ;all that hard, but does take a little brain power.  If you don't
  10. ;have that, you shouldn't be running XBBS to begin with...right?
  11. ;
  12. ;Just copy this menu (as MAIN.XBS) and CONFIGUR.XBS into your menu
  13. ;directory, then build a HELP.HYP file in your hypertext directory (or
  14. ;remove references to it herein).  You'll also need a MSGAREAS.XBS,
  15. ;PROTOCOL.CTL FLSEARCH.CTL (which XEdit can make for you) and
  16. ;DOORLIST.XBS.  With a little tweaking, it should get you up and
  17. ;running pretty quickly.
  18. ;
  19. ;Remove these comments for more speed if you feel you need it.
  20. ;
  21. ;
  22. p1a1Z0
  23. lStart
  24. 
  25. z5,QUOTES.XBS
  26.  
  27. 
  28. Msg: **   File: *$
  29. tc  dw dc  tr mins left
  30. G0,14,1,Msgs  Files  Doors  Other  Quit(LOGOFF)
  31. 0C=M
  32. lMsgs
  33. 0C=F
  34. lFiles
  35. 0C=D
  36. lDoors
  37. 0C=O
  38. lOther
  39. 0C=Q
  40. lLogoff
  41. blStart
  42. ;
  43. ;This goes to Bulls-mode, the built-in XBBS message area handler
  44. ;Note that it prepends the message path to MSGAREAS.XBS and uses
  45. ;that as the message area control file.  Bulls-mode always uses
  46. ;security levels #0 and 1 (0 for access, both for subop access)
  47. ;You can change the area control file if you like.  XEdit will
  48. ;create one for you.
  49. ;
  50. lMsgs
  51.  
  52. 8=:MSGAREAS.XBS
  53. *@8 3
  54. blStart
  55. ;
  56. ;This goes to Files-mode, the built-in XBBS file area handler
  57. ;Requires a FLSEARCH.CTL file in the default directory (which you
  58. ;should have created with XEdit).  Note that the control file is
  59. ;taken from XBBS.TXT prompt #446.  You can change it there or here
  60. ;if you like.  Files-mode uses security level #2 by default.
  61. ;For instance, you could use ,2FLSEARCH.CTL to invoke Files-mode
  62. ;using security level #2 and control file FLSEARCH.CTL.
  63. ;
  64. lFiles
  65. ,
  66. blStart
  67. ;
  68. ;This goes to Doors-mode, the built-in XBBS door handler
  69. ;Requires a DOORLIST.XBS file in the default directory (which you
  70. ;should have created with a text editor--there's a sample in
  71. ;the SAMPLES.LZH archive inside the XDOC_*.LZH archive).  Note
  72. ;that Doors-mode defaults to using the control file taken from
  73. ;XBBS.TXT prompt #493.  You can change it there or here if you
  74. ;like.  Doors-mode defaults to using security level #3.  You can
  75. ;change that here, too.  For instance, you could use .3DOORLIST.XBS
  76. ;which would invoke Doors-mode using security level #3 and control
  77. ;file DOORLIST.XBS.
  78. ;
  79. lDoors
  80. .
  81. blStart
  82. ;
  83. ;This does some other miscellaneous functions...
  84. ;Note that Edit Config calls CONFIGUR.XBS and Help! calls HELP.HYP.
  85. ;There are samples in the MENU.LZH archive and SAMPLES.LZH archive
  86. ;inside the XDOC_*.LZH archive.  Either can be created/editted with
  87. ;a text editor, though editting CONFIGUR.XBS will take some skill.
  88. ;
  89. lOther
  90. 
  91.  
  92. G0,14,1,Quit  Userlist  Chat_Request  Edit_Config  Help!
  93. 0C=
  94. lStart
  95. 0C=Q
  96. lStart
  97. 0C=U
  98. lUserlist
  99. 0C=C
  100. lChat
  101. 0C=E
  102. lEditConfig
  103. 0C=H
  104. lHelp
  105. blStart
  106. lUserlist
  107.  
  108. Q0blOther
  109. lChat
  110. S<06 lOther
  111.  
  112. Chat request...
  113. cblOther
  114. lEditConfig
  115. JCONFIGUR.XBS
  116. blStart
  117. lHelp
  118. ~|0HELP.HYP
  119. |1BBS
  120. |20
  121. blOther
  122. lLogoff
  123.  
  124. Logoff? (Y-n) 0I1 0 1 1 5
  125.  
  126. 0C!N
  127. lLogoff2
  128. blStart
  129. lLogoff2
  130.  
  131. p0a1
  132. jGOODBYE.XBS
  133. x
  134.