Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   DR v0.26.1 (http://www.bvlist.com/showthread.php?t=77)

Fynnon 26th December 2007 13:00

DR v0.26.1
 
1 Attachment(s)
TBDev DR v0.26.1

johnake 26th December 2007 16:00

Re: TBDev DR 0.26.1
 
Hello,

How did you bypass the login problem?

Thank You!

Fynnon 26th December 2007 20:16

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...

johnake 26th December 2007 23:33

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?

Fynnon 27th December 2007 00:00

Re: TBDev DR 0.26.1
 
It worked for me a few moments ago
Redownload the archive and try again please...

ph91ctl 13th January 2008 18:33

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!

Fynnon 13th January 2008 23:46

re: DR v0.26.1
 
Quote:

Originally Posted by ph91ctl (Post 156)
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)

ph91ctl 16th January 2008 00:27

re: DR v0.26.1
 
mine was exactly like that but still didn`t work :cry:



Fynnon 16th January 2008 23:36

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?

seb35 2nd March 2008 01:09

re: DR v0.26.1
 
No tested change in signup and takesignup

Code:

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

Code:

if ($arr[0] > $maxusers)


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

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