Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #11  
Old 18th June 2013, 18:02
boss28604 boss28604 is offline
Senior Member
 
Join Date: Jun 2013
Thailand
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Could you enable my account that Ive just created on your tracker, "firefly"
confirme
Reply With Quote
  #12  
Old 18th June 2013, 18:11
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Nope

Status "Comfirmed"
enabled "yes"

Check mysql => users => firefly
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #13  
Old 18th June 2013, 18:27
boss28604 boss28604 is offline
Senior Member
 
Join Date: Jun 2013
Thailand
Posts: 17
Default
Sorry
Login
U : peers
p : 123456
Reply With Quote
  #14  
Old 18th June 2013, 18:33
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by boss28604 View Post
Sorry
Login
U : peers
p : 123456
Username or password incorrect
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #15  
Old 18th June 2013, 18:38
boss28604 boss28604 is offline
Senior Member
 
Join Date: Jun 2013
Thailand
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Username or password incorrect
i'm sorry new account

U : test

p : 123456
Reply With Quote
  #16  
Old 18th June 2013, 18:40
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by boss28604 View Post
i'm sorry new account

U : test

p : 123456
Ok, enable upload rights please
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #17  
Old 18th June 2013, 18:46
boss28604 boss28604 is offline
Senior Member
 
Join Date: Jun 2013
Thailand
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Ok, enable upload rights please
OK enable UPLOAD
Reply With Quote
  #18  
Old 18th June 2013, 19:05
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by boss28604 View Post
OK enable UPLOAD
You need to add your mysql details in your announce and URL



////////////////// GLOBAL VARIABLES ////////////////////////////
$TBDEV['baseurl'] = 'http://yoursite.com';
$TBDEV['announce_interval'] = 60 * 30;
$TBDEV['user_ratios'] = 0;
$TBDEV['connectable_check'] = 0;
define ('UC_VIP', 2);
// DB setup
$TBDEV['mysql_host'] = "localhost";
$TBDEV['mysql_user'] = "root";
$TBDEV['mysql_pass'] = "***";
$TBDEV['mysql_db'] = "tbdev09";
////////////////// GLOBAL VARIABLES ////////////////////////////
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #19  
Old 18th June 2013, 19:17
boss28604 boss28604 is offline
Senior Member
 
Join Date: Jun 2013
Thailand
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
You need to add your mysql details in your announce and URL



////////////////// GLOBAL VARIABLES ////////////////////////////
$TBDEV['baseurl'] = 'http://yoursite.com';
$TBDEV['announce_interval'] = 60 * 30;
$TBDEV['user_ratios'] = 0;
$TBDEV['connectable_check'] = 0;
define ('UC_VIP', 2);
// DB setup
$TBDEV['mysql_host'] = "localhost";
$TBDEV['mysql_user'] = "root";
$TBDEV['mysql_pass'] = "***";
$TBDEV['mysql_db'] = "tbdev09";
////////////////// GLOBAL VARIABLES ////////////////////////////

include('include/config.php');
PHP Code:
/*
+------------------------------------------------
|   TBDev.net BitTorrent Tracker PHP
|   =============================================
|   by CoLdFuSiOn
|   (c) 2003 - 2009 TBDev.Net
|   http://www.tbdev.net
|   =============================================
|   svn: http://sourceforge.net/projects/tbdevnet/
|   Licence Info: GPL
+------------------------------------------------
|   $Date$
|   $Revision$
|   $Author$
|   $URL$
+------------------------------------------------
*/
error_reporting(0);
////////////////// GLOBAL VARIABLES ////////////////////////////    

// DB setup
include 'incloud/config.php';
////////////////// GLOBAL VARIABLES ////////////////////////////

// DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU'RE DOING!!


// Deny access made with a browser...
/*
$agent = $_SERVER["HTTP_USER_AGENT"];

// Deny access made with a browser...
if (
    ereg("^Mozilla\\/", $agent) || 
    ereg("^Opera\\/", $agent) || 
    ereg("^Links ", $agent) || 
    ereg("^Lynx\\/", $agent) || 
    isset($_SERVER['HTTP_COOKIE']) || 
    isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) || 
    isset($_SERVER['HTTP_ACCEPT_CHARSET'])
    )
    err("torrent not registered with this tracker CODE 1");
*/  
/////////////////////// FUNCTION DEFS /////////////////////////////////// 
Reply With Quote
  #20  
Old 18th June 2013, 19:21
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
include 'incloud/config.php';

?

must be

include 'include/config.php';
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
Reply

Tags
2009 , d14failure , failure , fix , reason47torrent , registered , tbdev , torrent , tracker

Thread Tools

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 22:24. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.