Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   xBtiT v2.5.4 (http://www.bvlist.com/showthread.php?t=4946)

polkovnika2 30th April 2013 03:00

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

Yupy 30th April 2013 04:06

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);
    }
}


polkovnika2 30th April 2013 12:42

Thank you very! :)

plastiksoul 10th June 2013 04:13

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,,,

http://i.imgur.com/GHYo0Nz.jpg

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."... :suicide::suicide::suicide::suicide:

Krypto 10th June 2013 05:38

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.

plastiksoul 10th June 2013 06:03

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

nuphero 11th June 2013 12:40

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.

plastiksoul 11th June 2013 16:29

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."

apostolis21 6th August 2013 14:53

Good evening! I am getting this error below :sad:

Code:

Parse error: syntax error, unexpected $end in /home/a2539200/public_html/include/common.php on line 841
http://img593.imageshack.us/img593/3472/gjti.png

Any ideas? :sos:

Dingo38 11th October 2013 19:46

I'm just white paging after install..Is there a specific php version this should run on? I'm using 5.4.20..

Thanks..:coffee:


All times are GMT +2. The time now is 00:44.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.