From 55f10fa64a64daa5e00413f19a71b6c4c10a94ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 31 Oct 2017 15:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ta=E6=95=B0=E6=8D=AE=E6=8A=93?= =?UTF-8?q?=E5=8F=96=E4=BB=A3=E7=90=86=E6=9C=8D=E5=8A=A1=E5=99=A8ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/tripadvisor_spider/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/tripadvisor_spider/controllers/index.php b/application/third_party/tripadvisor_spider/controllers/index.php index 4697c747..bbffd659 100644 --- a/application/third_party/tripadvisor_spider/controllers/index.php +++ b/application/third_party/tripadvisor_spider/controllers/index.php @@ -37,7 +37,7 @@ class Index extends CI_Controller { if($nation_item=='www.tripadvisor.com'){//分页代码,英文站点查询前三页,反过来查询,越早的越在后面 $page_mark = array('-or20-', '-or10-', '-'); //使用代理来请求,国内直接访问会很慢 - $page_url=str_replace('https://www.tripadvisor.com', 'http://47.91.16.199:5052', $page_url); + $page_url=str_replace('https://www.tripadvisor.com', 'http://116.251.210.172:5052', $page_url); }else{ $page_mark = array('-'); }