home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / rarue111.zip / RARUE.DOC < prev    next >
Text File  |  1990-06-06  |  6KB  |  142 lines

  1.                   Remote Access Remote User Editor.
  2.                                v 1.11
  3.                          (c) 1990 J.Berends.
  4.  
  5. General:
  6.  
  7. The Remote Access Remote User Editor (Rarue) was written because at the
  8. time I started my BBS there was not one good Remote user editor, which
  9. could edit ALL fields from the user record. So I decided to write my
  10. own user editor. This resulted in the files you have just extracted from
  11. the archive file. I hope you enjoy using it. Any questions, bugs or
  12. whatever can be directed to: Jan Berends
  13.                              HIO-BBS Groningen
  14.                              (+31)50-719921
  15.                              Fido adress: 2:282/510
  16.  
  17. Installation:
  18.  
  19. RARUE.EXE can reside in any directory you choose. RARUE.EXE uses the dos
  20. environement variable RA to locate your CONFIG.RA file. CONFIG.RA is being
  21. used to find out where the file USERS.BBS resides.
  22. For installation of colors and the additional information file you need
  23. to use the SETUP.EXE file.
  24. The file with the aditional informating can be the logfile created by
  25. REGDOOR.EXE, or any other file, as long as the line with the users full name
  26. starts with an *. This line must be the first of the info about that user.
  27.  
  28. How it works:
  29.  
  30. Rarue.exe looks for an EXITINFO.BBS in the directory from which is was
  31. executed. When it doesn't find this file, it asumes to run be run in
  32. local operation. If RARUE finds EXITINFO.BBS, then it expects one
  33. parameter: the portnumber to use, 1 for com1, 2 for com2, etc.
  34. For cursor manipulation is ANSI.SYS being used, so Rarue.exe will NOT run
  35. properly without ANSI.SYS or some other ansi program installed.
  36.  
  37. From RA a tipical call to Rarue would be:
  38.  
  39. C:\RA\RARUE.EXE *P
  40.  
  41. Notes:
  42.  
  43. 1. Anybody using RARUE can NOT change his own settings when using RARUE
  44.    remote. In local operation (when no EXITINFO.BBS) is available, all
  45.    users can be edited.
  46. 2. A user can only view and edit users with security levels less than
  47.    or equal to his own.
  48.  
  49. All functions but three are self-explaining. These three function are a
  50. little more complex than the other.
  51. Search and Report are two functions which need a little more information
  52. from you than the other functions. The input for Search and Report are
  53. almost identically so I only need to explain one of both.
  54.  
  55. Search: When you activate the search option. You will be prompted with the
  56. SearchItem prompt. You can then press one of the keys corresponding to a
  57. field as you would do when editing this field. The following four field
  58. types are available:
  59. -When you select a String type field (such as name) you only need to enter
  60. the string to search for.
  61. -When you select a Value type field (such as level), you first need to enter
  62. a value. Next you have to enter the compare option. ">" for all users with
  63. that particular field larger than the entered value, "=' for all users
  64. with that field equal to the entered value, and "<" for all users with that
  65. field less than the entered value.
  66. -When you select a Flag type field you first need to enter what flag you
  67. wish to use. Next you have to enter the flag mask. Then you have to select
  68. whether a user should have these flags (And), or whether a user shoud not
  69. have these flags (Not).
  70. -When you select an Attribute type field you only have to enter whether that
  71. flag has to be On or Off.
  72. You can enter up to 10 search items. To stop entering the search items you
  73. have to use the "Q".
  74.  
  75. With the Report option you first need to enter the same fields you have to
  76. enter with the search option. These search options will be reported at the
  77. top of your report file. Next you have to enter the Report options. These
  78. options will be reported in your report file after the username.
  79.  
  80. In the Search and Report the option "*" is available for searches based
  81. on the last date the user was logged on.
  82.  
  83. Macro: When you activate the macro option you are prompted for a macroname.
  84. This macroname points to a specific part in the macro file. This file is
  85. a text file which has the following format:
  86.  
  87. Macroname macro1
  88. Flags A X-I---OX
  89. Security 100
  90. Netmailcredit 1000
  91. Nokill
  92. IgnoreDl
  93. Macroname macro2
  94. etc. etc.
  95.  
  96. These lines can be in any order as long as a macro block starts with the
  97. macroname keyword. All keywords MUST start at the first position of a line.
  98. The next keywords are available:
  99. -Macroname : Tells RARUE the name of this macro
  100. -Security  : Tells RARUE the new security
  101. -Netmailcredit : Tells RARUE the new Netmail credit
  102. -Nokill        : Tells RARUE to set the No Kill flag ON
  103. -IgNoreDl      : Tells RARUE to set the Ignore Download flag ON
  104. -Flags         : Tells RARUE to set a specific flag. The flag is the second
  105.                  option on the line. The next option is the flagmask.
  106.                  X : set flag ON
  107.                  - : set flag OFF
  108.                  I : ignore flag
  109.                  O : XOR flag
  110.  
  111. History
  112.  
  113. Mai 01 1990 v1.00 -First release of RARUE, to some beta testers.
  114.  
  115. Mai 13 1990 v1.01 -Some bugs were fixed.
  116.  
  117. Mai 15 1990 v1.02 -First public release of RARUE
  118.  
  119. Mai 28 1990 v1.03 -The security feature which allows users to see only users
  120.                    with a security level less than or equal to his own was
  121.                    added.
  122.                   -An external setup program was added, so the RARUE.CFG
  123.                    file is no longer needed.
  124.  
  125. June 1 1990 v1.04 -The search feature has been expanded. You can now
  126.                    search on a maximum of 10 items at one time.
  127.                   -A report function has been added.
  128.                   -The screen layout has changed a little.
  129.                   -Screen writing has been optimized so RARUE works a lot
  130.                    faster, specially when in remote operation.
  131. June 6 1990 v1.10 -The macro feature was added.
  132.                   -The cursor key's can be used when editing a field.
  133.                   -The cursor key's can be used instead of the < and > key's
  134.                   -The HOME and END key are now supported
  135. June 7 1990 v1.11 -The date option was added to teh Search and report options
  136.  
  137. I wish all of you succes with RARUE.EXE. If you find it usefull, send a
  138. postcard to: Jan Berends
  139.              Koolstraat 21a
  140.              9717 KB  Groningen
  141.              Holland.
  142.