View Single Post
  #11  
Old 9th November 2012, 12:48
Tones Tones is offline
Banned
 
Join Date: Sep 2011
Cuba
Posts: 154
Default database
Hey!! I need the complet database from fileleech this one is not complet!!

Bump:
Quote:
Originally Posted by daffy View Post
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!!
Reply With Quote