(GPLv2) or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA02110-1301, USA. ********************************************************************************/ if (stristr(htmlentities($_SERVER['PHP_SELF']), "block_news_top.php")) { die("
Error: This file cannot be opened directly!
"); } global $dblink; $news_result = $dblink->get_list("SELECT id,nome FROM memht_news WHERE enabled=1 ORDER BY hits DESC LIMIT 20"); foreach ($news_result as $row_news) { $nid = intval($row_news['id']); $nnome = outCode($row_news['nome']); echo "
$nnome
\n"; } ?>