Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #1  
Old 10th May 2010, 22:03
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default xBtiT v2.5.4
attention

Attention


LATEST FILES FROM SVN

Source files attached to this post are updated every time the SVN has updates





-FORUM-

http://www.btiteam.org/index.php/topic,25104.0.html



-SVN-


https://btit-tracker.svn.sourceforge.../branches/beta

http://btit-tracker.svn.sourceforge....branches/beta/



-DEMO-

http://demo.xbtit.com



- INSTALLATION -

the torrent contains instructions and notes
for xbtt and smf options read the instructions FIRST

- QUICK INSTALL -


CREATE db and db user
UPLOAD files to webroot
POINT browser at site
FOLLOW onscreen instructions
DELETE upgrade.php, install.php install.unlock
Attached Files
File Type: zip xbtit-2.5.4.zip (10.71 MB, 776 views)

Last edited by Fynnon; 1st February 2017 at 18:45. Reason: update
Reply With Quote
The Following 32 Users Say Thank You to Fynnon For This Useful Post:
AllenT (3rd November 2014), aMiGo1972 (22nd September 2011), antisa (16th September 2010), asad88 (21st July 2019), avramflorin97 (29th January 2012), BamBam0077 (23rd August 2022), BEST (8th October 2010), bigie (11th May 2010), CatBeluga (5th August 2023), cheekychap (3rd November 2010), dandanch (26th August 2012), djsvety (9th April 2013), DooM (28th November 2013), dragonss (24th February 2012), Elena (16th May 2011), hiroshidw (21st April 2013), hon (14th December 2020), Horror (7th April 2011), hutinka (8th August 2011), Legend2000 (19th May 2012), Marco (26th November 2015), Mody (8th May 2023), netkobold (10th September 2021), nightwisher (11th October 2010), papad (4th January 2018), peer (3rd October 2010), peiratikos (14th October 2011), silver22 (21st October 2020), Surimi (4th July 2012), tibor82 (15th October 2012), VIPER790 (29th December 2021), worldwide7477 (30th April 2014)
  #2  
Old 4th July 2010, 19:31
Capas Capas is offline
Member
 
Join Date: Oct 2009
Lithuania
Posts: 5
Default
i cant add lithuanian language, then i convert language file to utf-8 standart from ansi (im using notepad++) the page sending eror

Code:
Warning:  Cannot modify header information - headers already sent  by (output started at  /home/mcaporkus/domains/sharemafia.lt/public_html/language/lithuanian/lang_login.php:1)  in /home/mcaporkus/domains/sharemafia.lt/public_html/include/functions.php  on line 266

Warning:  Cannot modify header information - headers already sent  by (output started at  /home/mcaporkus/domains/sharemafia.lt/public_html/language/lithuanian/lang_login.php:1)  in /home/mcaporkus/domains/sharemafia.lt/public_html/include/functions.php  on line 267
then i convert lang_login.php to ANSI standart the page is showing the same error just with other lang file. Can anyone help?
Reply With Quote
The Following User Says Thank You to Capas For This Useful Post:
titasp (30th July 2017)
  #3  
Old 11th September 2010, 12:14
PRO PRO is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default
thanks
Reply With Quote
  #4  
Old 12th September 2010, 14:15
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
Capas: Make sure you use the Convert to UTF-8 without BOM option when you convert otherwise it adds junk data before the <?php
which is why you're getting errors.
Reply With Quote
  #5  
Old 8th October 2010, 14:13
CyberShoot CyberShoot is offline
Member
 
Join Date: Oct 2010
P2P
Posts: 2
Default
First of all i want to give congratulations to the owners of this great site.

I have make a fresh install on my webhost server of new xbtit it runs everything ok.
But when i log in with my administrator login i can do everything but can`t acess do Admin CP.
I have tried many times to access him and only appear loading on internet explorer (or firefox) and don`t open it.
I`am Portuguese sorry if i don`t explain me very well in English.
I hope someone can help me.

Last edited by CyberShoot; 10th October 2010 at 15:33.
Reply With Quote
  #6  
Old 8th October 2010, 20:26
rohypnol rohypnol is offline
Member
 
Join Date: May 2010
P2P
Posts: 2
Default
This is happening,because Admin CP is connected to Btiteam site.The site is down and tracker can't load news from btiteam.org.You have to wait much longer.Another option is to change few lines in admin/admin.main.php

Code:
if(get_remote_file("http://www.btiteam.org"))
{
    $btit_url_rss="http://www.btiteam.org/smf/index.php?type=rss;action=.xml;board=83;sa=news";
    $btit_url_last="http://www.btiteam.org/last_version.txt";
Try to change URL with whatever you want.This works for me.
Reply With Quote
The Following User Says Thank You to rohypnol For This Useful Post:
Daz (31st October 2010)
  #7  
Old 8th October 2010, 21:08
Petr1fied Petr1fied is offline
Senior Member
 
Join Date: Sep 2009
United Kingdom
Posts: 39
Default
Or you can do this:

open admin/admin.main.php and find this:
Code:
if(get_remote_file("http://www.btiteam.org"))
{
    $btit_url_rss="http://www.btiteam.org/smf/index.php?type=rss;action=.xml;board=83;sa=news";
    $btit_url_last="http://www.btiteam.org/last_version.txt";
}
Change to:
Code:
/*
if(get_remote_file("http://www.btiteam.org"))
{
    $btit_url_rss="http://www.btiteam.org/smf/index.php?type=rss;action=.xml;board=83;sa=news";
    $btit_url_last="http://www.btiteam.org/last_version.txt";
}
*/
Once btiteam.org is back up you can restore it to the way it was to get the news feed back.

The latest revisions use AJAX to get this information so it wouldn't stop the admin page loading as it does on r642.
Reply With Quote
  #8  
Old 10th October 2010, 11:42
JUFEK JUFEK is offline
Member
 
Join Date: Oct 2010
Czech Republic
Posts: 1
Default http://demo.xbtit.com
The server is temporarily unavailable. Please try again for a while.

It does not work either http://www.btiteam.org, do not know what's going on?
Reply With Quote
  #9  
Old 10th October 2010, 15:11
lokeshch lokeshch is offline
Senior Member
 
Join Date: Jun 2010
India
Posts: 20
Unhappy
bro btiteam is down for a while. it's sad for all of us
all xbtit sites are also down like btiteam.org, xbtit.com, xbtitfm.com etc
Reply With Quote
  #10  
Old 11th October 2010, 11:05
nightwisher nightwisher is offline
Member
 
Join Date: Dec 2009
Bosnia-Herzegovina
Posts: 2
Default
Thanks for share !

What happend with xbtit site ?
Reply With Quote
Reply

Tags
748 , 755 , 756 , btit , rev , revision , torrents tracker , v2 , v23 , 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
SZ Edition v0.3.5 revision 337 Fynnon SZ Edition 70 21st January 2020 10:10
TBDev 2010 revision 464 Fynnon TBDev 92 16th February 2019 14:21
YSE 2.x Ashur Yuna Scatari Edition (YSE) 19 4th February 2015 23:57
Download: Gazelle RC2 rev. 11440 Fynnon Gazelle 31 6th September 2014 07:12
TorrentPier 0.3.5 Revision 763 Karlson Community Cafe 1 19th January 2008 17:00



All times are GMT +2. The time now is 21:31. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.