Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 03:11:26 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Newsreader and Google  (Read 1441 times)
KHK

Offline Offline

Posts: 4


« on: May 02, 2008, 11:43:29 PM »

Hi there,
I am trying to integrate the newsreader into a website. I have taken a look into the forum but I could not find a clear hint.
I want to get news from google or other sources about "figure skating" and nothing else. I have installed the newsreader and I could not find out what to fill in the field 'RSS-URI'.

I know it is a silly question and somehow I have made a logical mistake. I would very much appreciate a hint on this issue.
Thx
« Last Edit: May 02, 2008, 11:47:18 PM by KHK » Logged
marathoner

Offline Offline

Posts: 495


« Reply #1 on: May 03, 2008, 12:43:55 AM »

You need to enter the RSS feed URI. In other words, go look for feeds that you want to include in your website and enter that URL. As an example, if you wanted to include postings to this WB forum, you would enter the URI:
http://www.websitebaker2.org/forum/index.php?type=rss;action=.xml

If you know of sites that post info regarding figure skating, offer these postings as an RSS feed, and you want to include their postings, then enter their RSS feed URI.
Logged
KHK

Offline Offline

Posts: 4


« Reply #2 on: May 03, 2008, 10:42:27 AM »

Hi marathoner and thx for your prompt reply.
I have understood, that this rssreader does not support .xml? Is that actual still?
As a fact, I tried to include a similiar URI as you suggested but it did not work.
Is there something special you must consider in the setup or in the syntax of the URI?
Thanks again.
Logged
KHK

Offline Offline

Posts: 4


« Reply #3 on: May 03, 2008, 02:56:38 PM »

The error message that I get evertime I want to do anything is:
"Could not open file...."
Logged
marathoner

Offline Offline

Posts: 495


« Reply #4 on: May 04, 2008, 02:21:12 AM »

What happens when you try the WB Forums RSS URI?
http://www.websitebaker2.org/forum/index.php?type=rss;action=.xml
Logged
KHK

Offline Offline

Posts: 4


« Reply #5 on: May 04, 2008, 02:11:28 PM »

Well, here are the screenshots.
« Last Edit: May 04, 2008, 02:22:34 PM by KHK » Logged
Claren

Offline Offline

Posts: 9


« Reply #6 on: November 27, 2008, 07:20:24 PM »

I'm having the same problem.
I have red a few threads here, and tried all the tips, but with no success.

I can't get newsreader to show any RSS from any site. All I get is :

"Could not open a feed called: http://www.websitebaker2.org/forum/index.php?type=rss;action=.xml"


Logged
erpe

Offline Offline

Posts: 2077


WWW
« Reply #7 on: November 27, 2008, 11:14:38 PM »

Quote

This feeder /Link does work on my system.

rgds

erpe
Logged

vyni

Offline Offline

Posts: 566


« Reply #8 on: November 28, 2008, 02:34:54 AM »

I recognized the same problem -

but this is an issue of the webspace.

You are using php4 - but this module needs at least php5 - there it works.

regards from Himberg, next to Vienna
Logged

PS: Falls jemand eine Idee hat was zu tun ist und mir das erklären könnt - geh bitte davon aus dass ich ahnungslos bin, was php und so betrifft. Ich kann grad was lesen, kopieren und einfügen,  ungefähr verfolgen und glauben.
Claren

Offline Offline

Posts: 9


« Reply #9 on: November 28, 2008, 04:51:39 AM »

I got PHP version 5.2.6 and it does not work.

Never mind, I uninstalled it and use the php script "feed2html" instead, using a wrapper to show the result.
http://www.extralabs.net/feed2html-tutorials.htm 
Logged
tbothorel

Offline Offline

Posts: 2


« Reply #10 on: December 02, 2008, 05:15:25 PM »

Hi,

using PHP 5.2.6 it does not work too. Here my phpinfo :







also if I click PREVIEW, I got "Notice: Constant LANGUAGE already defined" :



Thierry B.

Edit : just tried with WB forum uri, it works. It always displays the "Notice: Constant LANGUAGE already defined" on preview, but it works. Here is the start of the two files :

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="0.92" xml:lang="en-US">
    <channel>
        <title>WebsiteBaker Community Forum</title>
        <link>http://www.websitebaker2.org/forum/index.php</link>

and

Code:

<?xml version="1.0" encoding="utf-8"?>
<rss version="0.91">
   <channel>
      <title>Actualités du portail e-ventail</title>
      <description>Retrouvez toutes les actualités du portail e-ventail</description>
      <link>https://www.e-ventail.fr/portal/page/portal/e-ventail/actualites</link>

also the link to the rss feed is https if that matter.
« Last Edit: December 02, 2008, 05:26:43 PM by tbothorel » Logged
tbothorel

Offline Offline

Posts: 2


« Reply #11 on: December 02, 2008, 05:54:46 PM »

Nevermind. I did not activated openssl extension. undecided
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!