home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_ra
/
rur_250.arj
/
RUR.NEW
< prev
Wrap
Text File
|
1991-03-03
|
2KB
|
59 lines
╓─────────────────────────────────────────────────────────────────────────────╖
║ ░░░░░░░ New in Version 2.5 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
╙─────────────────────────────────────────────────────────────────────────────╜
* Made the complete RUR package confirm the Ra 1.0 structures.
* Removed the origin line in the message text in RUR_PRG.
* Changed the name when writing messages from "RUR" into the
sysop's name as set in config.ra.
* RUR_DOOR has now internal ansi support, ansi.sys is no longer needed.
* Changed the colom on the local screen in RUR_DOOR. Most function keys
as in Ra will work, including chat mode, lock out, hangup en sysopnext.
* Instead of using hard-codes messages, RUR is now totally configurable.
You can use control codes in the message text! which will be replaced
by RUR onto the correct values. The following control codes are
valid:
@A Users full name
@B Users first name
@C Users last name
@D Location
@E Last time user was on
@F Last date user was on
@G Number of Calls
@H Amount of files uploaded
@I Amount of kilobytes uploaded
@J Amount of files downloaded
@K Amount of kilobytes downloaded
@L Amount of kilobytes needed before level upgrade /
Amount of kilobytes still available
@M Free K
@N Differents between free K and K downloaded
@O The effected Ratio (1:x)
@P Amout uploaded * ratio (in kilobytes)
@Q Amout the user has to upload in order to get upgraded
(Use this only in rur_prg.dow, this number is actually @L div @O)
@R User's old level
@S User's new level
* By default RUR uses 'RUR_PRG.DOW' and 'RUR_PRG.UP' for the filenames
containing the messages text.
It's now possible to specify other filenames in RUR.CTL as fourth
parameter for these default names, so you can send different messages
to different kind of user groups.
The syntax for the third and following lines in RUR.CTL are now:
<bad level> <good level> <ratio> [filename containing msgtext]
The fourth parameter must be supplied WITHOUT extension, the extensions
for the two messages are still hardcoded into: '.DOW' and '.UP'