|
|
|
@ -50,6 +50,7 @@ class Index extends CI_Controller
|
|
|
|
|
* | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for
|
|
|
|
|
remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where
|
|
|
|
|
request_uri NOT like '%.jpg'
|
|
|
|
|
and request_uri NOT like '%.JPG'
|
|
|
|
|
and request_uri NOT like '%.png'
|
|
|
|
|
and request_uri NOT like '%.gif'
|
|
|
|
|
and request_uri NOT like '%.css'
|
|
|
|
@ -63,6 +64,7 @@ class Index extends CI_Controller
|
|
|
|
|
and request_uri NOT like '/secureforms/form_token'
|
|
|
|
|
and request_uri NOT like '/ip/'
|
|
|
|
|
and request_uri NOT like '/ajax/getads/'
|
|
|
|
|
and request_uri NOT like '/public/template/footer.html'
|
|
|
|
|
and remote_addr='$ip'
|
|
|
|
|
";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序
|
|
|
|
|
/*
|
|
|
|
|