Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Free Torrent Source
Reply
  #1  
Old 1st February 2010, 23:48
cobrabm cobrabm is offline
Senior Member
 
Join Date: Mar 2008
Posts: 18
Default i have a question
i removed this from announce.php
PHP Code:
if ($uploaded || $downloaded 0) {
    
$upthis max(0$uploaded - @$self["uploaded"]);
    
$downthis max(0$downloaded - @$self["downloaded"]);
    
mysql_query("UPDATE anti_cheat SET uploaded = uploaded + $upthis, downloaded = downloaded + $downthis WHERE user_id = $userid AND torrent_id = $torrentid");
    if (
mysql_affected_rows() == 0) {
        
mysql_query("INSERT INTO anti_cheat (user_id, torrent_id, uploaded, downloaded ) VALUES ( $userid$torrentid$upthis$downthis )");
    }

and from functions.php this
PHP Code:
HANDLE::freq('libs.anticheat''main'); 
have someting ? for affect my tracker

Last edited by cobrabm; 2nd February 2010 at 00:12.
Reply With Quote
Reply

Tags
question

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question evilman Community Cafe 3 15th December 2009 20:28
Question ??? kp380lv Yuna Scatari Edition (YSE) 4 24th September 2009 11:00
Question about... Angelus636 Yuna Scatari Edition (YSE) 0 10th May 2009 01:08
Question vebmann Yuna Scatari Edition (YSE) 1 14th March 2009 21:54
[Question] Help please! SafariMan BT.Manager (phpMyBitTorrent) 10 9th January 2009 14:52



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