Lately i have been testing the 0.3.3 version in order to migrate my old live tracker to it.
I am trying to upload a torrent directly with the passkey like i used to do it with my old source :
http://mytacker.com/nafania/announce.ph ... etywefugsd
instead of
http://mytracker.com/nafania/announce.php
This way the user sees his passkey directly and creates the torrent WITH the passkey.
Then he doesnt have to download it again in order to get a passkey.
I have tried modifying the upload.php file so it shows the user passkey in the upload
- Код: Выделить всё
'S_ANNOUNCE_ADDRESS' => sprintf($lang['tracker_announce_address'], generate_tracker_url() . '/announce.php?passkey=' . $userdata['torrent_pass'].'') )
in two places
But when the torrent is uploaded i get this message :
Following errors occured:
Invalid announce address, must be http://mytracker.com/nafania/announce.php
How can i ALLOW the torrent to be uploaded WITH the passkey ?
thank you for your help
