Skip to content

bug-me-not/XBTIT-Blu-Edition-by-BluCrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XBTIT Blu-Edition by BluCrew v2.0.8 Awesome

A modern front and backend bittorrent tracker!


This codebase is no longer being maintained

Gitter Page: https://gitter.im/bug-me-not/XBTIT-Blu-Edition-by-BluCrew Come chat with us!



:REQUIREMENTS:

  • Web server with NGINX (Apache can be used but not recommended)
  • A valid domain
  • PHP 7.X+ Recommended (PHP 5.4+ minimum)
  • Dependencies for PHP, (Updated as issues spotted)
    • php-gettext -> This is primarly for phpmyadmin, if your going to use it, there has been cases where it does not install when installing phpmyadmin.
    • php-curl -> This is specifically needed for the Various API's we have running.
  • MySQL 5.7+ or MariaDB 10+ (At this time you must disable Strict-Mode. MySQL and MariaDB are enabled by default in MySQL 5.7 and MariaDB 10)

:Point And Click Installer (UNDER TESTING):
PHP TRACKER AND INTERNAL FORUM
This is the easiest and fastest way to get your tracker up and running!

  • Place the xbtitFM Blu-Edition code in your webroot
  • Create your database (utf8_unicode_ci) and a database user using your application of choice like phpMyAdmin. Grant your database user usage privileges (data+structure, not grant/administration)
  • Place PHPMailer into the includes folder.
  • Use a web browser to open the site
  • Follow the instructions displayed by the installer
  • Once install is complete delete the install.php from your server
  • Log into your new site with the username and password you created during the install process
  • Enter the admin control panel and set your tracker's URL and announce URL's (delete the example announce with the :2710) and set your preferences and then save the settings.
  • Take some time to go through the admin panel and get used to everything from settings, hacks, modules and more.
  • Enjoy!

:Manual Install:

  • PHP TRACKER AND INTERNAL FORUM
  • It is assumed you already have the reqirments installed. (If so continue to next step, if not do it or ask for help in gitter chat room)
  • Place the xbtitFM Blu-Edition code in your webroot
  • Create your database (utf8_unicode_ci) and a database user using your application of choice like phpMyAdmin or via terminal. Grant your database user full permissions.
  • In your web directory of the script.OPEN /sql/database.sql and goto line 7511 ('url', 'http://example.com'), REPLACE WITH YOUR DOMAIN NAME! AND SAVE THE CHANGES.
  • Inport the SQL file located in your web directory of the script. /sql/database.sql
  • Navigate to your web directory of the script. Open /include/settings.php via a text editor or nano in terminal and enter your DB info you just created. Save it.
  • Goto your domain or IP in your web browser and login with Username: Admin Pass: Admin123.
  • Be sure to change your owner default accounts username and password.
  • Enter the admin control panel and set your tracker's URL and announce URL's (delete the example announce with the :2710) and set your preferences and then save the settings.
  • Take some time to go through the admin panel and get used to everything from settings, hacks, modules and more.
  • Enjoy!

:GENERAL NOTES:

  • Look to your Users Group Settings, do they match what you want?
  • You need to create the boards for your internal forum.
  • It is a lot of new stuff to take in, any bugs please open a issue.
  • https://kiwiirc.com/embedding for setting up your IRC widget in the irc.php

:CREDITS:

  • BluCrew (HDVinie and MrG01)
  • Our Collaborators (flier56, Chocolatkey, nilimahona)
  • This script takes the best of XBTIT, XBTITFM, XBTIT DT FM and XBTIT DT DC so credit to all the developers and participents in those named scripts. (That being said XBTIT Blu-Edition is still very much different but without XBTIT CORE this script would not be availble so giving credit where credit is due!)
  • YOU ARE NOT TO REMOVE OUR COPYRIGHT NOTICE FROM THE FOOTER!
    Copyright © 2016 Styled By BluCrew
    Copyright © 2016-2017 XBTIT Blu Edition by BluCrew

UPDATES

  v1.0      - Initial Release
  v1.1      - API class to handle Posters, Banners, CD Art and Background images from TVDB and FanArt
  v1.1.03   - Fixes cache issue relating to OMDB
  v1.1.04   - Minor fixes to bugs relating to list and details pages
  v1.1.05   - Fixes to language, Multiple Style Updates, Global Seedbonus Multiplier Hack Added
  v2.0      - OMDB API complete, Style Updates, Lang Updates, Auto Poster, Rating, Genre and Plot handling via IMDB or TVDB ID.
  v2.0.5      - Point and Click Installer Functional for east install process.
  v2.0.6      - Fixes the issue with Admin Seedbonus page
  v2.0.7      - Fixes issue where an empty Seedbox table fills up PHP logs
  v2.0.8      - Removes the PHPMailer code. The latest should be pulled from Github on intsall.

COMPONENTS USED

NOTES

  • PHPMailer is not included with this codebase. Please add it on your own accord.

LICENSE

The MIT License (MIT)

Copyright (c) 2017 BluCrew

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

YOU ARE NOT TO REMOVE OUR COPYRIGHT NOTICE FROM THE FOOTER!
Made with  by BluCrew
Copyright © 2016 Styled By BluCrew
Copyright © 2016-2017 XBTIT Blu Edition by BluCrew

Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.