TorrentFlux.com Welcome, Guest. Please login or register.
03-19-2010, 18:00:13
Home Help Search Login Register donate
TorrentFlux Home | TorrentFlux Hosting

+  TorrentFlux Forums
|-+  Bugs, Fixes, and Feature Requests
| |-+  Linux Bugs
| | |-+  RSS Not Working with EZRSS
« previous next »
Pages: [1] Go Down Print
Author Topic: RSS Not Working with EZRSS  (Read 908 times)
MattFS218
Newbie
*
Offline Offline

Posts: 1



View Profile WWW
« on: 10-10-2009, 09:42:13 »

I'm having trouble getting RSS working with the EZRSS feeds from ezrss.it

ex
http://ezrss.it/search/index.php?simple&show_name=the+office&mode=rss

when setup I always get a Timeout error. I tried escaping some characters, liek &, but didn't have any luck.

Any Ideas

--matt
http://www.hellohunter.com
Logged
n1kk0
Newbie
*
Offline Offline

Posts: 1



View Profile
« Reply #1 on: 02-08-2010, 10:49:33 »

Hey,

I just "hacked" the /html/lastRSS.php file, adding the line :
Code
        $rss_url = str_replace('&', '&', $rss_url);
 
between
Code
    // -------------------------------------------------------------------
   // Parse RSS file and returns associative array.
   // -------------------------------------------------------------------
   function Get ($rss_url) {
 
and
Code
        // If CACHE ENABLED
       if ($this->cache_dir != '') {
           $cache_file = $this->cache_dir . '/rsscache_' . md5($rss_url);
           $timedif = @(time() - filemtime($cache_file));
 
and it worked out fine for me.

Hope this helps Smiley.
Logged
pr0xee
Newbie
*
Offline Offline

Posts: 4



View Profile
« Reply #2 on: 02-12-2010, 02:27:34 »

Hi,

this worked out for me too, except that im not able to read the feed title, i am only able to read what is really there if i move the mouse over the download icon ( green thing  Huh? ); should i change anything else?
Logged
morsub4u
Newbie
*
Offline Offline

Posts: 43





View Profile
« Reply #3 on: 02-15-2010, 09:43:35 »

I am also getting this error now.  It just started in the last few days using TVRss.  Anyone else having this issue?
Logged

Linux distrobution - Mandrake 10.2 (3.4.3-3mdk)
TorrentFlux version - 2.3
Python version - 2.4
PHP Version - 4.3.10
BitTornado Version - 0.3.13
Webserver software and version - Apache 2.0
haseone
Newbie
*
Offline Offline

Posts: 1



View Profile
« Reply #4 on: 02-15-2010, 13:52:48 »

I'm having the same problem using the ezrss.it feed.   This started about a week ago.  Perhaps the feed format has changed?
Logged
morsub4u
Newbie
*
Offline Offline

Posts: 43





View Profile
« Reply #5 on: 02-15-2010, 14:12:49 »

it appears so, but there is already a fix for this on the forums.  See this post:

http://www.torrentflux.com/forum/index.php/topic,55.0.html

In a nutshell, tvrss has added the "CDATA" field to be able to show more information about the torrents it's hosting.  This is fully compatable with the spec, but either TF isn't handling it correctly or tvrss isn't formatting it correctly.  I'm no expert, but I know how to fix it.  I just modified mine and it works great. 

Good luck!
« Last Edit: 02-15-2010, 14:16:15 by morsub4u » Logged

Linux distrobution - Mandrake 10.2 (3.4.3-3mdk)
TorrentFlux version - 2.3
Python version - 2.4
PHP Version - 4.3.10
BitTornado Version - 0.3.13
Webserver software and version - Apache 2.0
Pages: [1] Go Up Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by SMF 1.1.1 | SMF © 2006, Simple Machines LLC Powered by PHP