更新文件

This commit is contained in:
LyLme 2022-02-19 23:41:03 +08:00
parent 0267865e86
commit 964a3212c0
4 changed files with 51 additions and 38 deletions

View File

@ -3,13 +3,19 @@
if(!file_exists('install/install.lock')){
exit('<title>六零导航页 - 安装</title>您还未安装,点击<a href="install"><font color="blue">这里</font></a>开始安装!');
}
include "include/head.php";
include "include/head.php";
echo '<body onload="FocusOnInput()"><div class="banner-video">';
if(file_exists('./assets/img/background.jpg')){
echo '<img src="./assets/img/background.jpg" alt="本地背景">';
if ($conf['background'] == '') {
if(!file_exists('./assets/img/background.jpg')){
echo '<img src="./assets/img/cron.php" alt="Bing每日背景">';
}
else{
echo '<img src="./assets/img/background.jpg" alt="本地背景">';
}
}
else{
echo '<img src="./assets/img/bing.php" alt="自定义背景">';
echo '<img src="'.$conf['background'].'" alt="自定义背景">';
}
?>
<div class="bottom-cover" style="background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%);">

View File

@ -106,12 +106,18 @@ $_SESSION['checksession']=1;
</thead>
<tbody>
<tr>
<td>PHP 5.2+</td>
<td>PHP 5.4+</td>
<td>必须</td>
<td><?php echo version_compare(PHP_VERSION, '5.2.0', '>')?'<font color="green">'.PHP_VERSION.'</font>':'<font color="red">'.PHP_VERSION.'</font>'; ?></td>
<td><?php echo version_compare(PHP_VERSION, '5.4.0', '>')?'<font color="green">'.PHP_VERSION.'</font>':'<font color="red">'.PHP_VERSION.'</font>'; ?></td>
<td>PHP版本支持</td>
</tr>
<tr>
<td>PDO</td>
<td>必须</td>
<td><?php echo checkclass('PDO',true); ?></td>
<td>数据库连接</td>
</tr>
</tbody>
</table>
@ -311,7 +317,7 @@ if($e==0) {
<?php
@file_put_contents("install.lock",'安装锁');
clearpack();
echo '<div class="alert alert-info"><font color="green">安装完成!管理账号和密码是:admin/123456</font><br/><br/><a href="../">>>网站首页</a><a href="../admin/">>>后台管理</a><hr/>更多设置选项请登录后台管理进行修改。<br/><br/><font color="#FF0033">如果你的空间不支持本地文件读写请自行在install/ 目录建立 install.lock 文件!</font></br></div>';
echo '<div class="alert alert-info"><font color="green">安装完成!管理账号和密码是:admin/123456</font><br/><br/><a href="../">>>网站首页</a><a href="../admin/">>>后台管理</a><hr/>更多设置选项请登录后台管理进行修改。<br/><br/><font color="#FF0033">如果你的空间不支持本地文件读写请自行在install/ 目录建立 install.lock 文件!</font><br>提示本程序使用Bing每日壁纸作为网站背景<br>添加每天北京时间16点以后的CRON任务[非必需]<br><font color="orange">GET http://'.$_SERVER['HTTP_HOST'].'/assets/img/cron.php</font> <br>执行后会每天更新网站背景为Bing每日壁纸忽略将使用默认图片作为背景<br/></div></div>';
?>
</div>
</div>
@ -330,7 +336,7 @@ if($e==0) {
<?php
@file_put_contents("install.lock",'安装锁');
clearpack();
echo '<div class="alert alert-info"><font color="green">安装完成!管理账号和密码是:admin/123456</font><br/><br/><a href="../">>>网站首页</a><a href="../admin/">>>后台管理</a><hr/>更多设置选项请登录后台管理进行修改。<br/><br/><font color="#FF0033">如果你的空间不支持本地文件读写请自行在install/ 目录建立 install.lock 文件!</font></div>';
echo '<div class="alert alert-info"><font color="green">安装完成!管理账号和密码是:admin/123456</font><br/><br/><a href="../">>>网站首页</a><a href="../admin/">>>后台管理</a><hr/>更多设置选项请登录后台管理进行修改。<br/><br/><font color="#FF0033">如果你的空间不支持本地文件读写请自行在install/ 目录建立 install.lock 文件!</font><br>提示本程序使用Bing每日壁纸作为网站背景<br>添加每天北京时间16点以后的CRON任务[非必需]<br><font color="orange">GET http://'.$_SERVER['HTTP_HOST'].'/assets/img/cron.php</font> <br>执行后会每天更新网站背景为Bing每日壁纸忽略将使用默认图片作为背景<br/></div>';
?>
</div>
</div>

View File

@ -24,9 +24,12 @@ INSERT INTO `lylme_config` VALUES ('admin_user', 'admin', '管理员账号');
INSERT INTO `lylme_config` VALUES ('admin_pwd', '1234546', '管理员密码');
INSERT INTO `lylme_config` VALUES ('title', '上网导航 - LyLme Spage', '网站名称');
INSERT INTO `lylme_config` VALUES ('description', '六零导航页(LyLme Spage)致力于简洁高效无广告的上网导航和搜索入口,沉淀最具价值链接,全站无商业推广,简约而不简单。', '网站描述');
INSERT INTO `lylme_config` VALUES ('keywords', '六零导航页,百度搜索,哔哩哔哩搜索,知乎搜索,六零导航,LyLme Spage,六零,LyLme,网站导航,上网导航', '网站关键字');
INSERT INTO `lylme_config` VALUES ('icon', './assets/img/logo.png', '网站图标');
INSERT INTO `lylme_config` VALUES ('version', 'v0.2.1', '程序版本');
INSERT INTO `lylme_config` VALUES ('icp', '京ICP备xxxxxx号', '备案号');
INSERT INTO `lylme_config` VALUES ('copyright', 'LyLme', '版权');
INSERT INTO `lylme_config` VALUES ('keywords', '六零导航页,百度搜索,哔哩哔哩搜索,知乎搜索,六零导航,LyLme Spage,六零,LyLme,网站导航,上网导航', '关键字');
INSERT INTO `lylme_config` VALUES ('logo', './assets/img/logo.png', '网站图标');
INSERT INTO `lylme_config` VALUES ('background', '/assets/img/background.jpg', '背景图片');
INSERT INTO `lylme_config` VALUES ('version', 'v1.0-beta', '程序版本');
-- ----------------------------
-- Table structure for lylme_groups
@ -89,7 +92,7 @@ INSERT INTO `lylme_links` VALUES (16, '虎牙直播', 1, 'https://www.huya.com/'
INSERT INTO `lylme_links` VALUES (17, '斗鱼直播', 1, 'https://www.douyu.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-douyu00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (18, '企鹅电竞', 1, 'https://egame.qq.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-qie00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (19, '微信文件传输助手', 1, 'https://filehelper.weixin.qq.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-wechat00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (20, '中国大学MOOC', 1, 'https://www.icourse163.org/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-daxue\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (20, '云南开放大学登录', 1, 'https://teach.ynou.edu.cn/index.action', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-daxue\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (21, 'Office模板', 2, 'https://www.officeplus.cn/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-office00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (22, '搞定设计', 2, 'https://www.gaoding.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-gaoding00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (23, '急切网设计', 2, 'http://jiqie.zhenbi.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-ji00\"></use></svg>', NULL);
@ -108,7 +111,7 @@ INSERT INTO `lylme_links` VALUES (35, '蓝奏云', 3, 'https://www.lanzou.com/',
INSERT INTO `lylme_links` VALUES (36, '迅雷云盘', 3, 'https://pan.xunlei.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-xunleipan00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (37, 'OneDrive', 3, 'https://onedrive.live.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-OneDrive00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (38, '天翼云盘', 3, 'https://cloud.189.cn/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-tianyipan00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (39, 'UC网盘', 3, 'https://www.yun.cn/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-yunpan\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (39, '391盘', 3, 'https://391pan.lylme.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-yunpan\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (40, 'QQ邮箱', 3, 'https://mail.qq.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-qqmail00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (41, 'Gmail', 3, 'https://mail.google.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-gmail\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (42, 'Hotmail', 3, 'https://outlook.live.com/mail/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-windows\"></use></svg>', NULL);
@ -147,7 +150,8 @@ INSERT INTO `lylme_links` VALUES (74, '永劫无间', 6, 'https://www.yjwujian.c
INSERT INTO `lylme_links` VALUES (75, 'STEAM', 6, 'https://store.steampowered.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-steam00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (76, '王者荣耀', 6, 'https://pvp.qq.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-wzry00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (77, '3DM GAME', 6, 'https://www.3dmgame.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-games00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (78, '官方主页', 7, '/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-home00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (79, '建议&反馈', 7, 'https://support.qq.com/products/356339', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-fk00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (78, '官方主页', 7, 'https://www.lylme.com/', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-home00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (79, '申请收录', 7, 'https://blog.lylme.com/archives/included.html', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-sq00\"></use></svg>', NULL);
INSERT INTO `lylme_links` VALUES (80, '建议&反馈', 7, 'https://support.qq.com/products/356339', '<svg class=\"icon\" aria-hidden=\"true\"><use xlink:href=\"#icon-fk00\"></use></svg>', NULL);
SET FOREIGN_KEY_CHECKS = 1;

View File

@ -10,38 +10,35 @@
<div>
<p align="center" style="text-align:center;text-indent:30.1pt;font-weight: bold;">
<p align="center" style="text-align:center;text-indent:30.1pt;">
<b>六零导航页 - 用户使用协议</b>
</p>
<h3 style="margin-top: 25px;">1. 特别说明</h3>
<p>1.1 <b>介绍
<p style="font-size:14px">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;六零导航页 (LyLme Spage)基于D.Young开发的 5IUX搜索 开发,包含多种搜索引擎,致力于简洁高效无广告的上网导航和搜索入口,沉淀最具价值链接,全站无商业推广,简约而不简单。</p>
<p>1.2 <b>鸣谢
<p style="font-size:14px">
<b>原作者:</b>D.Young<br />
<b>原版: </b><a href="https://sou.5iux.cn/" target="_blank" >5IUX搜索</a> 使用HTML+CSS+JS由D.Young开发<br>
<b>博客地址:</b><a href="https://blog.5iux.cn/4679.html" target="_blank">https://blog.5iux.cn/</a> <br>
<b>GitHub</b><a href="https://github.com/5iux/5iux.github.io">https://github.com/5iux/5iux.github.io</a>
<p>1.1 <u>原作者:<b>D.Young</b></u></p>
<p style="font-size:14px">该程序最初为HTML+CSS+JS版<b>D.Young</b>开发。<br>
博客地址:<a href="https://blog.5iux.cn/4679.html" target="_blank">https://blog.5iux.cn/</a> <br>
GitHub<a href="https://github.com/5iux/5iux.github.io">https://github.com/5iux/5iux.github.io</a>
</p>
<p>1.3 <b>二开</b></p>
<p style="font-size:14px;">
<b>作者:</b>LyLme<br />
首先感谢 D.Young 的开发,虽然原项目的基本上满足了我理想中导航网站的需求,但这还不够,为了更方便的使用,针对我的需求,我在原项目上添加和修改了一些内容,如下:</p>
<p style="font-size:13px;">
1. 增加一些常用的搜索引擎(如知乎搜索、哔哩哔哩搜索、在线翻译等)<br />
2. 为了让添加数据更方便并且满足一些功能我使用了PHP+MySql<br />
3. 修改了网站的大部分样式<br />
4. 增加和优化了一些的内容,比如:返回顶部、获取输入框焦点等</p>
<p>1.2 <u>二开:<b>六零</b></u></p>
<p style="font-size:14px">首先感谢D.Young的开发的导航虽然原项目的基本上满足了我理想中导航网站的需求但这还不够为了更方便的使用我在原项目上添加和修改了一些内容<br>
1.增加一些常用的搜索(知乎搜索、哔哩哔哩搜索、在线翻译等);<br>
2. 使用PHP+MySql<br>
3. 修改了网站的大部分样式;<br>
4. 增加和优化了一些的内容。<br>
博客地址:<a href="https://blog.lylme.com" target="_blank">https://blog.lylme.com/</a> <br>
GitHub<a href="https://github.com/lylme/lylme_spage">https://github.com/lylme/lylme_spage</a>
GitHub<a href="https://github.com/lylme/lylme_spage">https://github.com/lylme/lylme_spage</a>
</p> <hr>
p>1.2 <u>后端模板:<b>笔下光年</b></u></p>
<p style="font-size:14px">后台使用笔下光年的Light Year Admin模板开发<br>
码云:<a href="https://gitee.com/yinqi/Light-Year-Admin-Template">https://gitee.com/yinqi/Light-Year-Admin-Templatea>。
</p> <hr>
<p margin-top: 25px;>
1.3 用户即指六零导航页(以下简称“本程序”)后下载、安装、使用系统的用户。
1.4 用户即指六零导航页(以下简称“本程序”)后下载、安装、使用系统的用户。
</p>
<p style="margin-top: 25px;">