diff --git a/README.md b/README.md index 6f03437..8f80a88 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 下载: -* [下载(GitHub) v2.9.3](https://github.com/david082321/BiliRoaming-PHP-Server/raw/main/Server_v2.9.3.zip) +* [下载(GitHub) v2.9.5](https://github.com/david082321/BiliRoaming-PHP-Server/raw/main/Server_v2.9.5.zip) ## 用法: @@ -64,3 +64,34 @@ * 导入 cache.sql +-------- + +# 文件功能介绍 + +├-intl/gateway/v2 + +│ ├-app + +│ │ ├-search/type/index.php (转发到根目录的 index.php 处理) + +│ │ └-subtitle/index.php (转发到根目录的 index.php 处理) + +│ └-ogv/playurl/index.php (转发到根目录的 index.php 处理) + +├-pgc/player/api/playurl/index.php (转发到根目录的 index.php 处理) + +├-404.php (肥肠抱歉视频) + +├-auth.php (鉴权) + +├-cache.php (缓存)[仅缓存使用] + +├-cache.sql (导入MySQL用的)[仅缓存使用] + +├-config.php (用户设置) + +├-index.php (接受上面index.php) <---主要入口在这里 + +├-log.php (缓存用户)[仅缓存使用] + +└-replace.php (替换视频) diff --git a/Server_v2.9.3.zip b/Server_v2.9.3.zip deleted file mode 100644 index 3f79433..0000000 Binary files a/Server_v2.9.3.zip and /dev/null differ diff --git a/Server_v2.9.5.zip b/Server_v2.9.5.zip new file mode 100644 index 0000000..f6d6ed3 Binary files /dev/null and b/Server_v2.9.5.zip differ diff --git a/auth.php b/auth.php new file mode 100644 index 0000000..37d3cca --- /dev/null +++ b/auth.php @@ -0,0 +1,68 @@ + query($sqlco); + $vnum = $cres -> fetch(); + $uid = $vnum['uid']; + return $uid; +} + +?> diff --git a/blacklist.php b/blacklist.php deleted file mode 100644 index be6d840..0000000 --- a/blacklist.php +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file diff --git a/cache.php b/cache.php index 4e12c77..304e6a0 100644 --- a/cache.php +++ b/cache.php @@ -1,7 +1,6 @@ diff --git a/index.php b/index.php index 4fe4f75..7f48adf 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,9 @@ \ No newline at end of file diff --git a/log.php b/log.php index d8bf004..91e4db7 100644 --- a/log.php +++ b/log.php @@ -1,7 +1,6 @@ \ No newline at end of file diff --git a/replace.php b/replace.php index 9da8437..cd20eb2 100644 --- a/replace.php +++ b/replace.php @@ -1,7 +1,6 @@ query($sqlco); - $vnum = $cres -> fetch(); - $uid = $vnum['uid']; - return $uid; -} - -?>