Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   My site "forget" to add tracker url in torrent file (http://www.bvlist.com/showthread.php?t=12136)

guldhammer 17th August 2019 01:57

My site "forget" to add tracker url in torrent file
 
Hi.

Can somebody help me, my U-232 v5 site "forget" to add the tracker url in the torrent file, and then it will either seed or download the torrent file,
can i have done something wrong in the installation, or is this a bug?

the site is here http://www.vikingbits.org/

fireknight 17th August 2019 08:03

Quote:

Originally Posted by guldhammer (Post 53989)
Hi.
my U-232 v5 site "forget" to add the tracker url in the torrent file,
can i have done something wrong in the installation, or is this a bug?


I doubt it forgot to add the tracker url to the torrent file.
The code is to good for that, it has been around for a long time now - without the fact that it is based of TBDEV - which was around for a long time.


Chances are - that during the install process YOU forgot to fill in a field relating to the URL.



Go and check the config file - and make sure that the url is correct.
I don't use U232 - so not to certain where else to look.


Maybe you can change things in the admin area.


Hope this helps you out - if not go to the official forums and ask for their help.

guldhammer 17th August 2019 12:59

This is a part of my config.php

Quote:

$INSTALLER09['xbt_prefix'] = 'vikingbits.org:2710/';
$INSTALLER09['xbt_suffix'] = '/announce';
$INSTALLER09['announce_urls'][] = 'vikingbits.org:2710/announce';
} else {
$INSTALLER09['announce_urls'] = array();
$INSTALLER09['announce_urls'][] = 'vikingbits.org';
$INSTALLER09['announce_urls'][] = '';
I can try to add www.vikingbits.org to the empty announce url.


Quote:

//== Cookie setup
$INSTALLER09['cookie_prefix'] = ''; // This allows you to have multiple trackers, eg for demos, testing etc.
$INSTALLER09['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$INSTALLER09['cookie_domain'] = 'vikingbits.org'; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
$INSTALLER09['domain'] = 'vikingbits.org';
//== Memcache expires
I was in doubt what to write in cookie_prefix and cookie_path
hope not this could be the fault.

thartley55 17th August 2019 13:33

You left out the two lines that precede these lines, so not sure if you are using XBT tracker...but I assume not.
Anyway, instead of adding the url to the empty announce...add /announce.php to the current one.
Should read...

Code:

} else {
$INSTALLER09['announce_urls'] = array();
$INSTALLER09['announce_urls'][] = 'vikingbits.org/announce.php';
$INSTALLER09['announce_urls'][] = '';

Also, I tried registering on your site, never got the confirm email, my account not activated. Tried recovering account, but system said could not send email.

guldhammer 17th August 2019 15:21

Quote:

Originally Posted by thartley55 (Post 53993)
You left out the two lines that precede these lines, so not sure if you are using XBT tracker...but I assume not.
Anyway, instead of adding the url to the empty announce...add /announce.php to the current one.
Should read...

Code:

} else {
$INSTALLER09['announce_urls'] = array();
$INSTALLER09['announce_urls'][] = 'vikingbits.org/announce.php';
$INSTALLER09['announce_urls'][] = '';

Also, I tried registering on your site, never got the confirm email, my account not activated. Tried recovering account, but system said could not send email.

My host does not provide smtp, so i am trying to get a solution for that.

thartley55 17th August 2019 15:48

Then maybe you should change this line, in config.php, to read "false".

Code:

define('EMAIL_CONFIRM', true);
Also, perhaps you could manually activate/approve my account (Obiwan).

And since it looks like you are trying to use xbt tracker, I know little to nothing about that, so will not be much help there. Can only hope you have xbt properly installed and setup.

guldhammer 17th August 2019 16:03

Obiwan should be activated, but i will check.

antimidas 29th August 2019 05:46

Quote:

Originally Posted by guldhammer (Post 53994)
My host does not provide smtp, so i am trying to get a solution for that.

are you able to install postfix and dovecot? You can use a gmail account and just send via that. If you need help, let me know. And no, I don't charge people to help with stuf... if ya wanted a full blown install etc, then yeah.... I may be able to help with xbt as well. or i still have a v5 with ocelot source as well


All times are GMT +2. The time now is 13:21.

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