Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #11  
Old 12th December 2012, 00:02
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by bill123 View Post
xampp what a joke on your pc lol 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.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #12  
Old 12th December 2012, 01:05
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by joeroberts View Post
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
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #13  
Old 12th December 2012, 10:03
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default 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
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #14  
Old 12th December 2012, 13:00
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by x360zone View Post
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
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #15  
Old 12th December 2012, 13:14
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default lol
joe removed the spam lol
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #16  
Old 12th December 2012, 13:14
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Dam i missed the spam. fkin love spam too
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #17  
Old 16th December 2012, 12:59
patyex patyex is offline
Member
 
Join Date: Mar 2010
Hungary
Posts: 9
Default
Login failed !

This account has been disabled.

?? error?
Reply With Quote
  #18  
Old 16th December 2012, 14:12
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
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
Attached Files
File Type: rar overlib.rar (13.6 KB, 29 views)

Last edited by wMan; 16th December 2012 at 14:35.
Reply With Quote
  #19  
Old 16th December 2012, 19:35
dorcel's Avatar
dorcel dorcel is offline
Member
 
Join Date: Dec 2012
Bahamas
Posts: 7
Default
Quote:
Originally Posted by bill123 View Post
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?

Last edited by dorcel; 17th December 2012 at 08:27.
Reply With Quote
  #20  
Old 17th December 2012, 16:03
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default 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
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
Reply

Tags
tbversionsonic


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



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