>백엔드 개발 >PHP 튜토리얼 >404 오류 PHP 404 오류 페이지 구현 코드

404 오류 PHP 404 오류 페이지 구현 코드

WBOY
WBOY원래의
2016-07-29 08:40:081013검색

코드 복사 코드는 다음과 같습니다.


# $domain을 도메인 이름으로 설정합니다(참고 www가 없습니다)
$domain = "jb51.net";
# URL을 설정합니다. 뒤에 밑줄이 없습니다./
$docroot = "http://jb51.net"
# 오류 메시지의 글꼴 설정
$fontface = "Verdana";
# 404 페이지의 글꼴 크기 설정
$fontsize = "2"
# 배경색 설정 404 페이지에서는 기본값은 흰색
$bgcolor = "#ffffff";
# 텍스트 색상을 설정합니다. 기본값은 검정색입니다.
$textcolor = "#000000"
# $ 네트워크 관리에 편지를 보낼지 여부를 제어하는 ​​​​reportlevel 변수
# 0 = 기본적으로 메시지를 보낼 필요가 없습니다. NB에서 어떻게 잘못 될 수 있습니까
# 1 = 페이지에 다음이 포함된 경우에만 메시지를 보냅니다. 귀하의 DOMAIN NAME
# 2 = 나와의 연결이 끊어져도 메시지를 보내십시오. 친근한 사이트일 수 있습니다
$reportlevel = 2 //가장 안전한 옵션입니다
$emailaddress = "webmaster @jb51.net"; //오류 메시지를 받을 이메일 주소 설정
function print_details()
{
# 필요한 전역 변수에 대한 액세스 요청
global $fontface, $fontsize, $ docroot, $REQUEST_URI, $reportlevel;
global $bgcolor, $textcolor;
# 웹 형식으로 404 오류를 인쇄합니다.
echo "404 페이지를 찾을 수 없습니다. ;/title></head>"; <br>echo "<body bgcolor="$ bgcolor" text="$textcolor">"; <br>echo "<b><h1>404 죄송합니다 , 요청하신 페이지를 찾지 못했습니다</h1></b>"; <br> echo "<p><fontface="$fontface" size="$fontsize">"; <br>echo "요청한 페이지 $docroot$REQUEST_URI가 이 서버에 존재하지 않음을 알려줍니다." <br>echo "</font></p>"; ($reportlevel != 0) <br>{ <br>echo "<p><fontface ="$fontface" size="$fontsize">" <br>echo "오류 메시지가 전송되었습니다. 온코딩 코딩 캠프 관리자 메일함으로."; <br>} <br>return; <br>} <br> # EMAIL 처리 함수 <br>function send_email() <br>{ <br># 전역에 대한 액세스 요청 <br>global $REQUEST_URI, $HTTP_REFERER, $emailaddress, $REMOTE_ADDR, $docroot; <br># 시간, 장소 등 전송된 메시지를 사용자 정의합니다. <br>$today = getdate() <br>$month = $today[월]; <br>$mday = $today[mday]; <br>$year = $today[year] <br>$hours = $today[hours]; $분 = $today[분]; <br>$errortime = "$month/$mday/$year at $hours:$ Minute" <br># 이메일 메시지 본문 만들기 <br>$message .= "404 오류 보고서$REMOTE_ADDR에서 404 오류가 발생했습니다."; <br>$message .= " on $errortime.nn"; <br>$message .= "오류를 생성한 URI는 n$docroot$REQUEST_URInn입니다." ; <br>$message .= "참조 페이지:n$HTTP_REFERERnn"; <br># 메일 메시지를 보냅니다. <br>mail("$emailaddress", " 404 Error Report", $message, "From: $emailaddress"); //메시지 보내기<br>return; <br>} <br># 다음은 메시지 보내기 여부 변수 $reportlevel의 설정에 따라 결정됩니다. 아니면. <br>print_details() <br># 이메일 보고서를 보내야 하는지 확인하세요. <br>if ($reportlevel != 0) <br>if ($reportlevel == 1) { <br>if (eregi($domain,$HTTP_REFERER)) <br>send_email() } <br>else <br>send_email() <br># <br>종료하세요. > <br><br> <br> 위 내용은 404에러 내용을 포함하여 404에러 PHP 404에러페이지 구현코드를 소개한 내용입니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되었으면 좋겠습니다. <br> </p> <p></p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="bmp 형식 사진 PHP는 bmp 사진을 jpg로 변환하고 다른 형식의 사진을 변환합니다." href="https://m.php.cn/ko/faq/322221.html">bmp 형식 사진 PHP는 bmp 사진을 jpg로 변환하고 다른 형식의 사진을 변환합니다.</a></span><span>다음 기사:<a class="dBlack" title="bmp 형식 사진 PHP는 bmp 사진을 jpg로 변환하고 다른 형식의 사진을 변환합니다." href="https://m.php.cn/ko/faq/322223.html">bmp 형식 사진 PHP는 bmp 사진을 jpg로 변환하고 다른 형식의 사진을 변환합니다.</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="https://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ko/faq/1.html" title="cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법" class="aBlack">cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1.html" title="cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법" class="aBlack">cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1.html" title="cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법" class="aBlack">cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1.html" title="cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법" class="aBlack">cURL을 사용하여 PHP에서 Get 및 Post 요청을 구현하는 방법</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/2.html" title="정규식의 모든 표현식 기호(요약)" class="aBlack">정규식의 모든 표현식 기호(요약)</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p></div><div class="footermid"><a href="https://m.php.cn/ko/about/us.html">회사 소개</a><a href="https://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="https://m.php.cn/ko/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body><!-- Matomo --><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!-- End Matomo Code --></html>