Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #51  
Old 15th April 2010, 12:15
mrrayden mrrayden is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default 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
Reply With Quote
  #52  
Old 14th January 2011, 13:32
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default
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
Reply With Quote
  #53  
Old 23rd February 2011, 10:54
badjoke23 badjoke23 is offline
Member
 
Join Date: Feb 2011
Romania
Posts: 1
Default
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
Reply With Quote
  #54  
Old 21st March 2011, 16:01
eremini eremini is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 1
Default
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.
Reply With Quote
  #55  
Old 25th March 2011, 03:53
chaotic's Avatar
chaotic chaotic is offline
Member
 
Join Date: Oct 2010
Egypt
Posts: 11
Default
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?
Reply With Quote
  #56  
Old 13th April 2011, 23:06
cherwonk cherwonk is offline
Senior Member
 
Join Date: Mar 2008
Posts: 15
Default
you need to upgrade your PHP .
Reply With Quote
  #57  
Old 27th April 2011, 12:18
d6bmg d6bmg is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 36
Default
tbdev 2010 is not released yet. So, what is the point of this code?? part of tbdev09 v3 code??
Reply With Quote
  #58  
Old 27th April 2011, 20:42
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by d6bmg View Post
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

Reply With Quote
  #59  
Old 19th May 2011, 15:32
steglck steglck is offline
Member
 
Join Date: May 2011
P2P
Posts: 1
Default
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) ) 
Reply With Quote
  #60  
Old 31st May 2011, 12:18
Tyran Tyran is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 3
Default
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 
Reply With Quote
Reply

Tags
2010 , 464 , revision , tbdev , torrentbits , torrents 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
xBtiT v2.5.4 Fynnon xBTiT 83 21st January 2024 00:36
SZ Edition v0.3.5 revision 337 Fynnon SZ Edition 70 21st January 2020 10:10
YSE 2.x Ashur Yuna Scatari Edition (YSE) 19 4th February 2015 23:57
[TBDEV 2010] Theme/Skin Runny TBDev 1 26th January 2010 15:37
TorrentPier 0.3.5 Revision 763 Karlson Community Cafe 1 19th January 2008 17:00



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