1、修改后台文件路径,默认为dede,随意修改任意都可以(注意:如果服务器开启了缓存,修改后将apache等进程重启下);
2、修改后台登录文件,login.htm和login_ad.htm
login.htm:
删除
<?php echo $redmsg; ?>
<div>Powered by<a href="http://www.dedecms.com" title="DedeCMS官网"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a>© 2004-2011 <a href="http://www.desdev.cn" target="_blank">DesDev</a> Inc.</div>
<div><iframe name="loginad" src="login.php?dopost=showad" frameborder="0" id="loginad" scrolling="no" marginwidth="0" marginheight="0" width="100%"></iframe></div>
修改
<title><?php echo $cfg_softname." ".$cfg_version; ?></title>
login_ad.htm文件:
<script type="text/javascript"src="https://ad.dedecms.com/adsview/?action=single&key=admcploginad&charset=gbk"></script>
修改/dede/images/login-bg.jpg图片
3、修改后台首页
index2.htm文件
删除
<img src="images/style<?php echo $cfg_admin_skin;?>/admin_top_logo.gif" width="200" height="37" alt="DedeCms Logo" title="Welcome use DedeCms" id="topdedelogo" />
<h3>滚动消息:</h3>
<div>
<form action="action_search.php" target="main" method="post">
<input name="keyword" type="text" value="功能搜索" onfocus="if(this.value=='功能搜索'){this.value='';}" onblur="if(this.value==''){this.value='功能搜索';}" style="width:150px;"/>
<input name="" type="submit" value="搜索"/>
<a href='http://bbs.dedecms.com' target='_blank'>官方论坛</a> <a href='http://help.dedecms.com' target='_blank'>在线帮助</a>
</form>
</div>
修改
<li>您好:<?php echo $cuserLogin->getUserName(); ?> ,欢迎使用DedeCMS!</li>
<title><?php echo $cfg_webname; ?>-<?php echo $cfg_softname." ".$cfg_version; ?></title>
index_body.htm文件
删除
<div id="__testEvn"></div>
$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
<dl id="item1">
<dt class='lside'><span class='l'><?php echo $cfg_soft_enname; ?> 更新消息</span></dt>
<dd>
<div id='updatetest'>
<div id='updateinfos'>
<?php
echo "<div class='updatedvt'><b>您系统版本最后更新时间为:{$oktime} </b><br/>";
echo " <a href='javascript:LoadUpdateInfos();' class='np coolbg'>进行在线更新</a> \r\n";
echo " <a href='sys_repair.php' class='np coolbg'>系统错误修复</a></div>\r\n";
echo "<iframe name='stafrm' src='{$offUrl}&uptime={$oktime}' frameborder='0' id='stafrm' width='98%' height='50'></iframe>";
?>
</div>
</div>
</dd>
</dl><!--更新消息结束-->
<dl class='dbox' id="item2">
<dt class='lside'><span class='l'>商业授权查询</span></dt>
<dd>
<iframe name="showauth" src="index_body.php?dopost=showauth" width="100%" frameborder="0" scrolling="no" marginwidth="10" marginheight="10" id="showauth"></iframe>
</dd>
</dl><!--更新消息结束-->
<dl class='dbox' id="item5">
<dt class='lside'><div class='l'>程序团队</div></dt>
<dd class='intable'>
<table width="98%">
<tr>
<td width='25%' height='36' class='nline' style="text-align:right"> 主程序研发: </td>
<td class='nline' style="text-align:left"><a href="http://www.desdev.cn/team.php" target="_blank" style="color:blue">织梦团队</a></td>
</tr>
<tr>
<td height='36' class='nline' style="text-align:right">鸣谢:</td>
<td class='nline' style="text-align:left"><a href="http://www.desdev.cn/dedecms-thanks.html" target="_blank" style="color:blue">热心用户</a>、<a href="http://www.dedecms.com/thanks.html" target="_blank" style="color:blue">赞助商</a></td>
</tr>
</table>
</dd>
</dl><!--开发团队结束-->
<dl class='dbox' id="item8">
<dt class='lside'><div class='l'>赞助商链接(<a href="http://ad.dedecms.com/ad/" target="_blank">说明</a>)</div></dt>
<dd>
<iframe name="showad" src="index_body.php?dopost=showad" frameborder="0" width="100%" id="showad" frameborder="0" scrolling="no" marginheight="5"></iframe>
</dd>
</dl><!--赞助商链接结束-->
修改
<div align="center">
Copyright © 2004-2011 <a href='http://www.dedecms.com' target='_blank'><u>DedeCMS</u></a>. 织梦科技 版权所有
</div>
<div style='float:left'>
欢迎使用专业的PHP网站管理系统,轻松建站的首选利器 -- <?php echo $cfg_softname; ?>
</div>
4、修改侧边栏菜单
dede/inc/inc_menu.php文件
修改
<m:top item='1_10_7_' name='系统帮助' display='none'>
<m:item name='参考文档' link='http://help.dedecms.com' rank='' target='_blank' />
<m:item name='意见建议反馈' link='http://site.desdev.cn/suggest/' rank='' target='_blank' />
<m:item name='官方交流论坛' link='http://bbs.dedecms.com' rank='' target='_blank' />
</m:top>
5、修改后台转跳提示消息
/dede/sys_data_done.php和include/common.func.php文件
修改
将文中DedeCMS 提示消息等字样删除
文章评论