Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 26th June 2008, 13:22
korl korl is offline
Member
 
Join Date: May 2008
Posts: 10
Default login problem
I installed netmaniack's edition, but I can't login. I confirmed the account but when I want to login... nothing happens. It just sends me to the home page :(
Reply With Quote
  #2  
Old 26th June 2008, 13:31
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: login problem
You can check in the database (the users table) if your account is confirmed and you can do it manually
(phpMyAdmin)


Strange...
Reply With Quote
  #3  
Old 26th June 2008, 19:40
korl korl is offline
Member
 
Join Date: May 2008
Posts: 10
Default Re: login problem
I checked that. you can confirm the accounts and it works. The only problem is that when I enter the name and password the page just refreshes :(


EDIT:

I managed to get it work
Reply With Quote
  #4  
Old 31st July 2008, 14:02
bestmd bestmd is offline
Member
 
Join Date: Jul 2008
Posts: 5
Thumbs up
Quote:
Originally Posted by korn3l View Post
I checked that. you can confirm the accounts and it works. The only problem is that when I enter the name and password the page just refreshes :(


EDIT:

I managed to get it work
Mmmm, the problem is in function mksecret();
Open include/bittorrent.php, search function mksecret,
and remove, after put there this function:
PHP Code:
function mksecret($length 20) {
$set = array("a","A","b","B","c","C","d","D","e","E","f","F","g","G","h","H","i","I","j","J","k","K","l","L","m","M","n","N","o","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","X","y","Y","z","Z","1","2","3","4","5","6","7","8","9");
    
$str;
    for(
$i 1$i <= $length$i++)
    {
        
$ch rand(0count($set)-1);
        
$str .= $set[$ch];
    }
    return 
$str;

Reply With Quote
  #5  
Old 4th September 2008, 07:53
shyden shyden is offline
Member
 
Join Date: Aug 2008
Posts: 5
Default
ok i've done that and im still having the same problem
Reply With Quote
Reply

Tags
login , problem


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
Login problem mat22 Yuna Scatari Edition (YSE) 4 31st January 2010 17:20
login.php problem el-curry TBDev 9 8th January 2010 12:59
login problem tunad TBDev 4 18th September 2009 16:01
Login Problem Wwwildthing BT.Manager (phpMyBitTorrent) 8 20th July 2009 03:11
Login Problem Fynnon BT.Manager (phpMyBitTorrent) 2 13th May 2008 12:23



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