home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FRAT101.ZIP / FRATIO.DOC < prev    next >
Encoding:
Text File  |  1995-08-01  |  5.4 KB  |  178 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                            FRAtio 1.01ß
  7.  
  8.  
  9.  
  10.  
  11.  
  12. >>>  CONTENTS  <<<
  13. ------------------------------------------------------------------------------
  14.   1. Introduction
  15.   2. Installation
  16.   3. Configuration by sysop
  17.   4. registration
  18.  
  19.  
  20. ------------------------------------------------------------------------------
  21. 1. Introduction
  22. ------------------------------------------------------------------------------
  23.  FRAtio is a door which calculates some information for the user,
  24.  for example how many files/KB he can still download until his ratio
  25.  has expired. There is nothing new about that. But with FATAL!RA
  26.  FRAtio offers some new features: The user can see what he has
  27.  to do for the next security level and in how many days this will happen
  28.  if he continues his activity as before. Also the user can see his
  29.  activity of the last 30 days concerning calls, messages, up- and
  30.  downloads graphically.
  31.  With an ANSI-editor (supporting the BIN format) you can make a ratio-
  32.  info including 9 pages. Usually all data suits into 4 or 5 pages.
  33.  With the cursor keys ( -> and <- ) or 4 and 6 you can switch the
  34.  pages. ANSI, ASCII and AVATAR are supported.
  35.  
  36.  USE FRATIO AT YOUR OWN RISK !
  37.  
  38.  
  39. ------------------------------------------------------------------------------
  40. 2. Installation
  41. ------------------------------------------------------------------------------
  42. These files have to be in the archive:
  43. fratio.cfg     Configuration file
  44. fratio.doc     This documentation
  45. fratio.dok     German documentation
  46. fratio.exe     The program
  47. binview.exe    BIN-file viewer (state the BIN as parameter)
  48. fratio0.bin    Coice line     ┐
  49. fratio1.bin    1. page        │
  50. fratio2.bin    2. page        ├ Menu system "fratio" 4 FATAL!RA
  51. fratio3.bin    3. page        │
  52. fratio4.bin    4. page        │
  53. fratio5.bin    5. page        ┘
  54. info_a.bin     "normal" ratio info
  55. info_b.bin     "normal" ratio info
  56.  
  57. Simply unpack the archive to a directory (eg c:\ra\utils\FRATIO\).
  58. If you want to use animated enter prompts copy all prompts into a directory
  59. PROMPTS in the RA main directory. (eg c:\ra\PROMPTS\).
  60.  
  61. Now change the configuration file fratio.cfg.
  62. Call the door by a type-7-call for example in the download menu.
  63.  
  64. OptData:
  65. c:\ra\utlis\FRATIO\FRATIO.exe *M
  66.  
  67. That's it at first, so let's test it and then continue reading !
  68.  
  69.  
  70.  
  71. ------------------------------------------------------------------------------
  72. 3. Configuration by sysop
  73. ------------------------------------------------------------------------------
  74. The following configuration is only recommended if you have at least
  75. one or two hours time. It is not required if you want to use the
  76. original layout.
  77.  
  78. How it works:
  79. You see that you can choose a manu system in the configuration file.
  80. Such a menu system contains several BIN files which have the same name
  81. except a number at the end.
  82. A BIN file is comparable to an ANSI.
  83. The file with the number 0 (ex: fratio0.bin) defines the number of
  84. pages and the name of each page which the user can see. Only the
  85. first line is used. In use a lightbar shows the actual page. The
  86. following BIN's define the layout of the pages (ex: fratio1.bin to
  87. fratio5.bin).
  88. The following parameters can be used in a BIN file:
  89.  
  90. User data:
  91. %UP       Uploads
  92. %UPK      UploadsK
  93. %DOWN     Downloads
  94. %DOWNK    DownloadsK
  95. %LEVEL    Security
  96. %BPS      Line speed of the user
  97. %CALLS    Calls
  98. %MESSIS   Messages
  99.  
  100. User data of the last 30 days: (F)
  101. %XCALLS   Calls of the last 30 days
  102. %XMESSIS  Messis of the last 30 days
  103. %XUP      Uploads of the last 30 days
  104. %XUPK     UploadsK of the last 30 days
  105. %XDOWN    Downloads of the last 30 days
  106. %XDOWNK   DownloadsK of the last 30 days
  107.  
  108. Maximum value of the last 30 days: (F)
  109. %MCALLS   Max. Calls of the last 30 days
  110. %MMESSIS  Max. Messis of the last 30 days
  111. %MUP      Max. Uploads of the last 30 days
  112. %MUPK     Max. UploadsK of the last 30 days
  113. %MDOWN    Max. Downloads of the last 30 days
  114. %MDOWNK   Max. DownloadsK of the last 30 days
  115.  
  116. Ratio data:
  117. %RATIOK   KB-Ratio
  118. %RATIO    File-Ratio
  119. %NRATIOK  KB-Ratio of the new level
  120. %NRATIO   File-Ratio of the new level
  121. %UPCRED   Upload-Credits
  122. %UPCREDK  Upload-Credits KB
  123. %REMAIN   Still to download
  124. %REMAINK  Still to download KB
  125. %AKTRAT   Actual Ratio
  126. %AKTRATK  Actual Ratio KB
  127.  
  128. Limits:
  129. %TLIMIT   Daily limit
  130. %TDOWN    Downloaded today
  131. %TREST    Totay still available
  132. %MIN      Minimum available today
  133.            (the minimum of REMAINK and TREST)
  134. %TIMEL    Time-Limit
  135. %TIMEU    Time used
  136. %TIMER    Time remaining
  137.  
  138. New level:  (F)
  139. %NLEVEL   New level
  140. %NUP      Still to upload
  141. %NUPK     Still to upload KB
  142. %NTAGE    Days to wait for the new level  (1)
  143.  
  144. Graphs:      (F)
  145. %GCALLS   Graphic display of the last 30 days in a window
  146. %GMESSIS   of 8*30 Characters
  147. %GUP
  148. %GUPF
  149. %GDOWN
  150. %GDOWNF
  151.  
  152. More user data
  153. %A        Flgs
  154. %B
  155. %C
  156. %D
  157. %N:xx     Name (xx: Max. length)
  158. %H:xx     Handle
  159. %L:xx     Location
  160.  
  161. %>        Following values right oriented
  162. %<        Following values left oriented
  163.  
  164. Comments:
  165. (F) FATAL!RA required
  166. (1) Values are calculated from the data of the last 30 days, in other
  167. words if the user continues his activity as before.
  168.  
  169. Don't be shocked because of the long list :)
  170.  
  171. ------------------------------------------------------------------------------
  172. 4. Registration
  173. ------------------------------------------------------------------------------
  174. A reg-tool will be released soon. If it is there Start it to get more
  175. information.
  176.  
  177.  
  178. <end>