Tried to install NewsFeed module. Works on several sites, but having problems with this one. Any ideas?
Warning: Failed opening 'http://www.news4sites.com/service/newsfeed.php?tech=php&id=292' for inclusion (include_path='.;c:\php4\pear') in \\*.*.*.*\e\web\public_html\charactersweb\reale\v5\nukeV6\html\modules\News_Feed\index.php on line 143
Warning: Invalid argument supplied for foreach() in \\*.*.*.*\e\web\public_html\charactersweb\reale\v5\nukeV6\html\modules\News_Feed\index.php on line 145
my setup
----------
nuke v6.0
phpBB v2.0.6
php v4.2.3
winsdows 2000 server
IIS 5
mySQL
----------
This is the code:
function boxing() {
global $module_name;
include("header.php");
include("menu.php");
OpenTable();
include("http://www.news4sites.com/service/newsfeed.php?tech=php&id=292");
echo "<h3>$n4s[name]</h3><ol>";"<br><br>";
foreach($n4s['content'] as $v)
{
echo "<li><a href=$v[url] target=\"_blank\">$v[caption]</a><br>$v[domain] - <i>".date('g:i a',strtotime($v['lastseen']))."</i></li>";
}
echo "</ol>
<b>$n4s[byline]</b>
<br><small>".date('D M j, h:i a',strtotime($n4s['lastupdated']))."</small>";
echo ""._CPYRIGHT."";
echo "</a><center>";
CloseTable();
include("footer.php");
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum