Results 1 to 3 of 3

Thread: Problem With RSS Script
      
   

  1. #1
    tee71 is offline Master Sergeant
    Join Date
    Jul 2009
    Posts
    65

    Default Problem With RSS Script

    Hello to the Forum,

    I'm not sure if this is the right place to post, but I'm having a problem getting a rss script to work on my site. I found a site called RSSFeedReader.com and created a news feed. They offer scripts in javascript and php. If a site has php web pages (my site does), then all one has to do is copy and paste the code anywhere on a page & its supposed to work. I did that and nothing appeared on my site. I checked the source code in Firefox & IE, and the script wasn't there. Is there something blocking it? I put in a support ticket yesterday with rssfeedreader.com and have yet to hear from them, and they don't accept phone calls. I really need help. Here is the script they provided:

    <?php
    $olderror_reporting =error_reporting(0);
    include("http://rssfeedreader.com/rss.php?phpout=1&key=cdf66a6a7a04d87d865335701790c 3e3&from=".$_SERVER['SERVER_NAME'] );
    error_reporting($olderror_reporting);
    ?>

    My site is coin-buying.com. Any assistance will be appreciated.
    Thanks,

    Teresa

  2. #2
    tee71 is offline Master Sergeant
    Join Date
    Jul 2009
    Posts
    65

    Default Re: Problem With RSS Script

    I forgot to mention that only the rss php script can be simply added to a web page. The javascript was far more complicated to implement and their site said php can be read by search engines while javascript cannot.

    Teresa

  3. #3
    tee71 is offline Master Sergeant
    Join Date
    Jul 2009
    Posts
    65

    Default Re: Problem With RSS Script

    Sorry, I stand corrected. Their site said php scripts don't automatically work on html pages, not adding javascript to a page. My apologies for writng three posts in a row.

    Teresa

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49