View Single Post
  #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