Quote:
Originally Posted by dotcommer
Jace,
I appreciate you taking the time to try our feeds out. I spoke with our programmer who created the RSS version of our feeds and he said that most likely you will have to create a parser for the images.
We have two versions of the RSS, a formatted version and a Raw RSS version. My programmer explained why he chose to do the Java Script version first because any webmaster could very easily get it up and working. The RSS version is for more advanced webmasters like your self. Depending on your server etc… you may have to write additional code to parse all of the RSS feed.
We had another programmer who used PHP to parse it and he had it up and running within a few minutes, and this is what he wrote.
This is a quick and dirty script I wrote (there are better ways to it).
First you have to edit it with a simple text editor to change the RSS url. It's within the first line of code.
If you put it on a php page, you just include it with this code:
<? include 'feed.php'; ?>
Or If you wanna include it with SSI (server side includes) in an shtml (or html) file, you can use this code:
<!--#include virtual="feed.php" -->
And you need to make sure your server has SSI support enabled.
Here is the PHP code.
<?
$o = implode(file("http://www.celebritycashrocks.com/f/topcelebs/via_rss/ wmr-link/site-fcQQfsQQchQQnct/rsid-819231/g-f/items-25/headshots-1/icons- 0/columns-1/hsiz-m/ho-t/si-1/marker-Feed_Topf"));
$p = simplexml_load_string($o, 'SimpleXMLElement', LIBXML_NOCDATA);
print ($p->channel->description);
?>
|
no offense man, but I am working with over 100 rss feeds right now from tons of sponsors, and I don't need to do that with any others
I use feedwordpress. I throw the feed into the URL box and hit submit, and it updates every 6 hours and I never have to touch it
I am not including php tags or getting creative to parse some fucked up rss, it just isn't worth it and it honestly isn't how rss is supposed to be
I suggest your programmer shop around to other affiliate programs and see how rss is done in the adult industry, because he is apparently working with the wrong thing
have them install wordpress and then install AutoBlog or FeedWordpress, then you will be on the same level that hundreds of webmasters using rss feeds are on
I know you all are trying to be creative and trying new things, but there is a tried and true method for doing this, and having some rss script spit out some code that we ONCE AGAIN have to add more code to a page to view isn't going to get you anywhere
just give us a basic rss feed
want some examples?
http://www.mrskin.com/feeds.html?nat...0&source=b od
http://www.juicybucks.com/rss.php?A=...ite=10&num=100
http://www.mrskin.com/feeds.html?nat...kinternational
http://www.juicybucks.com/rss.php?A=...ite=21&num=100
none of those require any extra code and they can be used by feedwordpress, autoblog and autoblogger pro very easily, your cannot