Thread: RSS problem
View Single Post
  #3  
Old 24th December 2009, 18:15
Genkai Genkai is offline
Senior Member
 
Join Date: Aug 2008
Portugal
Posts: 16
Default
Thanks a lot!

Hmmm... Problem half solved... The change u made doesn't allow the tracker to identify me.

So I need to be logged in. With the change u made the download is possible... BUT!

The tracker doesn't identify me...

Edit: I changed this:

Code:
$link = "$DEFAULTBASEURL/download.php/$id/". ($passkey ? "$passkey/" : "") ."$filename";
to this:

Code:
$link = "$DEFAULTBASEURL/download.php?id=$id&passkey=". ($passkey ? "$passkey&name=" : "") ."$filename";
But it still doesn't work... any help?

Last edited by Genkai; 26th December 2009 at 03:30.
Reply With Quote