사용법에 대한 참고 사항:
iis.php 파일에서 iis 로그의 절대 경로를 수정합니다.
예: $folder="c:/windows/system32/logfiles/site logdirectory/" // 기억하세요. (/) 뒤에 슬래시를 포함합니다.
(가상공간을 이용하여 사이트의 절대경로를 확인하는 방법을 모르시나요? 프로브를 올려서 확인해보세요!
직접보기 방법 : http://site domain name/iis.php
로컬보기 방법: 로그 다운로드 로컬 http://127.0.0.1/iis.php )
참고:
//사이트 로그 디렉터리, 해당 디렉터리에는 사이트 사용자에 대한 읽기 권한이 있어야 합니다.
//로그를 로컬로 다운로드하는 경우 143번째 줄의 URL을 귀하의 웹사이트 URL로 수정하세요. 이 작업은 필요하지 않으며 분석 결과에 영향을 미치지 않습니다.
//파일명 iis.php를 수정하려면 해당 코드를 동시에 Ctrl h로 수정하고 iis.php를 모두 수정하려는 파일명으로 바꿔야 합니다. 그렇지 않으면 프로그램이 제대로 실행되지 않습니다.
//iis 로그 파일이 너무 크면 프로그램 시간이 초과될 수 있습니다!
다음은 PHP 소스 코드입니다.
[코드]
/*
Cowboy IIS 로그 스파이더 크롤링 기록 분석기 V1.1(PHP GB2312 버전)
작성자: Cowboy
QQ: 172379201
이메일: 17gd@163. com
*/
//====================================== ========= ====
header("content-type:text/html; charset=gb2312");
//사이트 로그 디렉터리에는 읽기 권한이 있어야 합니다. 사이트 사용자를 위해!
$folder="C:/WINDOWS/system32/LogFiles/W3SVC1155699908/";//다음에 슬래시를 포함해야 한다는 점을 기억하세요!
$pagesize = 25;//표시할 페이지 수를 설정하세요!
//=========================
$type = addlashes($_GET['type']);
if ($type)$type = base64_decode($type);
$showfile = addlashes($_GET['showfile']);
$page = addlashes($_GET['page']);
if (!$page)$page=1;
//============================
/ / 디렉터리 열기
if (!$type){
if (file_exists($folder))
{
$fp=opendir($folder);
while(false!=$ file= readdir($fp))
{
if($file!='.' &&$file!='..')
{
$file="$file";
$arr_file[]=$file;
}
}
if(is_array($arr_file))
{
for ($i=count($arr_file)-1;$ =0;$i--)
~ 왜냐하면 $folder.$arr_file[$i]))."
< php?type=".base 64_encode(바이두스파이더)."&표시파일 =".$arr_file[$i]."">바이두(바이두)
Google | ".base64_encode(yahoo)."&showfile=".$arr_file[$i]."">Yahoo(yahoo)";
}
}
closeir($fp);
$html = indexhtml();
$copy = mycopy();
$html = str_replace("[showlog]",$indexstr,$html );
$html = str_replace("[copy]",$copy,$html);
echo $html;
}else{
echo "로그 디렉터리가 없거나 충분하지 않습니다. 권한 설정을 확인해주세요!";
exit();
}
}elseif ($type=='Baiduspider'){
echo show($type,$folder,$showfile,$page,$pagesize);
}elseif ($type=='Googlebot'){
echo show($type,$folder,$showfile,$page,$pagesize);
}elseif ($type=='yahoo' ){
echo show($type,$folder,$showfile,$page,$pagesize);
}
function show($type,$folder,$showfile,$page,$pagesize)
{
if ($type=='Baiduspider')
{
$title='百島';
}elseif ($type=='Googlebot'){
$title ='谷歌';
}elseif ($type=='yahoo'){
$title='雅虎';
}
if ($type&&$folder&&$showfile)
{
if(file_exists($folder.$showfile))
{
$fp= fopen($folder.$showfile,"r");
}else{
echo "该日志文件不存在,请检查设置!";
exit;
}
$j=0;
$y=0;
$t=0;
$h=0;
그동안(!feof ($fp))
{
$str = fgets($fp);
$str =iconv("UTF-8","GB2312//IGNORE",$str);
만약 (strpos($str,$type))
{
$j ;
$temp[].=$str;
$tmpcount = 폭발(" " ,$str);
if ($tmpcount[11]==200)$t ;
if ($tmpcount[11]==304)$h ;
if ($tmpcount[11]==404)$y ;
}
}
fclose($fp);
$count = count($temp);
if ($page==1)
{
$countshow=$count ;
$mynum = $count-$pagesize;
}else{
$countshow =$count-($page*$pagesize-$pagesize);
$mynum = $count-$page *$pagesize;
}
$pagecount =ceil(count($temp) / $pagesize);
if ($page>=$pagecount)
{
$mynum = $page 카운트 ;
}
$m=0;
for ($i=$countshow-1;$i>=$mynum;$i--)
{
$num = 폭발( " ",$temp[$i]);
$show.="
".$num[0]." ".$num[1]." |
".$num[9]." |
".$num[5]." |
".$num[11 ]." |
";
}
unset($temp);
$showpage = "
每页 ".$pagesize." 条 当前".$page ."/$pagecount"; $showpage.=" 首页 "; if ($page!=1) { $showpage.=" 上一页"; } if ($page!=$pagecount) { $ showpage.=" 下一页 a>"; $weei = " 尾页"; } $showpage.=$weei." | ";
if ($show)
{
$html = pagehtml ();
$copy = mycopy();
$htmltitle = "牛仔IIS日志蜘蛛爬行记录分析器-";//请保留,谢谢!
$html = str_replace("[제목] ",$title,$html);
$html = str_replace("[htmltitle]",$htmltitle,$html);
$html = str_replace("[show]",$show,$html) ;
$html = str_replace("[count]",$j,$html);
$html = str_replace("
当前1/2页 12下一页
以上就介绍了IIS 일지 php IIS 일분할的朋友有所帮助。