Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #1  
Old 29th September 2017, 18:26
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Smile XBTIT Blu-Edition by BluCrew v2.0.8
Have a nice time!

https://github.com/bug-me-not/XBTIT-...ion-by-BluCrew


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

Attached Thumbnails
1.png   2.png  

Last edited by Fynnon; 5th February 2018 at 13:14. Reason: Changed download link from zippy to github. Updates
Reply With Quote
The Following 9 Users Say Thank You to z3ro For This Useful Post:
aMiGo1972 (29th September 2017), Botanicar (27th January 2018), elvis (13th November 2021), Fynnon (5th February 2018), jh0ng (25th March 2021), MasterMan (30th September 2017), RIAS (30th September 2017), vtmk (17th December 2019), yammu (30th September 2017)
  #2  
Old 30th September 2017, 19:31
yammu yammu is offline
Senior Member
 
Join Date: Sep 2017
Posts: 16
Default
How to install i stuck in beginning
Connection to DB was not possible!No DB with that name seems to exist on the server!
I tried installer folder too but end up errors with sql not found give full details and description about install

Bump: I m eager to install this so i am waiting for install instructions pls give it
Quote:
Originally Posted by yammu View Post
How to install i stuck in beginning
Connection to DB was not possible!No DB with that name seems to exist on the server!
I tried installer folder too but end up errors with sql not found give full details and description about install
Reply With Quote
  #3  
Old 1st October 2017, 07:21
TrickyRicky TrickyRicky is offline
Member
 
Join Date: Mar 2017
Posts: 7
Default
File does not exist

Needs re/uploaded
Reply With Quote
The Following User Says Thank You to TrickyRicky For This Useful Post:
VIPER790 (28th December 2021)
  #4  
Old 1st October 2017, 11:27
RIAS's Avatar
RIAS RIAS is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 14
Default
Missing phpmailer folder, install.unlock file and error path in common.php on line 111 !

How install and fix this:
Before install, upload the folder phpmailer and install.unlock file in your public_html after that edit common.php on line 111:

PHP Code:
include_once($THIS_BASEPATH.'/include/phpmailer/class.phpmailer.php'); 
replace with

PHP Code:
include_once($THIS_BASEPATH.'/phpmailer/class.phpmailer.php'); 
Open http://yoursite.com/install.php and follow steps for finish installation.
After complete installation,if you have problem with registration change in phpAdmin user: Admin, email adress with yours and recover password!

Sorry for my bad english.


Missing bloks, this script it's not full
Attached Files
File Type: zip phpmailer.zip (206.2 KB, 201 views)
File Type: zip install.zip (380 Bytes, 204 views)

Last edited by RIAS; 1st October 2017 at 12:44.
Reply With Quote
  #5  
Old 1st October 2017, 18:05
doyo doyo is offline
Member
 
Join Date: Jul 2011
P2P
Posts: 2
Default
Download: Link
Reply With Quote
  #6  
Old 1st October 2017, 20:24
yammu yammu is offline
Senior Member
 
Join Date: Sep 2017
Posts: 16
Default
Installed sucessfully also recovered admin pass but http://prntscr.com/gs7i1l language is kind of problem how to fix that, kindly help me out you guys
As well i m unable to find option to start registeration.

Last edited by yammu; 2nd October 2017 at 13:19.
Reply With Quote
  #7  
Old 2nd October 2017, 21:41
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
a JFYI. This is my project. I abandoned it about 8 months ago. It was a private codebase hosted on my private gitlab server. Since then I made it open source and bug-me-not hosted it for me on Github.

You can find here:

https://github.com/bug-me-not/XBTIT-...ion-by-BluCrew

And gitter channel:

https://gitter.im/bug-me-not/XBTIT-B...ion-by-BluCrew

Hasn't had much action but hopefully some devs will continue it on GitHub. I have since moved onto another project.
Reply With Quote
  #8  
Old 2nd October 2017, 22:21
yammu yammu is offline
Senior Member
 
Join Date: Sep 2017
Posts: 16
Default
Language is only problem in this script
Reply With Quote
  #9  
Old 17th January 2018, 13:10
JHONNY JHONNY is offline
Member
 
Join Date: Sep 2012
P2P
Posts: 10
Default Fatal error
Fatal error: Call to a member function fetch_assoc() on boolean in /include/common.php on line 319

Line 319: while ($mz=$mr->fetch_assoc()) {
Reply With Quote
  #10  
Old 3rd February 2018, 18:19
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Default error
Quote:
Originally Posted by z3ro View Post
XBTIT-Blu-Edition-by-BluCrew-master
Have a nice time!

http://www99.zippyshare.com/v/VAizrtYv/file.html


File does not exist on this server
Reply With Quote
Reply

Tags
blucrew , bluedition , xbtit

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