Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #61  
Old 30th April 2013, 03:00
polkovnika2 polkovnika2 is offline
Member
 
Join Date: Apr 2013
Bulgaria
Posts: 3
Default
Hello
Install all of windows 7, and shows me this error
Fatal error: Cannot redeclare hex2bin () in C: \ xampp \ htdocs \ xBtiT \ include \ common.php on line 344

Install it and Linux Ubuntu 13 after installation shows blank white page
Does anyone know how to fix it
Reply With Quote
  #62  
Old 30th April 2013, 04:06
Yupy Yupy is offline
Senior Member
 
Join Date: Nov 2008
P2P
Posts: 36
Default
Replace in include/common.php:

Code:
function hex2bin ($input, $assume_safe=true)
   {
    if ($assume_safe !== true && ! ((strlen($input)%2) == 0 || preg_match ('/^[0-9a-f]+$/i', $input)))
          return '';
      return pack('H*', $input);
   }
With:

Code:
if(!function_exists("hex2bin"))
{
    function hex2bin ($input, $assume_safe=true)
    {
        if ($assume_safe !== true && ! ((strlen($input)%2) == 0 || preg_match ('/^[0-9a-f]+$/i', $input)))
            return '';
        return pack('H*', $input);
    }
}

Last edited by Yupy; 30th April 2013 at 04:06. Reason: Typo
Reply With Quote
The Following User Says Thank You to Yupy For This Useful Post:
ledjohnny (6th January 2015)
  #63  
Old 30th April 2013, 12:42
polkovnika2 polkovnika2 is offline
Member
 
Join Date: Apr 2013
Bulgaria
Posts: 3
Default
Thank you very! :)

Last edited by Krypto; 30th April 2013 at 15:01. Reason: No need to Quote a Post above your own
Reply With Quote
  #64  
Old 10th June 2013, 04:13
plastiksoul plastiksoul is offline
Member
 
Join Date: Jun 2013
Portugal
Posts: 4
Default
im a newbie on this kind of stuff...im trying to setup a private tracker to share some files with a couple of freinds using this xBtiT v2.3.0 revision 748...
i made the db ...uploaded the script to the host root installed the script setup all the sethings...loaded to the script with admin account so far so good... but evry time i try to seed something doesnt work gives me all kind of errors im using a php setup for torrent seeding,,,must be a stupid question to u guys but some help ud be appreciated..thx in advance,,,

Click the image to open in full size.

after making a seed shows up "Failure: torrent its not authorized to use on this tracker" so i post it on the tracker and the not authorized warning disappeared and shows up a new warning "Failure: sorry your level (guest) its not alowed to download from the tracker."...

Last edited by plastiksoul; 10th June 2013 at 04:24.
Reply With Quote
  #65  
Old 10th June 2013, 05:38
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Firstly kindly make an Introduction in the appropriate section.

The error that is shown is self explanatory. It appears that you are not logged to the tracker as it says (guest account), also once you uploaded the torrent did you re-download it and use that file to seed as you need to do that?

If you want Guests to be able to download then you need to alter the permissions.

Go into your admin panel and find something like User Group Settings click on Guest and change the values to what you want that Group to be able to do then click Confirm.
Reply With Quote
The Following User Says Thank You to Krypto For This Useful Post:
plastiksoul (10th June 2013)
  #66  
Old 10th June 2013, 06:03
plastiksoul plastiksoul is offline
Member
 
Join Date: Jun 2013
Portugal
Posts: 4
Default
im logged to the tracker as owner...i dont get why im getting that error

ps: downloaded the torrent like u say and its working now but only works if i allow the guests to upload and download dont know why if im logged with my owner username....thx for the help

Last edited by plastiksoul; 10th June 2013 at 06:41.
Reply With Quote
  #67  
Old 11th June 2013, 12:40
nuphero nuphero is offline
Member
 
Join Date: Jun 2013
Vietnam
Posts: 1
Default
Hi I'm new here. I tried some such as torrentstrike, tbdev, phpmybittorrent, but finally found that xbtit is the best one that suit my need.

I have one small question, does this 2.3.0 version considered stable? I can't find changelog between 2.2.2 and 2.3.0 version. I dont know if this version can work with some 2.2.2 hacks in biteam site. Please help.
Reply With Quote
  #68  
Old 11th June 2013, 16:29
plastiksoul plastiksoul is offline
Member
 
Join Date: Jun 2013
Portugal
Posts: 4
Default
can someone help me and tell me what i have to do @ xbtit script root on my host to hide the index.php...example...

shows up like this http://localhost/index.php/home
i whant to put it like this http://localhost/home

thx in advance

Bump: i got a error evry time i try to use the users register and the recovery password...

shows up something like this...

"The server encountered an internal error or misconfiguration and was unable to complete your request.More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
Reply With Quote
  #69  
Old 6th August 2013, 14:53
apostolis21 apostolis21 is offline
Member
 
Join Date: Aug 2013
Greece
Posts: 2
Default
Good evening! I am getting this error below

Code:
Parse error: syntax error, unexpected $end in /home/a2539200/public_html/include/common.php on line 841
Click the image to open in full size.

Any ideas?

Last edited by apostolis21; 6th August 2013 at 14:56. Reason: added photo
Reply With Quote
  #70  
Old 11th October 2013, 19:46
Dingo38 Dingo38 is offline
Senior Member
 
Join Date: Oct 2013
P2P
Posts: 35
Default
I'm just white paging after install..Is there a specific php version this should run on? I'm using 5.4.20..

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