Results 1 to 8 of 8

Thread: Rss pause scroller and vBulletin

  1. #1
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Rss pause scroller and vBulletin

    1) Script Title: Rss Pause Scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ller/index.htm

    3) Describe problem: The script can't fetch some RSS, for example the one coming from the esternal.php page from vbulletin.

    I give you some example, may be there is some way to solve it.

    Not working : http://www.bodyweb.it/forums/externa...s2&forumids=68
    http://www.bodyweb.it/forums/externa...rss&forumids=9

    Working : http://www.bodyweb.it/feed/feed_bodyweb.xml
    http://rss.slashdot.org/Slashdot/slashdot

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    What's the error you get when you try to directly call the RSS feed using:

    http://www.mysite.com/lastrss/scroll...p?id=vbulletin

    where "vbulletin" is the array element inside scrollerbridge.php containing the URL to vBulletin's feed (ie: http://www.bodyweb.it/forums/externa...s&forumids=9)?

    Most problems associated with this script being able to fetch the XML feed of one source and not the other has to do with LastRSS.php in fact. This RSS parser is a little more limiting than, say, MagpieRSS.

  3. #3
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It seems no error as you told me, I'll show you where I'm testing : http://www.fastenergy.it/lastrss/scr...id=allenamento

    Possible ids : allenamento , integratori , cnn

  4. #4
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ID "generico" works, with others is just showed the date, that's all

    I set right now the "allenamento" ID so that you can see what I'm talking about.

  5. #5
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Original site : www.fastenergy.it


    Mhh.... I just saw that the only difference from :

    this : http://www.fastenergy.it/lastrss/scr...hp?id=generico

    to this : http://www.fastenergy.it/lastrss/scr...id=allenamento

    is just this prefix in front of each piece of data : "%3C%21%5BCDATA%5B"

    Is it possible to correct in some way ?
    If you want I can help.

  6. #6
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I'm not too good with encoding, but I believe the problem might be that the RSS feed as referenced by http://www.fastenergy.it/lastrss/scr...id=allenamento is double encoded, creating the problem. What's the URL to the actual RSS feed that http://www.fastenergy.it/lastrss/scr...id=allenamento references?

  7. #7
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin
    What's the URL to the actual RSS feed that http://www.fastenergy.it/lastrss/scr...id=allenamento references?
    This is the URL : http://www.bodyweb.it/forums/externa...s2&forumids=12 that refers to "allenamento" id

  8. #8
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm trying to clean the output with str_replace function, any idea ?
    This can be useful for other people who uses vBulletin.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •