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.

seed_times.php 196B

1234567
  1. <?php
  2. $DB->query("
  3. UPDATE xbt_snatched AS xs
  4. INNER JOIN xbt_files_users AS xfu
  5. ON xs.uid = xfu.uid AND xs.fid = xfu.fid
  6. SET xs.seedtime = xs.seedtime + (xfu.active & ~xfu.completed)");