全球主机交流论坛

标题: 有偿请人帮忙搞定安装Yetishare 4.2破解版+插件,明盘 [打印本页]

作者: imgod    时间: 2017-1-30 17:59
标题: 有偿请人帮忙搞定安装Yetishare 4.2破解版+插件,明盘
自己装好了主程序和插件,可以正常上传下载

但其他方面有各种莫名其妙的错误,比如文件列表不显示,BT离线下载提交不了任务,老是说已存在该种子

200元红包请会安装的大佬帮忙搞定,要求你指点,我自己安装好主程序和几个插件,并可以正常使用
作者: lanxuejd    时间: 2017-1-30 19:32
@gaoji.me
作者: lanxuejd    时间: 2017-1-30 19:34
我连最基础的都没搞定。为啥按步骤安装完了以后,注册之类的链接都是不对的,目录下没有这些文件啊。也不知道是我下载的程序不对,还是安装步骤有问题
作者: 贴吧    时间: 2017-1-30 19:36
文件列表不显示是伪静态规则问题
作者: imgod    时间: 2017-1-30 19:54
贴吧 发表于 2017-1-30 19:36
文件列表不显示是伪静态规则问题

我已经按照官网给的nginx伪静态规则设置了,求大佬指点
作者: imgod    时间: 2017-1-30 19:56
lanxuejd 发表于 2017-1-30 19:34
我连最基础的都没搞定。为啥按步骤安装完了以后,注册之类的链接都是不对的,目录下没有这些文件啊。也不知 ...

需要设置伪静态,网站目录下有相关说明
作者: 619054    时间: 2017-1-30 19:59
這個網盤可以在線播放AV 嗎?
作者: lanxuejd    时间: 2017-1-30 20:01
imgod 发表于 2017-1-30 19:56
需要设置伪静态,网站目录下有相关说明

原来如此,好的,我去找找,谢谢!
作者: tomcb    时间: 2017-1-30 20:03
imgod 发表于 2017-1-30 19:56
需要设置伪静态,网站目录下有相关说明

会不会是要用的参数被禁用了。
作者: imgod    时间: 2017-1-30 20:07
tomcb 发表于 2017-1-30 20:03
会不会是要用的参数被禁用了。

研究无果啊
作者: 贴吧    时间: 2017-1-30 21:05
是不是这样子的
作者: imgod    时间: 2017-1-30 21:07
贴吧 发表于 2017-1-30 21:05
是不是这样子的

对啊,就是这样
作者: 贴吧    时间: 2017-1-30 21:37
imgod 发表于 2017-1-30 21:07
对啊,就是这样

那就是规则的问题,你改好就好了
作者: luo362722353    时间: 2017-1-31 00:05
坑点较多,不过能解决的已经探明:种子插件可以在centos7,centos6工作,建议你自己改写插件,在centos7用transmission作为种子后端的话,然后FTP插件的权限问题,下载目录的权限,FFMPEG在线转码的目录,官网文档有告知需要加cron处理的一些地方等。。ffmpeg在线转码的那个插件需要加cron等..服务器的空间添加也可以做到,目前唯一攻关就是FTP插件了。其他插件基本无其他大碍。

自己折腾研究吧。
作者: imgod    时间: 2017-1-31 08:59
贴吧 发表于 2017-1-30 21:37
那就是规则的问题,你改好就好了

按照官方的规则,还是那样,是不是还需要其他的规则?
作者: imgod    时间: 2017-1-31 09:01
luo362722353 发表于 2017-1-31 00:05
坑点较多,不过能解决的已经探明:种子插件可以在centos7,centos6工作,建议你自己改写插件,在centos7用tr ...

BT插件只能在centos工作?我用的是Ubuntu,之前证明Debian不好搞,重装为Ubuntu,不会还要重装系统吧
作者: 贴吧    时间: 2017-1-31 09:10
imgod 发表于 2017-1-31 09:01
BT插件只能在centos工作?我用的是Ubuntu,之前证明Debian不好搞,重装为Ubuntu,不会还要重装系统吧 ...

你贴下你的规则我看看
作者: feixuenet    时间: 2017-1-31 09:38
http://oldrive.ga/ 功能全部可用 用的是某免费PaaS,服务器没事就休眠了,如果打不开就找我重启一下。。


作者: imgod    时间: 2017-1-31 09:53
feixuenet 发表于 2017-1-31 09:38
http://oldrive.ga/ 功能全部可用 用的是某免费PaaS,服务器没事就休眠了,如果打不开就找我重启一下。。

...

