Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   freeleech problem (http://www.bvlist.com/showthread.php?t=10975)

t3es87 25th September 2016 19:24

freeleech problem
 
hello i have a problem with freeleech, I put all torrent free but after 1 hour it is no longer free

firefly007 26th September 2016 12:41

Check in your cleanup... Or post it here :)

t3es87 26th September 2016 13:07

Cleanup
 
PHP Code:

}
}
if(
$this->err)
$this->seeds=$this->leechers=$this->completed=$this->name=$this->infohash=null;
return(
$this->err);
}
function 
tsniff($url)
{
$this->url=$url;
return(
$this->doscrape());
}
}
//mysql_query("UPDATE torrents SET leechers = '1' WHERE leechers = '0' AND extern ='yes'")  or sqlerr(__FILE__, __LINE__);
mysql_query("UPDATE torrents SET seeders = '1' WHERE seeders = '0' AND extern ='yes'")  or sqlerr(__FILE____LINE__);
mysql_query("UPDATE torrents SET visible = 'yes' WHERE extern ='yes'")  or sqlerr(__FILE____LINE__);
mysql_query("UPDATE torrents SET free = 'no' WHERE extern ='yes'")  or sqlerr(__FILE____LINE__);
mysql_query("UPDATE torrents SET x2 = 'no' WHERE extern ='yes'")  or sqlerr(__FILE____LINE__);

//-------------------------------------------------- Set free by size ---------------------------------------------------//
mysql_query("UPDATE torrents SET free = 'yes' WHERE extern ='yes' AND size >'4294967296'")  or sqlerr(__FILE____LINE__);
mysql_query("UPDATE torrents SET x2 = 'yes' WHERE extern ='yes' AND size >'21474836480'")  or sqlerr(__FILE____LINE__);

//------------------------------------------------------ Set XXX --------------------------------------------------------//
mysql_query("UPDATE torrents SET free = 'no' WHERE extern ='yes' AND category ='27'")  or sqlerr(__FILE____LINE__);

//---------------------------------------------- Set free by categories -------------------------------------------------//
//mysql_query("UPDATE torrents SET free = 'yes' WHERE extern ='yes' AND category ='18'")  or sqlerr(__FILE__, __LINE__);
//mysql_query("UPDATE torrents SET free = 'yes' WHERE extern ='yes' AND category ='19'")  or sqlerr(__FILE__, __LINE__);
//mysql_query("UPDATE torrents SET free = 'yes' WHERE extern ='yes' AND category ='33'")  or sqlerr(__FILE__, __LINE__);

/////////////////////////////////////////////// END Scrape external Torrents ////////////////////////////////////////////// 


DND 26th September 2016 14:07

LOL..
from what i see in that cleanup code it seems this is some sort of modified tbdev..maybe version 06-08 with external torrents allowed..LMFAO
why ruin something that is good and make it public?
problem can be in announce also..who knows how the public modification is done...:coffee:

t3es87 26th September 2016 20:21

Freeleech
 
I realized I leave things as they are


All times are GMT +2. The time now is 17:12.

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