Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Free Torrent Source (http://www.bvlist.com/forumdisplay.php?f=25)
-   -   i have a question (http://www.bvlist.com/showthread.php?t=4403)

cobrabm 1st February 2010 23:48

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


All times are GMT +2. The time now is 05:19.

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