One minor suggestion....
adv_portal_news_archivebits ends up spitting out a line like this:
Code:
<b><a href="http://dev.defensivetactics.com/forum/showthread.php?t=51" title="<br /><br />View the Entire Article<br />">Development: AL QAEDA SEEN PLANNING FOR 'SPECTACULAR ATTACK'</a></b>
I'm concerned about the breaks in the title parameter. That's causing some validation problems.
In rss_update.php, I found this:
PHP Code:
$rss_description .= "{br}{br}[url=" . $rss_allItems[$j][LINK] . "]View the Entire Article[/url]{br}";
If I pull out the three breaks, is that going to cause problems elsewhere?