From 9917d19fd60b2b6ee9fce50d3fa4199522b71f1c Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Fri, 3 Feb 2023 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8D=95=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- tools/the_first.php | 68 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8db84db..c99b0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .htaccess .user.ini .nginx.htaccess -.idea/ \ No newline at end of file +.idea/ +/config.inc.php diff --git a/tools/the_first.php b/tools/the_first.php index b3d9bbc..a190ef7 100644 --- a/tools/the_first.php +++ b/tools/the_first.php @@ -1 +1,69 @@ Current_HTTP().'/api/tools/miss_you_logs.php?type=all&session='.$config['SESSION']; +$ApiMiss_ch = curl_init($ApiMiss_url); +curl_setopt($ApiMiss_ch,CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']); +curl_setopt($ApiMiss_ch, CURLOPT_RETURNTRANSFER, true); +$ApiMiss = curl_exec($ApiMiss_ch); +$ApiMiss = json_decode($ApiMiss,true); +?> + + + + + + + <?php echo $Normal['data']['web_title']['data'] ?> - <?php echo $Normal['data']['web_desc']['data'] ?> + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+ +
+ + + + + + + + \ No newline at end of file