马上注册,免费下载更多dz插件网资源。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
Discuz论坛用带有页眉与页脚的404页面
代码如下(7.2):
- <?phpdefine('CURSCRIPT', 'index');require_once './include/common.inc.php';include template('header');print <<<HTML<div id="nav"><a href="$indexname">$bbname</a> » 您打开的页面不存在</div><div id="wrap" class="wrap s_clear"><style type="text/css"><!--.txt404 { line-height:120px; text-align:center; height:240px; padding:120px 0px; font-weight: 600; font-family: Verdana, Arial, Helvetica, sans-serif; overflow:hidden; }.txt404 p{ padding:0px; margin:0px; color: #FF6600; font-size: 130px;} .txt404 p.notfound { color:#e5e5e5; font-size:80px;}--></style><div class="txt404"><p>404</p><p class="notfound">not found</p></div></div>HTML;include template('footer');?>
复制代码
代码如下(2.0):
- <?phprequire './source/class/class_core.php';$discuz = & discuz_core::instance();$discuz->cachelist = $cachelist;$discuz->init();$navtitle = '404';include template('common/header');print <<<HTML<div id="pt" class="bm cl"><div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>»</em>你访问的页面不存在</div></div><style type="text/css">.txt404 { line-height:130px; text-align:center; height:260px; padding:110px 0px; font-weight: bold; font-family: Georgia, "Times New Roman", Tahoma, Verdana, Arial; overflow:hidden; }.txt404 p{ padding:0px; margin:0px; color: #FF6600; font-size: 140px;} .txt404 p.notfound { color:#e5e5e5; font-size:80px;}</style><div class="txt404"><p>404</p><p class="notfound">not found</p></div>HTML;include template('common/footer');?>
复制代码
保存为404.php上传到论坛
然后修改.htaccess文件的404页面为404.php
©DZ插件网所发布的一切资源仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。 网站部分内容来源于网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,得到更好的正版服务。 您在本站任何的赞助购买、下载、查阅、回复等行为等均表示接受并同意签订《DZ插件网免责声明协议》。 如有侵权请邮件与我们联系处理: discuzaddons@vip.qq.com 并出示相关证明以便删除。敬请谅解!
|
|