View Single Post
  #5  
Old 29th October 2019, 18:16
REMEMBERHITS REMEMBERHITS is offline
Member
 
Join Date: Jul 2019
P2P
Posts: 12
Default
Hi,

First of all thanke the code writers for their excellent work who have done this beautiful tracker!

But I have a little problem. The whole tracker works fine but torrents don't want to work.

Then when I've created a new torrent and uploaded it to the site and also added my torrent client to share it then my torrent client shows it is STALLED. I've tried two different programs but the same result.
My desktop computer runs Debian and I use a torrent client qBittorrent & Transmission. This situation is on the qbittorrent client:
Click the image to open in full size.


I myself believe the problem is somewhere in the configuration.

My server runs Debian-10 + u232-V5 without XBT-Tracker software.
Tracker /include/config.php file is next:

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';
$INSTALLER09['announce_urls'][] = 'https://omade.site'
u232 webpage announce is
Click the image to open in full size.

When I installed the u 232 software I removed the tick from the "Do you use XBT-Tracker"

What or where is the problem?
Thank you all for your help!
Reply With Quote