Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 17th August 2019, 01:57
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default 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/
Reply With Quote
  #2  
Old 17th August 2019, 08:03
fireknight's Avatar
fireknight fireknight is offline
Administrator
 
Join Date: Aug 2010
Australia
Posts: 173
Default
Quote:
Originally Posted by guldhammer View Post
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.
Reply With Quote
  #3  
Old 17th August 2019, 12:59
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default
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.
Reply With Quote
  #4  
Old 17th August 2019, 13:33
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
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.
Reply With Quote
  #5  
Old 17th August 2019, 15:21
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default
Quote:
Originally Posted by thartley55 View Post
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.

Last edited by Thor; 18th August 2019 at 09:53. Reason: Removed unnecessary Quoting
Reply With Quote
  #6  
Old 17th August 2019, 15:48
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
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.
Reply With Quote
  #7  
Old 17th August 2019, 16:03
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default
Obiwan should be activated, but i will check.

Last edited by Thor; 18th August 2019 at 09:54. Reason: No need to Quote the last post when replying directly
Reply With Quote
  #8  
Old 29th August 2019, 05:46
antimidas antimidas is offline
Senior Member
 
Join Date: Mar 2011
United States
Posts: 67
Default
Quote:
Originally Posted by guldhammer View Post
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
Reply With Quote
Reply

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