View Single Post
  #32  
Old 28th June 2008, 01:16
Neptune
Guest
 
Posts: n/a
Default Re: Torrentstrike Fullymodded v1.0
in announce.php + include/bittorrent.php

Code:
if ($ratio < 0.5 || $gigs < 7) $wait = 0;
      elseif ($ratio < 0.65 || $gigs < 14) $wait = 0;
      elseif ($ratio < 0.8 || $gigs < 21) $wait = 0;
      elseif ($ratio < 0.95 || $gigs < 30) $wait = 0;
      else $wait = 0;
set waits to 0 zero
Reply With Quote