Newest Items at Jewelry Television

/*
======================================================================
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.dpbolvw.net/6t97gv30v2ILSJRPRLIKJNQPSPN?sid=Feed&url=’;

// Try to load and parse RSS file
if ($rs = $rss->get(’http://media.jewelrytelevision.com/rss/toh-any.xml’)) {
// Show website logo (if presented)
if ($rs[image_url] != ”) {
echo “\"$rs[image_title]\"
\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 Jewelry Items from Jewelry Television:
\n”;
foreach($rs['items'] as $item) {

$fix_cdata = str_replace(” $fix_endTag = str_replace("]]>“, “”, $fix_cdata);
$fix_imageAfflink = str_replace(” $filtered_description = $fix_imageAfflink;

echo "\t“.$item['title'].”
” . $filtered_description . “

\n”;
}
echo “
\n”;
}
else {
echo “Error: It’s not possible to reach RSS file…\n”;
}
?>

Anti-Spam Protection by WP-SpamFree