Recentely my site has changed hosts.
Everything seemed to work perfectly until i tried to request a scrape from the tracker..
The returned error in responce to the scrape seems to be: "HTTP Error: This file is for BitTorrent clients", which seems to be used if you try to access the tracker.php file trough your webbrowser..
I never had this problem before on the previous server, the only diffrence i can see is that the new one runs on PHP5 instead of PHP4.
Recentely my site has changed hosts.
Everything seemed to work perfectly until i tried to request a scrape from the tracker..
The returned error in responce to the scrape seems to be: "HTTP Error: This file is for BitTorrent clients", which seems to be used if you try to access the tracker.php file trough your webbrowser..
I never had this problem before on the previous server, the only diffrence i can see is that the new one runs on PHP5 instead of PHP4.
My tracker is located at: http://www.sakura.yosh-digital.com/index.php?show=bittorrent
You can find working example torrents there, scrape is enabled in the config file.
Is there a way to solve this problem?
Thanks in advance
This may be a problem with the server's configuration: it may not be passing '/scrape' to the script.
The easiest solution would be to change your tracker's announce url from http://mysite.com/tracker.php/announce to http://mysite.com/announce.php.