Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 16th July 2009, 03:04
numanx numanx is offline
Senior Member
 
Join Date: May 2009
P2P
Posts: 29
Default free lech problem
hi there i have a problem in announce when i put
Quote:
if ($upthis > 0 || $downthis > 0)
{
$freelech = mysql_query("SELECT * FROM torrents WHERE id = '$torrentid' AND freeleech = '1'");

if (mysql_num_rows($freelech) == 1)
{
mysql_query("UPDATE users SET uploaded = uploaded + $upthis WHERE id=$userid") or err("Tracker error 3");
}
else
{
mysql_query("UPDATE users SET uploaded = uploaded + $upthis, downloaded = downloaded + $downthis WHERE id=$userid") or err("Tracker error 3");
}
}
it says in bittorrent client : Tracker response decoding failed
please help
Reply With Quote
  #2  
Old 16th July 2009, 05:11
Moh.ElBaz's Avatar
Moh.ElBaz Moh.ElBaz is offline
Senior Member
 
Join Date: Jul 2008
Egypt
Posts: 145
Default
remove this

PHP Code:
    if ($upthis || $downthis 0)
        
mysql_query("UPDATE users SET uploaded = uploaded + $upthis, downloaded = downloaded + $downthis WHERE id=$userid") or err("Tracker error 3"); 
Reply With Quote
  #3  
Old 16th July 2009, 13:22
numanx numanx is offline
Senior Member
 
Join Date: May 2009
P2P
Posts: 29
Default
yes i did that replace

Quote:
if ($upthis > 0 || $downthis > 0)
mysql_query("UPDATE users SET uploaded = uploaded + $upthis, downloaded = downloaded + $downthis WHERE id=$userid") or err("Tracker error 3");
with

Quote:
if ($upthis > 0 || $downthis > 0)
{
$freelech = mysql_query("SELECT * FROM torrents WHERE id = '$torrentid' AND freeleech = '1'");

if (mysql_num_rows($freelech) == 1)
{
mysql_query("UPDATE users SET uploaded = uploaded + $upthis WHERE id=$userid") or err("Tracker error 3");
}
else
{
mysql_query("UPDATE users SET uploaded = uploaded + $upthis, downloaded = downloaded + $downthis WHERE id=$userid") or err("Tracker error 3");
}
}
but not work sign!!!:shock:

Anyone pls help me.
Reply With Quote
Reply

Tags
free , lech , problem


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
All Free Themes Fynnon Mods & Themes 7 21st October 2012 14:51
free host TERMINATOR T-101 Community Cafe 3 20th March 2010 11:08
10 GB free for Invitation CSK Yuna Scatari Edition (YSE) 1 23rd July 2009 04:56
Free Bt hosting zzz100 Seedbox & Hosting 11 2nd June 2009 18:43
Problem to the install Source TS v.5.1(nulled by mrdecoder) in the free web host ultimato Template Shares 3 18th November 2008 12:26



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