Datafeed Script Fix Needed 12.02.08
Hi,
I have a test page here that works fine… http://ok-show-me.com
It pulls data feeds from Ebay.
Now… I have another test page here…
http://ok-show-me.com/shareasale
that I’m trying to display data feeds to send to this site http://www.contourliving.com
I have downloaded the data feed and generated it with AffiliateFeedGenerator.com and then taken the code from RSSContent Builder and tried to insert it into index.php, but I’m missing something.
It looks like my first test page is using a script from this site…
http://lastrss.oslab.net/
Maybe this can be simplified somehow without using BOTH a feed generator and a content builder somehow? I plan on using various data feeds from different sites and want something simple if possible.
Here’s the code I got from the Content Builder…
<?php
$olderror_reporting =error_reporting(0);
include (”http://rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Fwww.ok-show-me.com%2Fshareasale%2Fcountour.xlm&newpage=1&chead=1&atl=1&desc=1&owncss=&eleminate=&auth=1&dts=1&width=300&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=White&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);
?>
Hope this is clear.
Thanks Ted



