Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TBVERSION_Sonic (http://www.bvlist.com/showthread.php?t=8607)

joeroberts 12th December 2012 00:02

Quote:

Originally Posted by bill123 (Post 38155)
xampp what a joke on your pc lol:fire: use a host that works not your own dam pc something like Ubuntu Server payed host Linux Web Host skin fligs

Thats the prbs with want to be site owner want to use there own pc to host dam sites live and that very slow so on and can not get mods to work on there crap pcs

If your source well not run on XAMPP then I would not advice running it on a live tracker because your host well throw you off because off server errors

I know You want attention but that is not the way to do it you need to release a source that is usable on all platforms and dont go off on people when they post error Help them FIX YOUR mistake.

daffy 12th December 2012 01:05

Quote:

Originally Posted by joeroberts (Post 38158)
If your source well not run on XAMPP then I would not advice running it on a live tracker because your host well throw you off because off server errors

I know You want attention but that is not the way to do it you need to release a source that is usable on all platforms and dont go off on people when they post error Help them FIX YOUR mistake.

Thats what i also thought, now why didnt i just post that :war::welcome::suicide: :pot: :ok:

x360zone 12th December 2012 10:03

hi
 
you know why they make so many penis extenders is becoz 99% off there nation is built like a tick and daffy i bet you have a few of these lol

daffy 12th December 2012 13:00

Quote:

Originally Posted by x360zone (Post 38167)
you know why they make so many penis extenders is becoz 99% off there nation is built like a tick and daffy i bet you have a few of these lol

iv a few of what bud? pricks and ticks yeah, as for them extenders, cant get any fit to this big bad boy :chch:

x360zone 12th December 2012 13:14

lol
 
joe removed the spam lol

daffy 12th December 2012 13:14

Dam i missed the spam. fkin love spam too :coffee:

patyex 16th December 2012 12:59

Login failed !

This account has been disabled.

?? error?

wMan 16th December 2012 14:12

1 Attachment(s)
PHP Code:

function maxsysop () {
global 
$CURUSER;
// Check Staff Names
$lmaxclass  48;
$lsysopnames = array("your nick here","System",); // 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"], $lsysopnamestrue)) { // 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'12); // Minumum Staff Level (9= UC_MODERATOR)
if ($CURUSER['class'] >= UC_OWNER) {
    
$allowed_ID = array(1,2,); // Change this (YOUR SYSOP-ADMIN IDS GOES HERE) (example: array(1,2,3,4,5))
        
if (!in_array((int)$CURUSER["id"], $allowed_IDtrue)) { // 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!");
        }        
    }
}

// Anti SQL injection 

where is says your nick here
you try to get in without set in bittorrent nick look at it lol

OR you put your nick or password in 3 times and the System banned you


and here is the overlibs i Forgot to add

dorcel 16th December 2012 19:35

Quote:

Originally Posted by bill123 (Post 38259)
PHP Code:

function maxsysop () {
global 
$CURUSER;
// Check Staff Names
$lmaxclass  48;
$lsysopnames = array("your nick here","System",); // 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"], $lsysopnamestrue)) { // 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'12); // Minumum Staff Level (9= UC_MODERATOR)
if ($CURUSER['class'] >= UC_OWNER) {
    
$allowed_ID = array(1,2,); // Change this (YOUR SYSOP-ADMIN IDS GOES HERE) (example: array(1,2,3,4,5))
        
if (!in_array((int)$CURUSER["id"], $allowed_IDtrue)) { // 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!");
        }        
    }
}

// Anti SQL injection 

where is says your nick here
you try to get in without set in bittorrent nick look at it lol

OR you put your nick or password in 3 times and the System banned you


and here is the overlibs i Forgot to add

what this change? please ask.


Installed on the local machine, tried a lot of options and still - This account has been disable - In what could be the problem?

x360zone 17th December 2012 16:03

hi
 
add your username and id number to the files to get you online and undisabled as staff its a security precautiuon and you need to add yourself and all staff you use on your tracker also:ok:


All times are GMT +2. The time now is 07:59.

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