BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ratio.twig 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. <div class="header">
  2. <h2 class="general">Ratio Rules</h2>
  3. </div>
  4. <div class="box pad rule_summary">
  5. <br />
  6. <strong>Ratio System Overview:</strong>
  7. <br />
  8. <ul>
  9. <li>Your <strong>ratio</strong> is calculated by dividing the amount of
  10. data you&apos;ve uploaded by the amount of data you&apos;ve downloaded.
  11. You can view your ratio in the site header or in the &quot;stats&quot;
  12. section of your user profile.</li>
  13. <li>To maintain <strong>leeching privileges</strong>, your ratio must
  14. remain above a minimum value. This minimum value is your
  15. <strong>required ratio</strong>.</li>
  16. <li>If your ratio falls below your required ratio, you will be given two
  17. weeks to raise your ratio back above your required ratio. During this
  18. period, you are on <strong>ratio watch</strong>.</li>
  19. <li>If you fail to raise your ratio above your required ratio in the
  20. allotted time, your leeching privileges will be revoked. You will be
  21. unable to download more data. Your account will remain enabled.</li>
  22. </ul>
  23. <br />
  24. <br />
  25. <strong>Required Ratio Overview:</strong>
  26. <br />
  27. <ul>
  28. <li>Your required ratio represents the minimum ratio you must maintain
  29. to avoid ratio watch. You can view your required ratio in the site
  30. header after the word &quot;required&quot; or in the &quot;stats&quot;
  31. section of your user profile.</li>
  32. <li>Your required ratio is unique; each person&apos;s required ratio is
  33. calculated for their account specifically.</li>
  34. <li>Your required ratio is calculated using (1) the total amount of data
  35. you&apos;ve downloaded and (2) the total number of torrents you&apos;re
  36. seeding. The seeding total is not limited to snatched torrents
  37. (completed downloads)&#8202;&mdash;&#8202;the total includes, but is not
  38. limited to, your uploaded torrents./li>
  39. <li>The required ratio system lowers your required ratio when you seed a
  40. greater number of torrents. The more torrents you seed, the lower your
  41. required ratio will be. The lower your required ratio is, the less
  42. likely it is that you&apos;ll enter ratio watch.</li>
  43. </ul>
  44. <br />
  45. <br />
  46. <div style="text-align: center;">
  47. <strong>Required Ratio Table</strong>
  48. <br />
  49. <br />
  50. <table class="ratio_table">
  51. <tr class="colhead">
  52. <td class="tooltip" title="These units are actually in base 2,
  53. not base 10. For example, there are 1,024 MB in 1 GB.">Amount
  54. Downloaded</td>
  55. <td>Required Ratio (0% seeded)</td>
  56. <td>Required Ratio (100% seeded)</td>
  57. </tr>
  58. <tr class="row{{ level_1 }}">
  59. <td>0&ndash;5 GB</td>
  60. <td>0.00</td>
  61. <td>0.00</td>
  62. </tr>
  63. <tr class="row{{ level_2 }}">
  64. <td>5&ndash;10 GB</td>
  65. <td>0.15</td>
  66. <td>0.00</td>
  67. </tr>
  68. <tr class="row{{ level_3 }}">
  69. <td>10&ndash;20 GB</td>
  70. <td>0.20</td>
  71. <td>0.00</td>
  72. </tr>
  73. <tr class="row{{ level_4 }}">
  74. <td>20&ndash;30 GB</td>
  75. <td>0.30</td>
  76. <td>0.05</td>
  77. </tr>
  78. <tr class="row{{ level_5 }}">
  79. <td>30&ndash;40 GB</td>
  80. <td>0.40</td>
  81. <td>0.10</td>
  82. </tr>
  83. <tr class="row{{ level_6 }}">
  84. <td>40&ndash;50 GB</td>
  85. <td>0.50</td>
  86. <td>0.20</td>
  87. </tr>
  88. <tr class="row{{ level_7 }}">
  89. <td>50&ndash;60 GB</td>
  90. <td>0.60</td>
  91. <td>0.30</td>
  92. </tr>
  93. <tr class="row{{ level_8 }}">
  94. <td>60&ndash;80 GB</td>
  95. <td>0.60</td>
  96. <td>0.40</td>
  97. </tr>
  98. <tr class="row{{ level_9 }}">
  99. <td>80&ndash;100 GB</td>
  100. <td>0.60</td>
  101. <td>0.50</td>
  102. </tr>
  103. <tr class="row{{ level_10 }}">
  104. <td>100+ GB</td>
  105. <td>0.60</td>
  106. <td>0.60</td>
  107. </tr>
  108. </table>
  109. </div>
  110. <br />
  111. <br />
  112. <strong>Required Ratio Calculation:</strong>
  113. <br />
  114. <ul>
  115. <li><strong>1: Determine the maximum and minimum possible values of your
  116. required ratio.</strong> Using the table above, determine your amount
  117. downloaded bracket from the first column. Next, locate the values in
  118. the adjacent columns. The second column lists the maximum required ratio
  119. for each bracket, and the third column lists the minimum required ratio
  120. for each bracket. The maximum and minimum required ratios are also
  121. referred to as the <strong>0% seeded</strong> and <strong>100%
  122. seeded</strong> required ratios, respectively.</li>
  123. <li><strong>2: Determine the actual required ratio.</strong> Your actual
  124. required ratio will be a number that falls between the maximum and
  125. minimum required ratio values determined in the previous step. To
  126. determine your actual required ratio, the system first uses the maximum
  127. required ratio (0% seeded) and multiplies it by the value [1 &minus;
  128. (<var>seeding</var> / <var>snatched</var>)]. Formatted differently, the
  129. calculation performed by the system looks like this:
  130. <br />
  131. <br />
  132. <div style="text-align: center;">
  133. <img style="vertical-align: middle;" src="static/blank.gif" alt="required ratio = (maximum required ratio) * (1 - (seeding / snatched))"
  134. onload="if (this.src.substr(this.src.length - 9, this.src.length) == 'blank.gif') { this.src = 'https://chart.googleapis.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chl=%5Ctextrm%7B%28maximum+required+ratio%29+%2A+%281-%5Cfrac%7Bseeding%7D%7Bsnatched%7D%29%7D&amp;chco=' + hexify(getComputedStyle(this.parentNode, null).color); }" />
  135. </div>
  136. <br />
  137. <br />
  138. <ul>
  139. <li>In this formula, <var>snatched</var> is the number of non-deleted
  140. unique snatches you have made. If you snatch a torrent twice, it only
  141. counts once. If a snatched torrent is deleted from the site, it is not
  142. counted at all.</li>
  143. <li>In this formula, <var>seeding</var> is the average number of
  144. torrents you&apos;ve seeded over a 72 hour period within the last week.
  145. If you&apos;ve seeded a torrent for less than 72 hours within the last
  146. week, it will not raise your seeding total. Please note that while it is
  147. possible to seed more torrents than you have snatched, the system
  148. effectively caps the value at 100% of your snatched amount.</li>
  149. </ul>
  150. </li>
  151. <li><strong>3: Round, if necessary.</strong> The value determined in the
  152. previous step is rounded up to your minimum required ratio (100% seeded) if
  153. necessary. This step is required because most amount downloaded brackets have a
  154. minimum required ratio (100% seeded) greater than zero, and the value returned
  155. by the above calculation is zero when seeding equals snatched.</li>
  156. </ul>
  157. <br />
  158. <br />
  159. <strong>Required Ratio Details:</strong>
  160. <br />
  161. <ul>
  162. <li>If you stop seeding for one week, your required ratio will become the
  163. maximum required ratio (0% seeded) for your amount downloaded bracket. Once you
  164. have resumed seeding for a 72 hour period, your required ratio will decrease
  165. according to the above calculations.</li>
  166. <li>If your download total is less than 5 GB, you won&apos;t be eligible for
  167. ratio watch, and you will not need a required ratio. In this circumstance, your
  168. required ratio will be zero regardless of your seeding percentage.</li>
  169. <li>If your download total is less than 20 GB and you are seeding a number of
  170. torrents equal to 100% of your snatches, your required ratio will be zero.</li>
  171. <li>As your download total increases, your minimum (100% seeded) and maximum (0%
  172. seeded) required ratios taper together. After you have downloaded 100 GB, those
  173. values become equal to each other. This means that users with download totals
  174. greater than or equal to 100 GB have a minimum required ratio (100% seeded) of
  175. 0.60 from that point forward.</li>
  176. </ul>
  177. <br />
  178. <br />
  179. <strong>Required Ratio Example:</strong>
  180. <br />
  181. <ul>
  182. <li>In this example, Rippy has downloaded 25 GB. Rippy falls into the
  183. 20&ndash;30 GB amount downloaded bracket in the table above. Rippy&apos;s
  184. maximum required ratio (0% seeded) is 0.30, and his minimum required ratio (100%
  185. seeded) is 0.05.</li>
  186. <li>In this example, Rippy has snatched 90 torrents, and is currently seeding 45
  187. torrents.</li>
  188. <li>To calculate Rippy&apos;s actual required ratio, we take his maximum
  189. required ratio (0% seeded), which is 0.30, and multiply it by [1 &minus;
  190. (<var>seeding</var> / <var>snatched</var>)] (which is 0.50). Written
  191. out:
  192. <samp>0.30 * [1 &minus; (45 / 90)] = 0.15</samp>
  193. </li>
  194. <li>The resulting required ratio is 0.15, which falls between the maximum
  195. required ratio of 0.30 and the minimum required ratio of 0.05 for his amount
  196. downloaded bracket.</li>
  197. <li>If Rippy&apos;s on-site required ratio was listed as a value greater than
  198. the calculated value, this would be because he hadn&apos;t seeded those 45
  199. torrents for a 72 hour period in the last week. In this case, the system would
  200. not be counting all 45 torrents as seeded.</li>
  201. </ul>
  202. <br />
  203. <br />
  204. <strong>Ratio Watch Overview:</strong>
  205. <br />
  206. <ul>
  207. <li>Everyone gets to download their first 5 GB before ratio watch
  208. eligibility begins.</li>
  209. <li>If you&apos;ve downloaded more than 5 GB and your ratio does not meet or
  210. surpass your required ratio, you will be put on ratio watch and have
  211. <strong>two weeks</strong> to raise your ratio above your required
  212. ratio.</li>
  213. <li>If you download 10 GB while on ratio watch, your leeching privileges
  214. will automatically be disabled.</li>
  215. <li>If you fail to leave ratio watch within a two week period, you will lose
  216. leeching privileges. After losing leeching privileges, you will be unable to
  217. download more data. Your account will remain enabled.</li>
  218. <li>The ratio watch system is automated and cannot be interrupted by
  219. staff.</li>
  220. </ul>
  221. <br />
  222. <br />
  223. <strong>Leaving Ratio Watch:</strong>
  224. <br />
  225. <ul>
  226. <li>To leave ratio watch, you must either raise your ratio by uploading more, or
  227. lower your required ratio by seeding more. Your ratio must be equal to or above
  228. your required ratio in order for ratio watch to end.</li>
  229. <li>If you fail to improve your ratio by the time ratio watch expires and lose
  230. leeching privileges, your required ratio will be temporarily set to the maximum
  231. possible requirement (as if 0% of snatched torrents were being seeded).</li>
  232. <li>After losing leeching privileges, in order to adjust the required ratio so
  233. that it reflects the actual number of torrents being seeded, you must seed for a
  234. combined 72 hours within a weeklong period. After 72 hours of seeding occur, the
  235. required ratio will update to reflect your current seeding total, just as it
  236. would for a leech-enabled user.</li>
  237. <li>Leeching privileges will be restored once your ratio has become greater than
  238. or equal to your required ratio.</li>
  239. </ul>
  240. <br />
  241. <br />
  242. </div>