Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   2 Trackers sources (http://www.bvlist.com/showthread.php?t=7653)

Tones 9th November 2012 12:48

database
 
Hey!! I need the complet database from fileleech this one is not complet!!

Bump:
Quote:

Originally Posted by daffy (Post 33244)
open include/bittorrent.php look for

Code:

// Check Staff Names
$lmaxclass  = 48;
$lsysopnames = array("name1","name2","name2","nam4"); // Case sensitive. Change this (YOUR SYSOP-ADMIN NAMES GOES HERE) (example: array("adminname1","adminname2","adminname3","adminname4","so far")
    if ($CURUSER["class"] >= $lmaxclass)
        if (!in_array($CURUSER["username"], $lsysopnames, true)) { // true for strict comparison
            $msg = "Fake Account Detected: Username: ".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
            write_log($msg);
            stderr("Access Denied!","We come to believe you are using a fake account, therefore we've logged this action!");
        }

// Check Staff IDS       
define ('UC_OWNER', 15); // Minumum Staff Level (9= UC_MODERATOR)
if ($CURUSER['class'] >= UC_OWNER) {
    $allowed_ID = array(1); // Change this (YOUR SYSOP-ADMIN IDS GOES HERE) (example: array(1,2,3,4,5))
        if (!in_array((int)$CURUSER["id"], $allowed_ID, true)) { // true for strict comparison
            $msg = "Fake Account Detected: Username: ".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
            write_log($msg);
            stderr("Access Denied!","We come to believe you are using a fake account, therefore we've logged this action!");           
        }       
    }
}

you can se what you have to change ;)

.
wow
Code:

if ($CURUSER["class"] > 15)
{
stdhead();
  stdmsg("FUCK OFF...", "STOP CHEATING MOTHER FUCKER");
  stdfoot();
  exit;
}

15 user classes lol think il check it out for the crack



Next time I recommend you not to give abstain completely wrong directions .. The thing to do is to actually go to the database and set user class lvl 15 that's all!
Now I let you whuit you delusions!!

z3ro 29th November 2012 21:21

not understand:sos:

signup katt and divert http://www.searchremagnified.com/?dn...4Q7C6:suicide:

Chez 30th November 2012 12:22

1 Attachment(s)
The attached file is my database from my old tracker and it's working 100% with this 2 sources.

ajax 30th November 2012 12:42

Quote:

Originally Posted by FTWR (Post 33861)
Not the original source code :gum: only that which is free on the internet.

U r so smart I can't even tell.. :chch:


All times are GMT +2. The time now is 22:13.

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