Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > UNIT3D
Closed Thread
  #31  
Old 28th May 2018, 15:37
sfu_420 sfu_420 is offline
Member
 
Join Date: Nov 2015
France
Posts: 3
Default
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?
The Following User Says Thank You to sfu_420 For This Useful Post:
HDVinnie (29th May 2018)
  #32  
Old 29th May 2018, 02:07
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
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.
  #33  
Old 29th May 2018, 17:20
csg4mes csg4mes is offline
Member
 
Join Date: May 2018
Posts: 1
Default
could someone please create a video lesson
  #34  
Old 29th May 2018, 20:17
mitch mitch is offline
Senior Member
 
Join Date: Jan 2012
France
Posts: 46
Default
hi, when i upload a torrent, is it necessary to use imdb or can it be disabled? thank you
  #35  
Old 30th May 2018, 02:20
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
Quote:
Originally Posted by mitch View Post
hi, when i upload a torrent, is it necessary to use imdb or can it be disabled? thank you
just leave it a zero
  #36  
Old 6th June 2018, 08:42
antimidas antimidas is offline
Senior Member
 
Join Date: Mar 2011
United States
Posts: 67
Default
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
  #37  
Old 6th June 2018, 08:59
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
did you tried true or false?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
  #38  
Old 6th June 2018, 15:36
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
Quote:
Originally Posted by antimidas View Post
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:
Click the image to open in full size.

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:
Click the image to open in full size.

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

Click the image to open in full size.

Click the image to open in full size.

Click the image to open in full size.

Click the image to open in full size.

Click the image to open in full size.

Bump:
Quote:
Originally Posted by antimidas View Post
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.
  #39  
Old 19th August 2018, 15:46
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Default Hi
What is? not understand, no staff_dashboard registracio settings

automatic,invite and mail registracion no sorry

Thank you very help!
Attached Images
 
  #40  
Old 19th August 2018, 22:34
d0rq d0rq is offline
Member
 
Join Date: Sep 2017
Posts: 2
Default 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.

Last edited by d0rq; 19th August 2018 at 22:40. Reason: more to question i forgot.
Closed Thread

Tags
bittorrent , laravel , php , torrent , tracker , unit3d

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 13:35. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.