Author Topic: RSS Feeds  (Read 4880 times)

0 Members and 1 Guest are viewing this topic.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« on: January 04, 2007, 07:06:00 pm »
Would it be at all possible to have RSS feeds for the individual threads? That would be great; I could add certain topics to Opera's RSS feed manager.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
RSS Feeds
« Reply #1 on: January 05, 2007, 01:46:00 am »
how would i do that? o.oblink.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
RSS Feeds
« Reply #2 on: January 05, 2007, 04:59:00 am »
can not be done on IF (as PHP or something would have to create the RSS fedd). That might be a good idea for Rivereye CMS though.
>(<')

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« Reply #3 on: January 05, 2007, 07:07:00 am »
QuoteBegin-xlibman+5 Jan, 2007, 6:46-->
QUOTE (xlibman @ 5 Jan, 2007, 6:46)
how would i do that? o.oblink.gif

heh, I dunno. :)smile.gif

QuoteBegin-rivereye+
-->
QUOTE (rivereye)
can not be done on IF (as PHP or something would have to create the RSS fedd). That might be a good idea for Rivereye CMS though.


what is IF? I thought it was php... =/
Omnimaga Admin

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
RSS Feeds
« Reply #4 on: January 05, 2007, 09:02:00 am »
*rivereye
>(<')

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« Reply #5 on: January 05, 2007, 09:10:00 am »
Ah, Ok.

*Netham45
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
RSS Feeds
« Reply #6 on: January 05, 2007, 12:57:00 pm »
i know, but we cant access the php. Only way to do php here is to have the php script inserted in a image or something like this. Tenniskid may be more able to help on this, as he found out the solution
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline rivereye

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 996
  • Rating: +0/-0
    • View Profile
RSS Feeds
« Reply #7 on: January 05, 2007, 01:14:00 pm »
still the issue with lack of db access, get around that, and things will be good.
>(<')

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
RSS Feeds
« Reply #8 on: January 05, 2007, 01:22:00 pm »
yeah, he could always grab news directly from html pages tho, like the portal
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

tenniskid493

  • Guest
RSS Feeds
« Reply #9 on: January 05, 2007, 03:57:00 pm »
This could be done, but not be very feasible.  What I would have to do to do RSS feeds, for example on the latest news topics, would be have to use a file_get_contents() on the page that lists the news topics and would have to extract the three latest news topics from the raw html (very very difficult) and would then update a database with them, and then the feed would have to extract the titles from the database.  Not easy by any means.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
RSS Feeds
« Reply #10 on: January 06, 2007, 03:48:00 am »
aaah i see what you mean, this would be kinda liek TI-News, right?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« Reply #11 on: January 06, 2007, 12:52:00 pm »
Yeah, I think that is what he means. Mabye it would be easier to just sniff out the RSS feeds that have Omnimaga in them and show those as seperate RSS feeds?
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
RSS Feeds
« Reply #12 on: January 06, 2007, 12:55:00 pm »
maybe
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« Reply #13 on: January 10, 2007, 03:07:00 am »
So, TK, did you figure out how to do it yet?
Omnimaga Admin

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
RSS Feeds
« Reply #14 on: January 26, 2007, 06:05:00 pm »
Has anything came of this?
Omnimaga Admin