Skip to content

Commit bf82ae3

Browse files
author
beipy
committed
“更新版本2.5
1 parent bd85728 commit bf82ae3

21 files changed

+57
-338
lines changed

.idea/VipVideoResolution.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 229 deletions
This file was deleted.

.project

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ VipVideoResolution是一款开源视频播放框架。具有切换接口、自
44

55
前端界面Beipy自供自给进行设计布局,同时采用了流行的响应式设计,无论是在PC端还是在手机端,均能给您带来舒适的使用体验。
66

7+
#### 程序相关配置
8+
安装后为了安全,请自行更改后台目录位置文件夹名称!
9+
10+
- 在线演示:[beipy(http://tv.beipy.com)](http://tv.beipy.com)
11+
- 默认后台管理页面 `/admin`
12+
- 默认后台账号:beipy.com
13+
- 默认后台密码:admin
14+
715
#### 运行环境
816
php 5.4+
917

@@ -27,9 +35,6 @@ php 5.4+
2735
- **蓝海 [[ http://lanhaitv.com/ ](http://lanhaitv.com/)]** 原因:更改版权,去除本站开发版权!
2836
- **Anymore's Vip解析 [[ http://zzxzz.cn/ ](http://zzxzz.cn/)]** 原因:更改版权,去除本站开发版权!
2937

30-
#### 相关链接
31-
- 在线演示:[beipy(http://tv.beipy.com)](http://tv.beipy.com)
32-
3338
### 界面欣赏
3439
-----
3540
![PNG](img/TestImg/ezgif27.gif)
@@ -46,6 +51,11 @@ php 5.4+
4651

4752
### 更新日志
4853
-----
54+
#### v2.5 `2019/2/23`
55+
- 修复CURLOPT_FOLLOWLOCATION获取报错;
56+
- 调整后台细节信息;
57+
- 新增页脚Footer版本号;
58+
4959
#### v2.3 `2018/7/15`
5060
- 构建加密通道;
5161
- 加密信息版权;

admin/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
include('../data/beipy.inc.php');
55
define('SYSPATH',$aik['path']);
66
$rep='foot';
7-
if($_SESSION['admin_aik']!==base64_decode('aHR0cDovL3d3dy5mZjYud2FuZy8=')){
7+
if($_SESSION['admin_aik']!==base64_decode('aHR0cDovL2JlaXB5LmNvbS8=')){
88
header("location: ./login.php");
99
exit;
1010
}

admin/head.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<li><a href="./"<?php echo $nav=='home'?' class="this"':''?> title="后台状态"><span style="color:#cfcfd1">● </span>后台状态</a></li>
1111
<li><a href="./setting.php"<?php echo $nav=='setting'?' class="this"':''?> title="全局设置"><span style="color:#cfcfd1">● </span>全局设置</a></li>
1212
<li><a href="http://beipy.com" target="_blank" title="官网"><span style="color:#cfcfd1">● </span>官网</a></li>
13+
<li><a href="http://www.beipy.com" target="_blank" title="Beipy Show"><span style="color:#cfcfd1">● </span>Beipy Show博客</a></li>
1314
</ul>
1415

1516
<!--版权-->

admin/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<!--内容-->
9494
<div style="margin-top:20px ;">
9595
<?php $path = $_SERVER['SCRIPT_NAME'];
96-
if($aik['admin_name']=='admin' && $aik['admin_pass']=='3ceb0e9fb16f8673c35f707e8657124a'){
96+
if($aik['admin_name']=='beipy' && $aik['admin_pass']=='8099cb8e23c7375f2166c5dce7d715fd'){
9797
echo '<div class="tishi-houtai"><p><span>!</span>您的账号密码为系统默认,请尽快修改<a href="./setting.php">立即修改></a></p></div>';
9898
}
9999
if(strpos($path,'/admin/')>-1){
@@ -108,7 +108,7 @@
108108
</tr>
109109
<tr>
110110
<td align="right">当前使用版:</td>
111-
<td><span>北漂鱼解析系统V1版本</span></td>
111+
<td><span>北漂鱼解析系统版本V1.1</span></td>
112112
</tr>
113113
<tr>
114114
<td width="213" align="right">服务器操作系统:</td>

0 commit comments

Comments
 (0)