Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 26th December 2007, 13:00
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default DR v0.26.1
TBDev DR v0.26.1
Attached Files
File Type: rar TB.Dev.DR0.26.1.rar (914.8 KB, 635 views)
Reply With Quote
The Following User Says Thank You to Fynnon For This Useful Post:
dragonss (2nd January 2010)
  #2  
Old 26th December 2007, 16:00
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default Re: TBDev DR 0.26.1
Hello,

How did you bypass the login problem?

Thank You!
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote
  #3  
Old 26th December 2007, 20:16
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TBDev DR 0.26.1
I saw this thread on tbdev about that problem
http://www.tbdev.net/index.php?showtopic=2130

The first line in the users table should be:

Code:
`id` int(10) unsigned NOT NULL auto_increment,

It is not perfect yet, needs more tweaking...
Reply With Quote
  #4  
Old 26th December 2007, 23:33
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default Re: TBDev DR 0.26.1
I modified some files: takesignup.php and ok.php to disable the email confirmation. Still doesn`t work.
I see the created user but can`t login with it.Could be the SQL version?
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote
  #5  
Old 27th December 2007, 00:00
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TBDev DR 0.26.1
It worked for me a few moments ago
Redownload the archive and try again please...
Reply With Quote
  #6  
Old 13th January 2008, 18:33
ph91ctl ph91ctl is offline
Member
 
Join Date: Jan 2008
Posts: 2
Unhappy re: DR v0.26.1
I set it up but I get this:
Code:
Sorry
We are a private site now and require an invite to join. Please do not request to be invited on non-invite forums, thanks.
How to deactivate that?
The default account (admin, pass admin) doesn`t work.
Could you please repair this source!
Reply With Quote
  #7  
Old 13th January 2008, 23:46
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default re: DR v0.26.1
Quote:
Originally Posted by ph91ctl View Post
I set it up but I get this:
Code:
Sorry
We are a private site now and require an invite to join. Please do not request to be invited on non-invite forums, thanks.
How to deactivate that?
The default account (admin, pass admin) doesn`t work.
Could you please repair this source!
in
Code:
/include/signup.php
on line 10 you must have:
Code:
if ($arr[0] >= $maxusers)
Reply With Quote
  #8  
Old 16th January 2008, 00:27
ph91ctl ph91ctl is offline
Member
 
Join Date: Jan 2008
Posts: 2
Default re: DR v0.26.1
mine was exactly like that but still didn`t work :cry:


Reply With Quote
  #9  
Old 16th January 2008, 23:36
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default re: DR v0.26.1
Quote:
Originally Posted by ph91ctl
mine was exactly like that but still didn`t work :cry:
If I got it to work you should also
You have downloaded that source from this site?
Reply With Quote
  #10  
Old 2nd March 2008, 01:09
seb35 seb35 is offline
Senior Member
 
Join Date: Dec 2007
France
Posts: 32
Default re: DR v0.26.1
No tested change in signup and takesignup

Code:
if ($arr[0] >= $maxusers)
with

Code:
if ($arr[0] > $maxusers)
Reply With Quote
Reply

Tags
dr

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



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