Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   TBDev 2010 revision 464 (http://www.bvlist.com/showthread.php?t=187)

mrrayden 15th April 2010 12:15

installation done?
 
hi i have installed the tracker source and maked de sysop account and when i try to login nothing happen just return me again to login page i have cookie enebled but nothing in my url when i put my adress: http://localhost/login.php?returnto=/


and when i try to loggin http://localhost/login.php?returnto=/my.php and
Code:

Not logged in!

Error: The page you tried to view can only be used when you're logged in.

Note: You need cookies enabled to log in.

and how can i disable the chaptcha code login i want more simple login not with pin or letters thanks

wdq 14th January 2011 13:32

go to include----> config.php


find and replace cookie setup with this lines


Code:

// Cookie setup
$TBDEV['cookie_prefix'] = 'tbalpha_'; // This allows you to have multiple trackers, eg for demos, testing etc.
$TBDEV['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$TBDEV['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com

and retry to login

hope this helps

badjoke23 23rd February 2011 10:54

Code:

Error

SQL query:

--
-- Database: `tb`
--
-- --------------------------------------------------------
--
-- Table structure for table `avps`
--
CREATE TABLE `avps` ( `arg` varchar( 20 ) COLLATE utf8_unicode_ci NOT NULL ,
`value_s` text COLLATE utf8_unicode_ci NOT NULL ,
`value_i` int( 11 ) NOT NULL DEFAULT '0',
`value_u` int( 10 ) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY ( `arg` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci;


MySQL said:

#1046 - No database selected


eremini 21st March 2011 16:01

Anyone had a problem with torrents made by the tracker being bad? As in I get "Invalid torrent file" from utorrent with every torrent downloaded.

chaotic 25th March 2011 03:53

hey pls help

PHP Code:


Warning
!                                  The following errors must be rectified before continuing!                                  

                                 
This feature has been DEPRECATED as of PHP 5.3.0Relying on this feature is highly discouraged 

what can i do?

cherwonk 13th April 2011 23:06

you need to upgrade your PHP .

d6bmg 27th April 2011 12:18

tbdev 2010 is not released yet. So, what is the point of this code?? part of tbdev09 v3 code??

Fynnon 27th April 2011 20:42

Quote:

Originally Posted by d6bmg (Post 27685)
tbdev 2010 is not released yet. So, what is the point of this code?? part of tbdev09 v3 code??

as it is said in the first post this is a BETA release of the next version of TBDEV
i called it 2010 so people know it`s diffrent from 2008/2009

i might call it TBDEV 2011 soon...or even 2012 if will not be released this year

:ok:

steglck 19th May 2011 15:32

PHP Code:

CREATE TABLE files id int(10unsigned NOT NULL AUTO_INCREMENTtorrent int(10unsigned NOT NULL DEFAULT '0'filename varchar(255COLLATE utf8_unicode_ci NOT NULLsize bigint(20unsigned NOT NULL DEFAULT '0'PRIMARY KEY (id), KEY torrent (torrent), FULLTEXT KEY filename (filename) ) 


Tyran 31st May 2011 12:18

PHP Code:

Warning!   The following errors must be rectified before continuing!  Please go back and try again!  CREATE TABLE files id int(10unsigned NOT NULL AUTO_INCREMENTtorrent int(10unsigned NOT NULL DEFAULT '0'filename varchar(255COLLATE utf8_unicode_ci NOT NULLsize bigint(20unsigned NOT NULL DEFAULT '0'PRIMARY KEY (id), KEY torrent (torrent), FULLTEXT KEY filename (filename) )  The used table type doesn't support FULLTEXT indexes 



All times are GMT +2. The time now is 01:41.

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