刚测试了下文件上传,传过一个文件后,关闭上传完成提示框,再点上传,弹出的还是完成提示框,点最下方的“上传完成,点击此处上传多个文件”,无响应,后发现该链接指向的是"file:\\\xxx\\"格式的链接,只有点F5刷新后才能再次出现上传选择文件框
种子下载需要付费账户,没有测试
作者: imgod    时间: 2017-1-31 09:55
贴吧 发表于 2017-1-31 09:10
你贴下你的规则我看看

我用的是军哥的LNMP

  1. server
  2.     {
  3.         listen 80;
  4.         #listen [::]:80;
  5.         server_name xxx.com;
  6.         index index.html index.htm index.php default.html default.htm default.php;
  7.         root  /home/wwwroot/xxx.com;

  8.         include none.conf;
  9.         #error_page   404   /404.html;
  10.         include enable-php.conf;

  11.         location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  12.         {
  13.             expires      30d;
  14.         }

  15.         location ~ .*\.(js|css)?$
  16.         {
  17.             expires      12h;
  18.         }

  19.         location ~ /\.
  20.         {
  21.             deny all;
  22.         }


  23. # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  24.     location ~ \.php$ {
  25.         if (!-e $request_filename) { rewrite ^/(.*) /index.php?_page_url=$1 last; }
  26.         fastcgi_pass   127.0.0.1:9000;
  27.         fastcgi_index  index.php;
  28.         fastcgi_param  SCRIPT_FILENAME   $document_root$fastcgi_script_name;
  29.         include        fastcgi_params;
  30.     }

  31.     location / {
  32.                 if (!-e $request_filename) {
  33.                         rewrite ^/(.*) /index.php?_page_url=$1 last;
  34.                 }
  35.     }

  36.     location /files/ {
  37.         internal;
  38.     }

  39.     # these locations would be hidden by .htaccess normally
  40.     location /core/logs/ {
  41.         deny all;
  42.     }


  43.         access_log  /home/wwwlogs/xxx.com.log;
  44.     }
复制代码

作者: 贴吧    时间: 2017-1-31 10:17
我也是lnmp 改成这样是可以用的
  1. server
  2.     {
  3.         listen 80;
  4.         #listen [::]:80;
  5.         server_name xxx.com;
  6.         index index.html index.htm index.php default.html default.htm default.php;
  7.         root  /home/wwwroot/xxx.com;
  8.         client_max_body_size 5G;
  9.         include none.conf;
  10.         #error_page   404   /404.html;
  11.         include enable-php.conf;
  12.         if (!-e $request_filename) {
  13.             rewrite ^/(.*) /index.php?_page_url=$1 last;
  14.         }
  15.         location /files/ {
  16.             internal;
  17.         }
  18.         location /core/logs/ {
  19.             deny all;
  20.         }
  21.         location ~* "/\.(htaccess|htpasswd)$" {
  22.             deny    all;
  23.             return  404;
  24.         }
  25.         location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  26.         {
  27.             expires      30d;
  28.         }
  29.         location ~ .*\.(js|css)?$
  30.         {
  31.             expires      12h;
  32.         }
  33.         location ~ /\.
  34.         {
  35.             deny all;
  36.         }
  37.         access_log off;
  38.     }
复制代码

作者: feixuenet    时间: 2017-1-31 10:19
imgod 发表于 2017-1-31 09:53
刚测试了下文件上传,传过一个文件后,关闭上传完成提示框,再点上传,弹出的还是完成提示框,点最下方的 ...

是要点击哪里,才能继续上传。中文汉化的问题,才回歧义为点击长传多个文件,谷歌又不懂中文的博大精深。。至于链接指向问题也是谷歌自动翻译的时候破坏了原有的连接。。
测试用户:test_u1/123456ab
你可以去试试种子,可以添加但是下载应该很慢。
作者: imgod    时间: 2017-1-31 14:10
本帖最后由 imgod 于 2017-1-31 14:15 编辑
贴吧 发表于 2017-1-31 10:17
我也是lnmp 改成这样是可以用的


谢谢,但是映射9000端口不用了吗?
作者: imgod    时间: 2017-1-31 14:13
feixuenet 发表于 2017-1-31 10:19
是要点击哪里,才能继续上传。中文汉化的问题,才回歧义为点击长传多个文件,谷歌又不懂中文的博大精深。 ...

谢谢,传了一个视频文件,和一个种子,测试了下
种子确实很慢,找了一个热门种子,亲自在电脑上做种,服务器上下载仍然没有速度,用的是官方推荐的utserver吗?

视频文件在线播放貌似不能用




欢迎光临 全球主机交流论坛 (https://loc.qiche.eu.org/) Powered by Discuz! X3.4