Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   RSS problem (http://www.bvlist.com/showthread.php?t=4047)

Genkai 24th December 2009 17:41

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:

http://i.imagehost.org/0809/Sem_T_tulo_7.png

Then it makes a page like this:

http://i.imagehost.org/0242/Sem_T_tulo_4.png

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

http://i.imagehost.org/0006/Sem_T_tulo_6.png

Can any1 help me?

joeroberts 24th December 2009 17:54

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) . "";

Genkai 24th December 2009 18:15

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?


All times are GMT +2. The time now is 17:44.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.