Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #41  
Old 18th March 2011, 00:10
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
this is what i got after press singup

Quote:
USER ERROR

Fatal Error!
any help please
Reply With Quote
  #42  
Old 24th March 2011, 04:01
devilsyard devilsyard is offline
Senior Member
 
Join Date: Jun 2009
United Kingdom
Posts: 19
Exclamation
Followed instructions install when all good

but after i make a account when i try log in put my details in then click login in it just goes bk to the login page again and doesnt move
Reply With Quote
  #43  
Old 29th April 2011, 09:19
k0pilashu k0pilashu is offline
Member
 
Join Date: Jan 2010
P2P
Posts: 7
Exclamation Help with Install
Hi !
Can someone help with this?


I cannot login in with no user/admin account !

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
I have Enable/Disable Cookies = NOTHING
I have changed the codes = NOTHING
P.S : i`m using 000webhost for my tracker !
Attached Thumbnails
login.JPG  

Last edited by k0pilashu; 29th April 2011 at 11:31.
Reply With Quote
  #44  
Old 21st May 2011, 17:34
gino22 gino22 is offline
Member
 
Join Date: Sep 2010
Italy
Posts: 4
Default phi
invalid announce url! must be http://www.xers.org/announce.php.
can i anyone help me?
PHP Code:
  qtl {    positionabsolute;     border1px solid #cccccc;
     
-moz-border-radius5px;
     
opacity0.2;
     
line-height100%;
     
z-index999
    
directionltr
}  
qtl:hover,qtl.open {     opacity1; }  qtl,qtlbar {     height22px; }  qtlbar {     displayblock
    
width100%; 
    
background-color#cccccc;     cursor: move; }  qtlbar img {     border: 0;     padding: 3px;     height: 16px;     width: 16px;  
   
cursorpointer;
 }  
qtlbar img:hover {     background-color#aaaaff;
 
}  qtl>iframe {     border0;     height0;     width0;
 }  
qtl.open {     heightauto;     }  qtl.open>iframe {     height200px
    
width300px; } 

Last edited by gino22; 21st May 2011 at 18:30.
Reply With Quote
  #45  
Old 4th January 2012, 13:01
Darkness's Avatar
Darkness Darkness is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 43
Default Hello!!
I have this error when I try to go http://mysite.org/index.php

Code:
Warning:  Unexpected character in input:  '\' (ASCII=92) state=1 in E:\xampp\htdocs\include\config.php on line 93

Warning:  Unexpected character in input:  '\' (ASCII=92) state=1 in E:\xampp\htdocs\include\config.php on line 93

Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in E:\xampp\htdocs\include\config.php on line 93
What should I do ?

this is the part of the code lines 90 - 93

PHP Code:
## DO NOT UNCOMMENT THIS: IT'S FOR LATER USE!
$host getenv'SERVER_NAME' );
$script getenv'SCRIPT_NAME' );
$script str_replace"\\""/"$script ); 
and if I must to comment that lines how can I do that ?

Bump:
Quote:
Originally Posted by k0pilashu View Post
Hi !
Can someone help with this?


I cannot login in with no user/admin account !

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
I have Enable/Disable Cookies = NOTHING
I have changed the codes = NOTHING
P.S : i`m using 000webhost for my tracker !

Same here ..
I can not login

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
when I login Return me here :(

http://mysite.org/login.php?returnto=%2Fmy.php

Last edited by Darkness; 4th January 2012 at 13:43.
Reply With Quote
  #46  
Old 10th January 2012, 22:09
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Wink
Quote:
Originally Posted by Darkness View Post
Same here
I can not login

PHP Code:
Not logged in!

 
ErrorThe page you tried to view can only be used when you're logged in.
            Note: You need cookies enabled to log in. 
when I login Return me here :(

http://mysite.org/login.php?returnto=%2Fmy.php

for the login problem go to config.php fin and replace this lines

PHP 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 try again

Have FUN hope this helps you
Reply With Quote
The Following 2 Users Say Thank You to wdq For This Useful Post:
kapel12 (28th August 2012), MinimalConvoy (24th January 2013)
  #47  
Old 25th January 2012, 02:10
underx underx is offline
Senior Member
 
Join Date: Sep 2008
Posts: 84
Default
hi all,
in browse page, categories are writtens in a table right? i want to remove the table borders (with no borders).
How to do that please?
thks
Reply With Quote
  #48  
Old 29th January 2012, 01:57
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Angry :@
Guarantee that their spestil niakoi fail to Ne moje to istalira
Reply With Quote
  #49  
Old 29th January 2012, 17:33
bogdanz00 bogdanz00 is offline
Member
 
Join Date: Jan 2012
P2P
Posts: 1
Thumbs up TBdev
tbdev is nice, but older!

would be nice to release a new version, fresh!
Reply With Quote
  #50  
Old 4th February 2012, 00:32
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Talking
Quote:
Originally Posted by wdq View Post
for the login problem go to config.php fin and replace this lines

PHP 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 try again

Have FUN hope this helps you
solved

Last edited by shasta; 4th February 2012 at 01:32.
Reply With Quote
Reply

Tags
2009 , tbdev

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
Tbdev 2009 Theme ? Ripparinn Sell & Buy 4 21st May 2010 00:11
freeleech.eu tbdev final 2009 djblackout Community Cafe 0 23rd March 2010 04:42
tbdev rev 212.2009 seeding problem irfan TBDev 16 9th February 2010 22:12
tbdev 2009 irc install irfan TBDev 0 12th October 2009 17:11



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