View Single Post
  #6  
Old 29th October 2019, 21:14
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
So, to clarify...you are NOT using XBT-Tracker?

If not, then your announce is wrong...it would/should be http://omade.site/announce.php

Your last two lines in your config.php should be...

PHP Code:
//== XBT or PHP announce 
if (XBT_TRACKER == false) { 
$INSTALLER09['xbt_prefix'] = 'http://omade.site:2710/';   
$INSTALLER09['xbt_suffix'] = '/announce'
$INSTALLER09['announce_urls'][] = 'http://omade.site:2710/announce'
} else { 
$INSTALLER09['announce_urls'] = array(); 
$INSTALLER09['announce_urls'][] = 'http://omade.site/announce.php'
$INSTALLER09['announce_urls'][] = 'https://omade.site/announce.php'
Reply With Quote