home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / manual / ServerFunctions.doc < prev    next >
Encoding:
Text File  |  1995-03-01  |  2.0 KB  |  83 lines

  1.                                                      Date: March, 1. 1995
  2.  
  3.  
  4.  
  5.                           LogicBBS  v1.0 BETA
  6.                           <----------------->
  7.                              LITE VERSION
  8.  
  9.                       Copyright 1995 ParCon Software
  10.  
  11.  
  12.     System/node/door/library/AIM-XIM support programmed by Michael Pendec
  13.         Filechecker/Arexxdoor support programmed by Nicholas Clarke
  14.       All Testing was done by friends. Ideas supplied by various people.
  15.  
  16.  
  17.       Read "HowToOrder.doc", if you want to get the FINAL version.
  18. -----------------------------------------------------------------------------
  19.  
  20.  
  21.  
  22.                               Server functions
  23. -----------------------------------------------------------------------------
  24.  
  25.  
  26.  
  27.  
  28. Buttons / Nutton functions
  29. --------------------------
  30.  
  31. The server got 15 custom definable buttons available. Button definitions are
  32. located in the file "nuttons.def" found in the main bbs path directory.
  33.  
  34. Buttons are by definition a icon you press once, and the following command
  35. attached to this icon will be executed.
  36.  
  37. Nuttons are by definition a icon you press followed by pressing a node button.
  38. The command attached to this button will be executed.
  39.  
  40. You can only specify one action for each button, so it is either a button or
  41. nutton icon.
  42.  
  43. example: setup for nutton 1
  44.  
  45. NUTTONNAME%1    ReStartNode
  46. NUTTONACTION%1    RX REXX:Startnode
  47.  
  48.  
  49. example: setup for button 5
  50.  
  51. BUTTONNAME%5    DirectoryOpus
  52. BUTTONACTION%5    HD0:directoryOpus
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. Pulldown Menu options
  60. ---------------------
  61.  
  62. [TOGGLE STATUS]
  63.  
  64. You can select this menu item, if you want to remove/display the
  65. buttom status bar.
  66.  
  67.  
  68.  
  69. [EXIT BBS]
  70.  
  71. Select this menu item, to close the bbs system.
  72.  
  73.  
  74.  
  75. [RELOAD PREFS]
  76.  
  77. Remove preferences file from resident memory , and reload preferences setup
  78. file when next request occur.
  79. You can use this function, when you have modified flags or options
  80. for nodes and want to run a node with the new modifications.
  81. Just exit node, pick [reload prefs] and press the node button once again.
  82.  
  83.