Results 1 to 3 of 3

Thread: rss2html help

  1. #1
    Senior Member
    Join Date
    May 2006
    Posts
    201
    Thanks
    1
    Thanked
    1 time in 1 post

    rss2html help

    Hello!

    I have used rss2html php script to show news feeds in a website I have been designing. The only issue is that each time the page is refreshed it reloads the news feeds meaning that there is around a 10 second delay before loading the page.

    Does anyone know if there is a way you can specify how often the script is run or how often the feeds are refreshed?

    Thanks,

    Wilksj01

  2. #2
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,276
    Thanks
    292
    Thanked
    837 times in 473 posts
    Search google for `rss2html cache`. Not sure if it's what you're after, but there are some potentially useful results from what I can see.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  3. #3
    Registered+
    Join Date
    Aug 2007
    Location
    Rawtenstall
    Posts
    34
    Thanks
    2
    Thanked
    0 times in 0 posts
    • hajamie's system
      • Motherboard:
      • asus m2n32 delux
      • CPU:
      • 3ghz amd x2
      • Memory:
      • 2gb corsair
      • Storage:
      • 6 * 320GB seagate barracuda in raid 10
      • Graphics card(s):
      • XFX GeForce 8800 GTX 768MiB
      • PSU:
      • galaxy 850w
      • Case:
      • Silverstone TJ09B-W (Black)
      • Monitor(s):
      • tiny 18" crt - it sucks
      • Internet:
      • 2mb ntl
    you could edit the script to cache the results and only update every hour or so. Store the rss results in a file or in a database if you are so inclined. Then each time the page loads, check how long since the rss was fetched, if within an hour, just load the file, if not, update and load the file.
    J.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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