Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 25th September 2016, 19:24
t3es87 t3es87 is offline
Member
 
Join Date: Apr 2015
Posts: 14
Exclamation freeleech problem
hello i have a problem with freeleech, I put all torrent free but after 1 hour it is no longer free
Reply With Quote
  #2  
Old 26th September 2016, 12:41
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Check in your cleanup... Or post it here :)
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #3  
Old 26th September 2016, 13:07
t3es87 t3es87 is offline
Member
 
Join Date: Apr 2015
Posts: 14
Default 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 ////////////////////////////////////////////// 

Last edited by joeroberts; 26th September 2016 at 13:09. Reason: PLEASE USE CODE TAGS
Reply With Quote
  #4  
Old 26th September 2016, 14:07
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
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...
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 26th September 2016, 20:21
t3es87 t3es87 is offline
Member
 
Join Date: Apr 2015
Posts: 14
Default Freeleech
I realized I leave things as they are
Reply With Quote
Reply

Tags
freeleech , problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 20:35. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.