From b76b8c343026320d04956279f6aa770db22c2865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 23 Mar 2021 18:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/search.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/script/linedata/search.php b/script/linedata/search.php index 671a9f6..d17d4fd 100755 --- a/script/linedata/search.php +++ b/script/linedata/search.php @@ -96,7 +96,7 @@ function search_all_product($file_path,$search){ case '强子': $dns = 'qzip.vip'; break; - case '讯连': + case '迅连': $dns = 'xlip.vip'; break; case '天天': @@ -124,6 +124,7 @@ function search_all_product($file_path,$search){ $dns = 'mgip.net'; break; } + $data['city'] = $info[1]; $data['supply'] = $info[2]; $data['ip'] = $info[3]; @@ -132,12 +133,7 @@ function search_all_product($file_path,$search){ $data['maxuser'] = $info[6]; $data['online'] = $info[7]; $data['status'] = $info[8]; - if($dns!='shihui'){ - $ip = explode('.',$info[9]); - $data['nasname'] = $ip[0]?ip_repeat($record,$ip[0],$dns).'.'.$dns:''; - } else { $data['nasname'] = $info[9]; - } $list[] = $data; }