Giter Club home page Giter Club logo

dandanplay-php's Introduction

Anurag's github stats

Top Langs

dandanplay-php's People

Contributors

cberyellowstone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ppyteam exoanime

dandanplay-php's Issues

扫描不出文件

克隆下仓库后直接部署,没办法扫描出文件

执行 php do.php

PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 453
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 456
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 459
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 462
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 465
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 468
PHP Notice:  Undefined index: action in /var/www/DandanPlay/function.php on line 471
PHP Notice:  Undefined index: animeName in /var/www/DandanPlay/function.php on line 83
PHP Notice:  Undefined index: animeName in /var/www/DandanPlay/function.php on line 83
PHP Notice:  Undefined index: animeName in /var/www/DandanPlay/function.php on line 83

video 下面是一个挂载的 samba 硬盘的软链接。

[Lilith-Raws] Enen no Shouboutai S02 - 15 [BiliBili][WEB-DL][1080p][AVC AAC][CHT][MKV].mkv

都是类似这样的文件

简单的 nginx 配置

server {
        listen 80;
        server_name ab.bb;
        index   index.php;
        root    /var/www/DandanPlay;

        location / {
            try_files $uri $uri/ =404;
      }

        location ~ \.php$ {
           include snippets/fastcgi-php.conf;
           fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
      }
}

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.