/*
======================================================================
lastRSS
======================================================================
*/
// include lastRSS
include "/hsphere/local/home/academic/designerfashionreviews.com/_scripts/lastRSS.php";
// Create lastRSS object
$rss = new lastRSS;
// Set cache dir and cache time limit (1200 seconds)
// (don't forget to chmod cache dir to 777 to allow writing)
$rss->cache_dir = ‘/hsphere/local/home/academic/designerfashionreviews.com/_scripts/cache’;
$rss->cache_time = 3600;
$AffLink = ‘/cgi-bin/axs/ax.pl?http://www.jdoqocy.com/pl75nmvsmu9CJAIGIC9GGHCIJH?sid=Feed&url=’;
// Try to load and parse RSS file
if ($rs = $rss->get(’http://www.zappos.com/n/rss’)) {
// Show website logo (if presented)
if ($rs[image_url] != ”) {
echo “
\n”;
}
// Show clickable website title
// echo “$rs[title]
\n”;
// Show website description
// echo “$rs[description]
\n”;
// Show last published articles (title, link, description)
echo “Newest Fashion Items at Zappos:
\n”;
foreach($rs['items'] as $item) {
$fix_openBracket = str_replace(”<”, “<", $item['description']);
$fix_imageLink = str_replace("
$fix_imageLink2 = str_replace("/>
“, “/>
“, $fix_imageLink);
$filtered_description = $fix_imageLink2;
echo “\t“.$item['title'].”
” . $filtered_description . “
\n”;
}
echo “\n”;
}
else {
echo “Error: It’s not possible to reach RSS file…\n”;
}
?>

No comments
Comments feed for this article
Trackback link: http://www.designerfashionreviews.com/newest-items-zappos/trackback/