ALTER TABLE `cdb_oufennews` ADD `type` int(1) unsigned NOT NULL default 2 AFTER `title`;
if(file_exists(DISCUZ_ROOT.'forumdata/cache/news.php')) require_once(DISCUZ_ROOT.'forumdata/cache/news.php');
if(file_exists(DISCUZ_ROOT.'forumdata/cache/news2.php'))//news1.php为站内,news2.php为要闻 require_once(DISCUZ_ROOT.'forumdata/cache/news2.php');//news3.php为国际,news4.php为国内
CREATE TABLE IF NOT EXISTS cdb_oufennews ( `page` varchar(17) NOT NULL, `title` varchar(80) NOT NULL, `type` int(1) unsigned NOT NULL, `content` text NOT NULL, PRIMARY KEY (`page`) ) ENGINE=MyISAM DEFAULT CHARSET=gbk;
DROP TABLE IF EXISTS cdb_oufennews;
require_once './include/common.inc.php';
<div id="ad_text"></div>
<div class="mainbox forumlist"> <h3>最新时事要闻</h3> <table width=100% cellspacing="0" cellpadding="0"><tr><td> <marquee onmouseover='this.stop()' onmouseout='this.start()' scrollDelay=200 scrollAmount=6 class=a>$new </marquee> </td></tr></table> </div>
news.rar
2008-4-14 09:46 上传
点击文件名下载附件
6.22 KB, 下载次数: 750
插件下载
使用道具 举报
<marquee onmouseover='this.stop()' onmouseout='this.start()' scrollDelay=200 scrollAmount=6 class=a>$new </marquee>
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-9-18 09:49 , Processed in 0.128520 second(s), 19 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.