过滤无效路径

ct-mobile-first
ycc 5 years ago
parent a358c49f58
commit 9ac8b2dc23

@ -65,6 +65,7 @@ class Index extends CI_Controller
and request_uri NOT like '/ip/' and request_uri NOT like '/ip/'
and request_uri NOT like '/ajax/getads/' and request_uri NOT like '/ajax/getads/'
and request_uri NOT like '/public/template/footer.html' and request_uri NOT like '/public/template/footer.html'
and request_uri NOT like '/public/%'
and remote_addr='$ip' and remote_addr='$ip'
";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序 ";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序
/* /*

@ -19,7 +19,7 @@
<link rel="dns-prefetch" href="//www.google-analytics.com"> <link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//connect.facebook.net"> <link rel="dns-prefetch" href="//connect.facebook.net">
<link rel="dns-prefetch" href="//www.facebook.com"> <link rel="dns-prefetch" href="//www.facebook.com">
<link href="https://data.chinahighlights.com/css/mobile-first.css?v=120911" rel="stylesheet"> <link href="https://data.chinahighlights.com/css/mobile-first.css?v=1202913" rel="stylesheet">
</head> </head>
<body> <body>

@ -1,14 +1,14 @@
<!doctype html> <!doctype html>
<html lang=en transformed="google;v=3"> <html lang="en" transformed="google;v=3">
<head> <head>
<meta charset=utf-8> <meta charset="utf-8">
<title><!--@TITLE@--></title> <title><!--@TITLE@--></title>
<meta name="keywords" content="<!--@KEYWORDS@-->"> <meta name="keywords" content="<!--@KEYWORDS@-->">
<meta name="description" content="<!--@DESCRIPTION@-->"> <meta name="description" content="<!--@DESCRIPTION@-->">
<link rel="canonical" href="<!--@CANONICAL@-->"> <link rel="canonical" href="<!--@CANONICAL@-->">
<meta content="width=device-width,minimum-scale=1,initial-scale=1" name=viewport> <meta content="width=device-width,minimum-scale=1,initial-scale=1" name=viewport>
<link rel="shortcut icon" href="href=//data.chinahighlights.com/favicon.ico"> <link rel="shortcut icon" href="href=//data.chinahighlights.com/favicon.ico">
<link href="https://data.chinahighlights.com/css/mobile-first.css?v=111" rel="stylesheet"> <link href="https://data.chinahighlights.com/css/mobile-first.css?v=111223" rel="stylesheet">
</head> </head>
@ -18,8 +18,8 @@
<!--头部导航--> <!--头部导航-->
<header class="headerbar flex justify-start items-center top-0 left-0 right-0 pl2 pr4 pt2 md-pt0" id="header"> <header class="headerbar flex justify-start items-center top-0 left-0 right-0 pl2 pr4 pt2 md-pt0" id="header">
<div role=button tabindex=0> <div role=button tabindex=0>
<a href="/"> <img src=https://www.chinahighlights.com/pic/guide/info-template-top-logo.png width=98px <a href="/"> <img src="https://www.chinahighlights.com/pic/guide/info-template-top-logo.png" width="98px"
height=53px alt=xxx class="chinahighlightslogo"></a> height="53px" alt="chinahighlights logo" class="chinahighlightslogo"></a>
<div class="topnavitailor"> <div class="topnavitailor">
<a href="/tour/create-my-trip.htm" class="infocustomize"> CUSTOMIZE <i aria-hidden="true" <a href="/tour/create-my-trip.htm" class="infocustomize"> CUSTOMIZE <i aria-hidden="true"
class="fa fa-caret-right toptailorarrow"></i></a> class="fa fa-caret-right toptailorarrow"></i></a>
@ -32,7 +32,7 @@
<nav id="ml-menu" class="menu"> <nav id="ml-menu" class="menu">
<div class="siteSearch "> <div class="siteSearch">
<form id="searchbox_001281624266240652297:cl1fy1cxepi" name="googlesreach" <form id="searchbox_001281624266240652297:cl1fy1cxepi" name="googlesreach"
action="https://secure.chinahighlights.com/result.asp"> action="https://secure.chinahighlights.com/result.asp">
<input type="hidden" value="001281624266240652297:cl1fy1cxepi" name="cx"> <input type="hidden" value="001281624266240652297:cl1fy1cxepi" name="cx">

Loading…
Cancel
Save