Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   TBDev 2010 revision 464 (http://www.bvlist.com/showthread.php?t=187)

phpCoder 2nd September 2009 20:15

For the default uploaded run this query on your database:
Code:

ALTER TABLE `users` CHANGE `uploaded` `uploaded` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '2147483648';
As for setting members to confirmed by default open takesignup.php and find this:
Code:

(!$arr[0]?'confirmed':'pending')
Change to
Code:

'confirmed'
Then find these 2 lines:
Code:

if($arr[0])
  mail($email, "$SITENAME user registration confirmation", $body, "From: $SITEEMAIL", "-f$SITEEMAIL");

And comment them out

Moh.ElBaz 3rd September 2009 04:04

why to make the edit in this complicated steps ? it's very simple ..

raefor 3rd September 2009 13:43

Quote:

Originally Posted by phpCoder (Post 15271)
For the default uploaded run this query on your database:
And comment them out


the 2 gig part np but the
confirmed email you get white page

phpCoder 3rd September 2009 21:15

Quote:

Originally Posted by Moh.ElBaz (Post 15286)
why to make the edit in this complicated steps ? it's very simple ..

The sql query in takesignup.php sets members to pending so unless you're the first member to signup so you can't just change the default value to confirmed in the database, he wanted members to be confirmed straight away without emailing and that is what my posted code does, it sets them to confirmed and stops the site from sending the validation email.

Quote:

Originally Posted by raefor (Post 15293)
the 2 gig part np but the
confirmed email you get white page

My bad

Code:

if($arr[0])
  mail($email, "$SITENAME user registration confirmation", $body, "From: $SITEEMAIL", "-f$SITEEMAIL");

Also comment out the next line after the 2 lines you've already commented out should be:
Code:

else

blkmaster 6th September 2009 22:59

This source is the best i hope the security is good too.I'm wonder:Why tbdev can be more... i don't know..cool on the appearance i mean cool themes.I know that's our work but if will have a bit more cool graphics(initialy) maybe our work will me much easy than before.

djlee 17th October 2009 13:28

because then it wouldnt be tbdev

Terminator 29th October 2009 03:22

i'm a big fan of tbdev releases, especially the black or dark, easy on eyes, skin ones. if they keep up the updates regularly like scam... ooops, i meant xam :)

sori 3rd November 2009 09:16

at the moment, few mod insert this mod? e.g mail invite, ban bt client manager, thanks for
above i really just wanna have

underx 17th January 2010 16:34

hey, I got SQL ERROR after setting up the tracker !!
Quote:

[1045] dbconn: mysql_connect: Access denied for user 'Système'@'localhost' (using password: NO)
Someone can help please !!

biggg 18th January 2010 23:29

where are the files?
 
can someone tell me where are that 2 files secrets.php and bittorrent.php?


All times are GMT +2. The time now is 09:05.

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