Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   d14:failure reason47:torrent not registered with this tracker (http://www.bvlist.com/showthread.php?t=9235)

boss28604 18th June 2013 18:02

Quote:

Originally Posted by firefly007 (Post 41175)
Could you enable my account that Ive just created on your tracker, "firefly"

confirme

firefly007 18th June 2013 18:11

Nope

Status "Comfirmed"
enabled "yes"

Check mysql => users => firefly

boss28604 18th June 2013 18:27

Sorry
Login
U : peers
p : 123456

firefly007 18th June 2013 18:33

Quote:

Originally Posted by boss28604 (Post 41178)
Sorry
Login
U : peers
p : 123456

Username or password incorrect

boss28604 18th June 2013 18:38

Quote:

Originally Posted by firefly007 (Post 41179)
Username or password incorrect

i'm sorry new account

U : test

p : 123456

firefly007 18th June 2013 18:40

Quote:

Originally Posted by boss28604 (Post 41180)
i'm sorry new account

U : test

p : 123456

Ok, enable upload rights please

boss28604 18th June 2013 18:46

Quote:

Originally Posted by firefly007 (Post 41181)
Ok, enable upload rights please

OK enable UPLOAD

firefly007 18th June 2013 19:05

Quote:

Originally Posted by boss28604 (Post 41182)
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 ////////////////////////////

boss28604 18th June 2013 19:17

Quote:

Originally Posted by firefly007 (Post 41183)
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 /////////////////////////////////// 


firefly007 18th June 2013 19:21

include 'incloud/config.php';

?

must be

include 'include/config.php';


All times are GMT +2. The time now is 04:18.

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