Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

how to post RSS feeds in news section v6

Asked Modified Viewed 5,157 times
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
asked
Member

Hello,

I can't seem to be able to post an RSS feed in the news section using javascript or php codes...

To be clear, I'm trying to put in the code, so my news section updates automatically from the rss feed

Here's the two codes..I am trying to put one of them into the news section.
php first and i tried to link the rss feed url, still doesn't work...
created rss.php page, etc...

<?php
$olderror_reporting =error_reporting(0);
include ("http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds2.feedburner.com%2FPokerNewsDaily%2F&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth=&dts=1&width=400&max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=%23CCCCFF&bc=Gray&spc=&ims=&tc=&ts=11&tfont=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>


Now for the Javascript code...

<script language=javascript src="http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds2.feedburner.com%2FPokerNewsDaily%2F&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth=&dts=1&width=400&max=5&tlen=0&rnd=1&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&nwd=0&nht=0&dlen=0&lstyle=-1&lc=Blue&bg=%23CCCCFF&bc=Gray&spc=&ims=&tc=&ts=11&tfont=Verdana,+Arial,+Sans-serif"></script> 


Any help will be greatly appreciated....
Edited by Basti on 12-03-2009 21:31,
0 replies

2 posts

B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

I edited your post and used the [ code ]-bbcode.
Please use this bbcode next time if you write any php-code in the forum ;)
0 replies
— 6 months later —
M
monro
M
monro 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Quote

slaughter wrote:
I edited your post and used the [ code ]-bbcode.
Please use this bbcode next time if you write any php-code in the forum ;)


Very helpful answer to his question, I my say!

I have the same problem.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet