Announcement

Collapse
No announcement yet.

How to Add PHP RSS Feeds to Your Web Page.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: How to Add PHP RSS Feeds to Your Web Page.

    I tried in my page with the same code as above and it is working. Maybe you did something wrong. Did you edit your.htaccess by chance? if you add extension handler in control panel you don't need to edit your .htaccess.
    still getting Error?
    try to put (<!--#include virtual="/rssfeeds.php" -->) in new blank page. and if this is working means you have conflic code in your previous page
    .
    .
    Nyoman

    Comment


    • #17
      Re: How to Add PHP RSS Feeds to Your Web Page.

      Hi Nyoman, I tried on a new page with the same result. I don't know what the hell is going on. I edited my .htaccess with .htm and .html server-parsed. I uploaded the rssfeeds.php to my public_html and put the (<!--#include virtual="/rssfeeds.php" -->) into a html box on the new page.
      1) When you say "if you add extension handler in control panel you don't need to edit your .htaccess." What do you mean and how do i do that?

      2) When i upload the rssfeeds.php file into the public_html folder it is saved as rssfeeds.php.txt. Is this normal?

      Comment


      • #18
        Re: How to Add PHP RSS Feeds to Your Web Page.

        Hi Theo
        1. I means once you add .htm server-parsed and .html server-parsed in control panel (apache handler) you don't need edit and add anything to your .htaccess anymore.
        2. No that is not correct php file should be in .php extension. make sure you when you save in notepad save as rssfeeds.php and not as rssfeeds.php. (this last dot will save your file with .txt extension) Or you can log to your public_html and rename the rssfeeds.php.txt. to rssfeeds.php
        .
        .
        Nyoman

        Comment


        • #19
          Re: How to Add PHP RSS Feeds to Your Web Page.

          Hi Nyoman, I went into my public_html folder and renamed the file to get rid of the .txt once before and it still wouldn't work. I also tried putting the file in a folder named rssfeeds.php, but still no go. If i was to give you access to my cpanel, would you be interested in poking around to try to find something unusual!

          Comment


          • #20
            Re: How to Add PHP RSS Feeds to Your Web Page.

            If you wish, you can send me your log in info here , i will try to figure it out
            .
            .
            Nyoman

            Comment


            • #21
              Re: How to Add PHP RSS Feeds to Your Web Page.

              Theo-
              Got your Email and you have mail too
              .
              .
              Nyoman

              Comment


              • #22
                Re: How to Add PHP RSS Feeds to Your Web Page.

                This was my exact problem. How did you solve it?

                Comment


                • #23
                  Re: How to Add PHP RSS Feeds to Your Web Page.

                  This is my exact problem also.
                  Please, Please......Tell us if you came up with a solution!! :)..lol

                  Thanks,
                  Randy
                  www.industrialsuppliesandservices.com

                  Comment


                  • #24
                    Re: How to Add PHP RSS Feeds to Your Web Page.

                    Hi I am having the same problem. Did anybody find out how this was solved?
                    Ian.
                    Ian
                    Web Graphics, eBook Covers, Headers, and Buttons
                    ImageWizard.biz

                    Comment


                    • #25
                      Re: How to Add PHP RSS Feeds to Your Web Page.

                      Hi All!

                      I think it's worth me keeping this going, because I have exactly the same problem, and, as it seems to have been resolved, one would expect that the solution would have been shared. I thought that was the idea of the Forum.

                      So, Theopod and / or Nyoman, how did you crack it, please?

                      Regards
                      John
                      www.soccer-tricks.clanfootball.com
                      www.soccer-drills.clanfootball.com
                      www.history-of-soccer.clanfootball.com

                      Comment


                      • #26
                        Re: How to Add PHP RSS Feeds to Your Web Page.

                        Hello there,

                        I have tried everything said above by Nyoman but it does not work.

                        I have changed the Cpanel

                        User Defined Handlers .htmserver-parsed .htmlserver-parsed System Defined Handlers .cgi .plcgi-script .php .php4 .php3application/x-httpd-php .shtmlserver-parsed
                        I have saved the following code as rssfeeds.php and transfer it into my public_html/:

                        <?php
                        $olderror_reporting =error_reporting(0);
                        include
                        ("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fnews.google.com%2Fnews%3F hl%3Den%26ned%3Dus%26ie%3DUTF-%26output%3Drss%26q%3Dpoker%2Chttp%3A%2F%2Fnews.se arch.yahoo.com%2Fusns%2Fynsearch%2Fcategories%2Fne ws_story_search_rss%2Findex.html%3Fp%3Dpoker%2Chtt p%3A%2F%2Fsearch.msn.com%2Fnews%2Fresults.aspx%3Ff ormat%3Drss%26FORM%3DRSNR%26q%3DPOKER&newpage=1&ch ead=1&atl=1&desc=1&owncss=&eleminate=&auth=&dts=&w idth=575&max=20&tlen=0&rnd=1&bt=3&bs=None&nmb=&ntb =&naf=&nst=&nwd=600&nht=0&dlen=0&lstyle=1&lc=%23FF 0000&bg=%23000000&bc=%23000000&spc=&ims=1&tc=%2366 FFCC&ts=11&tfont=Tahoma,+Verdana&rf=".$HTTP_SERVER _VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
                        error_reporting($olderror_reporting);
                        ?>

                        have created a test page: www.kgcinternational.com/test.html

                        Have also included the html code in that page: <!--#include virtual="rssfeeds.php" -->

                        NOTHING???

                        anyone can help?



                        Fadi Kaouk

                        http://www.kgcinternational.com - Recruitment Firm
                        http://www.moneymachineguide.com - Make Money Online
                        http://fadikaouk.blogspot.com - Make Money Blog
                        http://www.pokerguideservice.com - Learn the game of Poker
                        [B][COLOR=Lime][COLOR=Black]

                        Comment


                        • #27
                          Re: How to Add PHP RSS Feeds to Your Web Page.

                          I am trying to add a newsfeed php script to a website. I have been reading this thread and cant seem to find any resolution to my issue either.
                          The source of my free newsfeed is www.newsfeedmaker.com they provide various free formats to receive/display the feed.
                          I think many members of this forum would like to have newsfeeds on their sites - so if someone could try and find a way to make these newsfeeds work it would benefit a lot of us.
                          It is free to open an account and they have newsfeeds available with hundreds of topics -
                          so please someone try and see if you can make it work and report back to this thread if you have success.
                          Thanks

                          Comment

                          Working...
                          X