Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   UNIT3D (http://www.bvlist.com/forumdisplay.php?f=129)
-   -   UNIT3D (http://www.bvlist.com/showthread.php?t=11306)

sfu_420 28th May 2018 15:37

thank you for the tutorial very clear for a noob like me, little question is it advisable to install let's encrypt or we can do without?

HDVinnie 29th May 2018 02:07

I only recommend letsencrypt because its free SSL Cert. But yes you 1000% percent should run any tracker in HTTPS only with proper security headers and CSP. All which is configurable in UNIT3D's secure-headers.php config file.

csg4mes 29th May 2018 17:20

could someone please create a video lesson
:sad:

mitch 29th May 2018 20:17

hi, when i upload a torrent, is it necessary to use imdb or can it be disabled? thank you

HDVinnie 30th May 2018 02:20

Quote:

Originally Posted by mitch (Post 51972)
hi, when i upload a torrent, is it necessary to use imdb or can it be disabled? thank you

just leave it a zero

antimidas 6th June 2018 08:42

ok so I really dig this... I'm coming from u232..... what I'm trying to figure out is how to disable email verification... I've tried nuul and 0 under 2 step.... I've not used laravel before, and really just been teaching myself php since 2016... I have a ton to learn

DND 6th June 2018 08:59

did you tried true or false?

HDVinnie 6th June 2018 15:36

Quote:

Originally Posted by antimidas (Post 51996)
ok so I really dig this... I'm coming from u232..... what I'm trying to figure out is how to disable email verification... I've tried nuul and 0 under 2 step.... I've not used laravel before, and really just been teaching myself php since 2016... I have a ton to learn

There is no way to turn off email verification yet. It is for now a required part of the registration process.

The TwoStep Auth your seeing in the `UNIT3D/config/auth.php` is for the TwoStep Authentication process and weather or not you want uses to be able to use it.

Code:

   
    /*
    |--------------------------------------------------------------------------
    | Verification Authentication Enabled
    |--------------------------------------------------------------------------
    */
    'TwoStepEnabled' => false,

    /*
    |--------------------------------------------------------------------------
    | Verification Email Settings
    |--------------------------------------------------------------------------
    */
    'verificationEmailFrom'    => env('MAIL_FROM_ADDRESS', env('MAIL_FROM_NAME')),
    'verificationEmailFromName' => ' 2-Step Verification',

    /*
    |--------------------------------------------------------------------------
    | Verification Timings Settings
    |--------------------------------------------------------------------------
    */
    'TwoStepExceededCount'            => 3,
    'TwoStepExceededCountdownMinutes'  => 60 * 24,
    'TwoStepVerifiedLifetimeMinutes'  => 6 * 60,
    'TwoStepTimeResetBufferSeconds'    => 6 * 60,

JFYI - true or 1 to enable, false or 0 to disable

PLEASE KEEP IN MIND THIS IS NOT GOOGLE AUTH OR AUTHY. THIS IS A HOMEBREWED 2STEPAUTH SYSTEM!

Home-brewed Two Step Auth System:

1) Ability to enable/disabled TwoStep via user profile in account settings.

2) If enabled you will receive a email like so:
https://i.imgur.com/cyX8Zy2.png

3) Then next login. After successfully logging in with your username and password you will be redirected to this page before gaining full access to said SITE:
https://i.imgur.com/uyj9WGZ.png

4) You have 4 attempts before account gets locked out. See images below:

https://i.imgur.com/Ly523NI.png

https://i.imgur.com/NaN1s0I.png

https://i.imgur.com/RHHaiB8.png

https://i.imgur.com/rS6cQyh.png

https://i.imgur.com/jB471py.png

Bump:
Quote:

Originally Posted by antimidas (Post 51996)
ok so I really dig this... I'm coming from u232..... what I'm trying to figure out is how to disable email verification... I've tried nuul and 0 under 2 step.... I've not used laravel before, and really just been teaching myself php since 2016... I have a ton to learn

If you want this feature feel free to open a issue on our GitHub requesting it and it will be done.

z3ro 19th August 2018 15:46

Hi
 
1 Attachment(s)
What is? not understand, no staff_dashboard registracio settings :sad:

automatic,invite and mail registracion no sorry

Thank you very help!

d0rq 19th August 2018 22:34

Awesome site!
 
Thanks for this, ive been setting it up for days due to all the prereqs not being met and reading. lol. However when i upload a torrent it always goes to nginx page timeout. the torrent still uploads however so it basically works. then on irc. the bot comes in for a split second and announces however it only gets like the first line sometimes it will get all 3 lines in the announce. I figured out how to get the Bump announce part all in one line. but i cant find the regular upload announce section. so if you can direct me awesome. ty.

so it goes like this.

press upload.
page circles in tab waiting for host.com
irc bot joins server.
page waiting still for about 20 secs 30 secs.
then bam white nginx timeout error page
ircbot sends the first line only then disconnects from irc server.
whole process takes about a minute really.. cause the bot gets turned into botname-guest456789 on my ircd.

so does the bot suppose to do that or sit in channel all the time?? is it suppose to join announce quit server?
my site never redirects i have to hit the back arrow then i get the toastr upload is ready to download. ive been throught this thing looked everywhere to figure this out. lol. ty for your time.


All times are GMT +2. The time now is 11:34.

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