我最关注的是 inc/clsmain.php 这个文件。大家看下代码吧,测试版的大小在80K做有,现在的40K了。
另外,我不喜欢在首页出先 首页-网络战士 这样的标题以前可以在这个文件上改的,现在就不行了。代码如下
:function head( $isnav=0,$isboard=0,$depth=0, $arrNavMenu=array() ){
global $fsetting,$lang,$istoptable,$stats,$membername,$userid,$userhidden,$boardid,$boardinfo,$userinfo,$gettitle,$db,$dv,$usergroupid;
global $ScriptName,$_DCACHE,$master,$forum_ads,$board_settings,$sendmsgnum,$sendmsgid,$sendmsguser,$ForumUrl,$usertrueip,$iswebsearch;
//搜索引擎优化
$title = $stats. ' - ' .$fsetting['forumname'];
$iswebsearch = IsWebSearch();
(true === $iswebsearch) AND ($title .= ' - powered by dvbbs.net');
//系统菜单,搜索引擎给出另一份菜单
//版面导航部分
if( $boardid > 0 && $isnav == 0 ){
$isnav = 1;
global $_DCACHE;
if( empty($_DCACHE['all_forums']) ){
if( !@include_once ROOT_PATH.'cache/board/board_all.php' ){
return null;
}
}
被我改过的是
$title = $fsetting['forumname'];
$iswebsearch = IsWebSearch();
(true === $iswebsearch) AND ($title .= '网络战士 网址为:http://EBF.ebfming.com');
看好,我只改了两个位置。结果首页就打不开了。
我知道这样不尊重DV大哥,但是我可以在自己的首页做个连接来补偿的。

[此帖子已经被作者于2006-11-22 14:31:00编辑过]