Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Delete 48 h download waiting (http://www.bvlist.com/showthread.php?t=2495)

alex.delpiero8 23rd April 2009 20:54

Delete 48 h download waiting
 
Sorry for the three 3d but i have some problem...........i want delete the 48 h time wait download for new torrent........sombeody help me?????

InFeRnO 23rd April 2009 23:25

Ok look in announce.php for this
PHP Code:

if ($left && $az["class"] < UC_VIP)
    if (
$az["class"] < UC_VIP)
    {
        
$gigs $az["uploaded"] / (1024*1024*1024);
        
$elapsed floor((gmtime() - $torrent["ts"]) / 3600);
        
$ratio = (($az["downloaded"] > 0) ? ($az["uploaded"] / $az["downloaded"]) : 1);
        if (
$ratio 0.5 || $gigs 5$wait 48;
        elseif (
$ratio 0.65 || $gigs 6.5$wait 36;
        elseif (
$ratio 0.8 || $gigs 8$wait =12;
        elseif (
$ratio 0.95 || $gigs 9.5$wait 0

or similar and change to 0's also in bitorrent.php the same

Timisoreanul 24th April 2009 01:49

Also in detalis.php




http://bvlist.com/torrent-strike/202....html#post9077

InFeRnO 24th April 2009 17:49

Yep my bad also details lol forgot that one


All times are GMT +2. The time now is 21:50.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.