一个简单的带有论坛页眉与页脚的404页

来自: Discuz 作者: 水煮鱼 时间: 2010-11-15 17:12 查看: 53.8k 回复: 196

Discuz论坛用带有页眉与页脚的404页面

代码如下(7.2):

  1. <?php
  2. define('CURSCRIPT', 'index');
  3. require_once './include/common.inc.php';
  4. include template('header');
  5. print <<<HTML
  6. <div id="nav"><a href="$indexname">$bbname</a> » 您打开的页面不存在</div>
  7. <div id="wrap" class="wrap s_clear">
  8. <style type="text/css">
  9. <!--
  10. .txt404 {
  11.     line-height:120px;
  12.     text-align:center;
  13.     height:240px;
  14.     padding:120px 0px;
  15.     font-weight: 600;
  16.     font-family: Verdana, Arial, Helvetica, sans-serif;
  17.     overflow:hidden;   
  18. }
  19. .txt404 p{
  20.     padding:0px;
  21.     margin:0px;
  22.     color: #FF6600;   
  23.     font-size: 130px;
  24. }
  25.    
  26. .txt404 p.notfound {
  27.     color:#e5e5e5;
  28.     font-size:80px;
  29. }
  30. -->
  31. </style>
  32. <div class="txt404">
  33. <p>404</p><p class="notfound">not found</p>
  34. </div>
  35. </div>
  36. HTML;
  37. include template('footer');
  38. ?>
复制代码


代码如下(2.0):

  1. <?php

  2. require './source/class/class_core.php';

  3. $discuz = & discuz_core::instance();
  4. $discuz->cachelist = $cachelist;
  5. $discuz->init();
  6. $navtitle = '404';

  7. include template('common/header');

  8. print <<<HTML
  9. <div id="pt" class="bm cl"><div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>»</em>你访问的页面不存在</div></div>
  10. <style type="text/css">
  11. .txt404 {
  12.     line-height:130px;
  13.     text-align:center;
  14.     height:260px;
  15.     padding:110px 0px;
  16.     font-weight: bold;
  17.     font-family: Georgia, "Times New Roman", Tahoma, Verdana, Arial;
  18.     overflow:hidden;   
  19. }
  20. .txt404 p{
  21.     padding:0px;
  22.     margin:0px;
  23.     color: #FF6600;   
  24.     font-size: 140px;
  25. }   
  26. .txt404 p.notfound {
  27.     color:#e5e5e5;
  28.     font-size:80px;
  29. }
  30. </style>
  31. <div class="txt404"><p>404</p><p class="notfound">not found</p></div>
  32. HTML;

  33. include template('common/footer');

  34. ?>
复制代码


保存为404.php上传到论坛
然后修改.htaccess文件的404页面为404.php
最新回复 196 条  
szd36423992016-1-29 18:07:07
一个简单的带有论坛页眉与页脚的404页
moyansj2015-7-7 17:42:30
看看。。学习一下
记忆2015-3-14 11:37:00
看看了!!  
joeph2013-12-13 11:33:13
感谢分享~!
chackr2013-9-28 16:49:18
谢谢分享呀呀
北在北方2013-9-27 14:27:15
kankan.学习一下
test2013-9-12 22:46:41
fv新的发挥并不错
ZeepLee2013-9-11 21:49:31
厉害啊。。。。。。。。。
administrat0r2012-12-31 09:19:53
嘻嘻。我喜欢哦!
微雨2012-11-21 21:31:38
还是有点卡。。
edentheone2012-10-28 10:40:48
看看哈
嘿嘿嘿
lionk2012-6-28 00:29:32
看下效果                                          
huiaiqi142012-6-2 22:18:53
撒旦撒旦撒
刘诗铭2012-6-2 17:13:00
支持!。。。。。。。。。。。
铅笔小飞2012-5-21 00:56:07
7.2版本?2.0的很少吗?
您需要登录后才可以回帖 登录 | 注册
Smilies Code
高级模式