Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #1  
Old 24th December 2009, 17:41
Genkai Genkai is offline
Senior Member
 
Join Date: Aug 2008
Portugal
Posts: 16
Default RSS problem
Hi, I'm having a problem with the RSS of this source. The problem is that with the download link that the RSS gives I can't download the torrent.

This were the settings:

Click the image to open in full size.

Then it makes a page like this:

Click the image to open in full size.

And when I click on the download link it gives me something like this:

Click the image to open in full size.

Can any1 help me?
Reply With Quote
  #2  
Old 24th December 2009, 17:54
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Open file rss.php and replace line 62
Code:
$link = "$DEFAULTBASEURL/download.php/$id/". ($passkey ? "$passkey/" : "") ."$filename";
with
Code:
$link = "$DEFAULTBASEURL/download.php?id=$id&name=" . rawurlencode($filename) . "";
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #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
Reply

Tags
problem , rss

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 04:16. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.