i had setup the phpbttracker in my linux server.
and i can the upload the torrent in the server.
but i found that this sutiation which is download the torent and use abc bt torrent to downlaod this file and i see the abc bt is seeding this file. but next abc bt can not find the peers.
what should i do ???
please help me thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is ABC reporting any errors?
Does the tracker statistic page report the seed?
If the tracker reports the seed you are probably firewalled. If you are seeding with a PC on the same LAN subnet you have to specify an IP address in ABC or others won't see you. Also, make sure you have forwarded the right ports!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank you very much,
do you mind give me setup and config procedure . this is because the install and readme.txt. the explansion is not clear for example
set annouce URL we should set "http://www.mysite.adress/tracker/tracker.php/announce". do i need set the port e.g 6969.
this is so not clear.
please help me
man
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank you
the phpbttracker can support all the bt client , or only some bt client
and need to config these bt client
please help me
and do you mind give me the document about the install and config the phpbttracker
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank for
now my tracker is working
but i found that when the two client bt to connect the tracker and download the same file , the later bt client need to wait
why??? and how to solve it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank you
now my tracker is working
but i found that when 2 bt client is seeder , the bext one bt client to download and detail just show the one seeder ip. why???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thank you
now my bt tracker is working
but i found that it show two seeder ip in the tracker, when i download this files , the bt show only one peer are connected. why ??? and i don't config the crontab in the install processing . this can affect the tracker ???? please help me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You don't need to configure crontab for basic tracker functionality.
All the tracker does is hand a list of other peers to someone checking in. The tracker's responsibility ends after that.
The clients themselves are responsible for connecting to other clients. It is possible that a firewall is preventing this client from connecting to both seeds. It is also possible that [if you are using a webseed] the client can't connect to a webseed.
Those sound like client issues to me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
please help me, i have installed the tracker. the admin page funcs. perfect and i can insert torrents in admin page. but in "Sample torrent statistics script" i can see the torrent but dont has a link. i dont understant the $GLOBALS["my_tracker_announce"] = "http://servidor/bt/tracker.php/announce";
my web server name is "servidor" (internal name)and i made a folder named "bt" under var/www/html and decompressed the tar file installation and run the php's scripts. do i have to make a folder named announce? to this thing work? do i have to make more folders?pleeeease help me!!!! I dont know how to do... i have tried to create a torrent using that trakcer announce but nothing works.
Many thanks for Your time. most gratefull for your help.
Jorge
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you want the tracker to add the link automatically, you need to set up torrent uploading. See the 'Allow torrent uploading?' part of config.php.
This entails creating a subdirectory for torrents - the apache server will need write access to this directory. Once that's done, the tracker will add the URL for you.
Regarding the /announce question, you don't need to create a directory for it. The '/announce' is actually passed to tracker.php as a parameter.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i had setup the phpbttracker in my linux server.
and i can the upload the torrent in the server.
but i found that this sutiation which is download the torent and use abc bt torrent to downlaod this file and i see the abc bt is seeding this file. but next abc bt can not find the peers.
what should i do ???
please help me thank you
Is ABC reporting any errors?
Does the tracker statistic page report the seed?
If the tracker reports the seed you are probably firewalled. If you are seeding with a PC on the same LAN subnet you have to specify an IP address in ABC or others won't see you. Also, make sure you have forwarded the right ports!
thank you very much,
do you mind give me setup and config procedure . this is because the install and readme.txt. the explansion is not clear for example
set annouce URL we should set "http://www.mysite.adress/tracker/tracker.php/announce". do i need set the port e.g 6969.
this is so not clear.
please help me
man
That example is if you untar the files to the subdirectory 'tracker'. You need to untar them to a directory visible on the internet.
You do not need to specify a port in the announce URL unless you have set apache to listen on a different port besides port 80.
thank you
the phpbttracker can support all the bt client , or only some bt client
and need to config these bt client
please help me
and do you mind give me the document about the install and config the phpbttracker
The tracker has client filtering which is off by default. If left off it will support all clients.
The only documents are the README files etc in the tarball, and there are comments in config.php that describe what each of the settings do.
do i need to install the bt client in the server. and use this client to seed the torrent???
Yes, this is the tracker only. It does not contain a webseed component. You will have to install that seperately.
thank for
now my tracker is working
but i found that when the two client bt to connect the tracker and download the same file , the later bt client need to wait
why??? and how to solve it
thank you
now my tracker is working
but i found that when 2 bt client is seeder , the bext one bt client to download and detail just show the one seeder ip. why???
thank you
now my bt tracker is working
but i found that it show two seeder ip in the tracker, when i download this files , the bt show only one peer are connected. why ??? and i don't config the crontab in the install processing . this can affect the tracker ???? please help me
You don't need to configure crontab for basic tracker functionality.
All the tracker does is hand a list of other peers to someone checking in. The tracker's responsibility ends after that.
The clients themselves are responsible for connecting to other clients. It is possible that a firewall is preventing this client from connecting to both seeds. It is also possible that [if you are using a webseed] the client can't connect to a webseed.
Those sound like client issues to me.
please help me, i have installed the tracker. the admin page funcs. perfect and i can insert torrents in admin page. but in "Sample torrent statistics script" i can see the torrent but dont has a link. i dont understant the $GLOBALS["my_tracker_announce"] = "http://servidor/bt/tracker.php/announce";
my web server name is "servidor" (internal name)and i made a folder named "bt" under var/www/html and decompressed the tar file installation and run the php's scripts. do i have to make a folder named announce? to this thing work? do i have to make more folders?pleeeease help me!!!! I dont know how to do... i have tried to create a torrent using that trakcer announce but nothing works.
Many thanks for Your time. most gratefull for your help.
Jorge
If you want the tracker to add the link automatically, you need to set up torrent uploading. See the 'Allow torrent uploading?' part of config.php.
This entails creating a subdirectory for torrents - the apache server will need write access to this directory. Once that's done, the tracker will add the URL for you.
Regarding the /announce question, you don't need to create a directory for it. The '/announce' is actually passed to tracker.php as a parameter.