home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / rur_250.arj / RUR.NEW < prev   
Text File  |  1991-03-03  |  2KB  |  59 lines

  1.  
  2. ╓─────────────────────────────────────────────────────────────────────────────╖
  3. ║ ░░░░░░░ New in Version 2.5   ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  4. ╙─────────────────────────────────────────────────────────────────────────────╜
  5.  
  6.   *  Made the complete RUR package confirm the Ra 1.0 structures.
  7.  
  8.   *  Removed the origin line in the message text in RUR_PRG.
  9.  
  10.   *  Changed the name when writing messages from "RUR" into the
  11.      sysop's name as set in config.ra.
  12.  
  13.   *  RUR_DOOR has now internal ansi support, ansi.sys is no longer needed.
  14.  
  15.   *  Changed the colom on the local screen in RUR_DOOR. Most function keys    
  16.      as in Ra will work, including chat mode, lock out, hangup en sysopnext.
  17.  
  18.   *  Instead of using hard-codes messages, RUR is now totally configurable.
  19.      You can use control codes in the message text! which will be replaced
  20.      by RUR onto the correct values. The following control codes are
  21.      valid:
  22.  
  23.      @A    Users full name
  24.      @B    Users first name
  25.      @C    Users last name
  26.      @D    Location
  27.      @E    Last time user was on
  28.      @F    Last date user was on
  29.      @G    Number of Calls
  30.      @H    Amount of files uploaded
  31.      @I    Amount of kilobytes uploaded
  32.      @J    Amount of files downloaded
  33.      @K    Amount of kilobytes downloaded
  34.      @L    Amount of kilobytes needed before level upgrade /
  35.            Amount of kilobytes still available 
  36.      @M    Free K
  37.      @N    Differents between free K and K downloaded
  38.      @O    The effected Ratio (1:x)
  39.      @P    Amout uploaded * ratio (in kilobytes)
  40.      @Q    Amout the user has to upload in order to get upgraded 
  41.            (Use this only in rur_prg.dow, this number is actually @L div @O)
  42.      @R    User's old level
  43.      @S    User's new level
  44.  
  45.   *  By default RUR uses 'RUR_PRG.DOW' and 'RUR_PRG.UP' for the filenames
  46.      containing the messages text.
  47.      It's now possible to specify other filenames in RUR.CTL as fourth
  48.      parameter for these default names, so you can send different messages
  49.      to different kind of user groups.
  50.     
  51.      The syntax for the third and following lines in RUR.CTL are now:
  52.  
  53.      <bad level>  <good level>  <ratio>  [filename containing msgtext]
  54.  
  55.      The fourth parameter must be supplied WITHOUT extension, the extensions
  56.      for the two messages are still hardcoded into: '.DOW' and '.UP'
  57.  
  58.  
  59.