找回密码
 注册
广告投放 虚位以待【阿里云】2核2G云新老同享 99元/年,续费同价做网站就用糖果主机-sugarhosts.comJtti.com-新加坡服务器,美国服务器,香港服务器
楼主: 颜冰

谁有好点的404的代码!

[复制链接]
发表于 2005 年 12 月 1 日 19:56:15 | 显示全部楼层
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 12 月 1 日 19:56:46 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
下面是引用颜冰于2005-12-01 19:50发表的:
楼上的你的 403啊!
是404 啊 你在看看
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 12 月 1 日 20:04:37 | 显示全部楼层
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 12 月 1 日 20:06:32 | 显示全部楼层
http://demo.5910.cn/404.html
这个怎么样?你可以自己美化下

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
  2. <html xmlns="[url]http://www.w3.org/1999/xhtml[/url]">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>404 您输入的地址无法访问</title>
  6. </head>
  7.   
  8. <body>
  9. <style type="text/css">
  10. <!--
  11. body {
  12. font-size: 12px;
  13. font-family: Tahoma, Arial, "宋体";
  14. background-color: white;
  15. margin: 0px;
  16. padding: 0px;
  17. }
  18.   
  19. a:link,
  20. a:visited {
  21. text-decoration: none;
  22. color: #333399;
  23. }
  24. a:hover {
  25. text-decoration: underline;
  26. color:#0000FF;
  27. }
  28. hr {
  29. height: 1px;
  30. border: 0;
  31. border-top: 1px solid #CCCCCC;
  32. }
  33.   
  34. /****** Main Layout Styles ******/
  35. #wrapper {
  36. text-align: center;
  37. margin: 10px;
  38. }
  39. #header {
  40. padding: 6px;
  41. font-size: 14px;
  42. border: solid 1px #CCCCCC;
  43. background-color: #F8F8F5;
  44. }
  45. #header h4{
  46. padding: 5px;
  47. font-size: 16px;
  48. font-weight: bold;
  49. display: inline;
  50. }
  51. .desc {
  52. padding: 5px;
  53. color: #666666;
  54. font-size: 12px;
  55. }
  56. .content {
  57. width: 100%;
  58. }
  59. .section{
  60. width: 450px;
  61. margin: 10px;
  62. margin-bottom: 15px;
  63. }
  64. .leftform{
  65. float: left;
  66. text-align: left;
  67. }
  68. #footer {
  69. clear: both;
  70. color: #999999;
  71. padding: 10px;
  72. padding-left: 20px;
  73. }
  74. /*********** Content Styles ***********/
  75. .section h4 {
  76. margin: 2px;
  77. padding: 5px;
  78. font-size: 12px;
  79. font-weight: bold;
  80. color: #333333;}
  81. form{display: inline;}
  82. .categories strong{
  83. color: #999999;
  84. }
  85. -->
  86. </style>
  87.   
  88. <div id="wrapper">
  89.   
  90. <div id="header">
  91. <h4>您输入的地址无法访问</h4>
  92. <div class="desc">有可能是您输入的地址有误或者是该网站暂时无法访问</div>
  93. </div>
  94.   
  95. <div class="content">
  96. <script type="text/javascript">
  97. var url = external.max_getString(0);
  98. var autoRefresh=external.max_getString(1);
  99. if(autoRefresh=="1"){
  100. autoRefresh=1;
  101. }else{
  102. autoRefresh=0;
  103. }
  104.   
  105. function HTMLEncode(str){
  106. if(str==undefined){ return ""; }
  107. str = str.replace(/\&/g, "&");
  108. str = str.replace(/\>/g, ">");
  109. str = str.replace(/\</g, "<");
  110. str = str.replace(/\"/g, """);
  111. str = str.replace(/\'/g, "'");
  112. return str;
  113. }
  114.   
  115. function enableAutoRefresh(flag){
  116. if(flag==1){
  117. external.put_string("1",url);
  118. location.reload();
  119. }else{
  120. external.put_string("",url);
  121. location.reload();
  122. }
  123. }
  124.   
  125. function go(url){
  126. document.location=url;
  127. }
  128.   
  129. if(autoRefresh==1){
  130. window.setInterval("go(url)",5000);
  131. }
  132. </script>
  133. <div class="section">
  134. <h4>您输入的地址无法访问:</h4>
  135. <div style="margin-left: 20px;">
  136. <script>document.write('<a href="'+HTMLEncode(url)+'">'+HTMLEncode(url)+'</a>')</script>
  137.    
  138. <script>
  139. if(autoRefresh==0){
  140. document.write('<a href="javascript:enableAutoRefresh(1)">[每 5 秒自动重试]</a>')
  141. }else{
  142. document.write('<a href="javascript:enableAutoRefresh(0)">[停止自动重试]</a>')
  143. }
  144. </script>
  145. </div>
  146. </div>
  147.   
  148. <div class="section">
  149. <h4>您可以通过搜索查找相关资源:</h4>
  150. <div class="leftform">
  151. <form action="[url]http://www.baidu.com/baidu[/url]" target="_blank">
  152. <table border="0" cellpadding="0" cellspacing="5">
  153. <tr>
  154. <td ><input type="text" name="word" id="word" size="40"></td>
  155. <td valign="top"><input type="submit" size="15" value="百度搜索"></td>
  156. </tr>
  157. </table>
  158. </form>
  159. <script>document.getElementById("word").value=url;</script>
  160.   
  161. <form action="[url]http://www.google.com/search[/url]" target="_blank">
  162. <table border="0" cellpadding="0" cellspacing="5">
  163. <tr>
  164. <td ><input type="text" name="q" id="q" size="40"></td>
  165. <td valign="top"><input type="submit" size="15" value="Google搜索"></td>
  166. </tr>
  167. </table>
  168. </form>
  169. <script>document.getElementById("q").value=url;</script>
  170.   
  171. <form action="[url]http://search.yahoo.com/bin/search[/url]" target="_blank">
  172. <table border="0" cellpadding="0" cellspacing="5">
  173. <tr>
  174. <td ><input type="text" name="p" id="ya" size="40"></td>
  175. <td valign="top"><input type="submit" size="15" value="Yahoo搜索"></td>
  176. </tr>
  177. </table>
  178. </form>
  179. <script>document.getElementById("ya").value=url;</script>
  180. </div>
  181. </div>
  182.   
  183. </div>
  184.   
  185. <div id="footer">
  186. Powered By quakemachine.com
  187.   
  188. </div>
  189.   
  190. </div>
  191. </body>
  192. </html>
复制代码
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 12 月 1 日 21:34:27 | 显示全部楼层
都很好哦~`
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

阿福 该用户已被删除
发表于 2005 年 12 月 1 日 21:35:27 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 12 月 1 日 21:38:11 | 显示全部楼层
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

阿福 该用户已被删除
发表于 2005 年 12 月 1 日 21:39:33 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2005 年 12 月 1 日 19:24:28 | 显示全部楼层

谁有好点的404的代码!

  有的给一份!有好看的告诉地址也ok

我去搞一份!
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2025 年 2 月 1 日 01:38 , Processed in 0.171081 second(s), 14 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表