├── .htaccess ├── public ├── .gitignore ├── favicon.ico ├── images │ ├── home.png │ ├── logo.png │ ├── captcha.jpg │ └── icon-login.png ├── lib │ ├── layui-v2.5.7 │ │ ├── font │ │ │ ├── iconfont.eot │ │ │ ├── iconfont.ttf │ │ │ ├── iconfont.woff │ │ │ └── iconfont.woff2 │ │ ├── images │ │ │ └── face │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 13.gif │ │ │ │ ├── 14.gif │ │ │ │ ├── 15.gif │ │ │ │ ├── 16.gif │ │ │ │ ├── 17.gif │ │ │ │ ├── 18.gif │ │ │ │ ├── 19.gif │ │ │ │ ├── 20.gif │ │ │ │ ├── 21.gif │ │ │ │ ├── 22.gif │ │ │ │ ├── 23.gif │ │ │ │ ├── 24.gif │ │ │ │ ├── 25.gif │ │ │ │ ├── 26.gif │ │ │ │ ├── 27.gif │ │ │ │ ├── 28.gif │ │ │ │ ├── 29.gif │ │ │ │ ├── 30.gif │ │ │ │ ├── 31.gif │ │ │ │ ├── 32.gif │ │ │ │ ├── 33.gif │ │ │ │ ├── 34.gif │ │ │ │ ├── 35.gif │ │ │ │ ├── 36.gif │ │ │ │ ├── 37.gif │ │ │ │ ├── 38.gif │ │ │ │ ├── 39.gif │ │ │ │ ├── 40.gif │ │ │ │ ├── 41.gif │ │ │ │ ├── 42.gif │ │ │ │ ├── 43.gif │ │ │ │ ├── 44.gif │ │ │ │ ├── 45.gif │ │ │ │ ├── 46.gif │ │ │ │ ├── 47.gif │ │ │ │ ├── 48.gif │ │ │ │ ├── 49.gif │ │ │ │ ├── 50.gif │ │ │ │ ├── 51.gif │ │ │ │ ├── 52.gif │ │ │ │ ├── 53.gif │ │ │ │ ├── 54.gif │ │ │ │ ├── 55.gif │ │ │ │ ├── 56.gif │ │ │ │ ├── 57.gif │ │ │ │ ├── 58.gif │ │ │ │ ├── 59.gif │ │ │ │ ├── 60.gif │ │ │ │ ├── 61.gif │ │ │ │ ├── 62.gif │ │ │ │ ├── 63.gif │ │ │ │ ├── 64.gif │ │ │ │ ├── 65.gif │ │ │ │ ├── 66.gif │ │ │ │ ├── 67.gif │ │ │ │ ├── 68.gif │ │ │ │ ├── 69.gif │ │ │ │ ├── 70.gif │ │ │ │ └── 71.gif │ │ └── css │ │ │ └── modules │ │ │ └── layer │ │ │ └── default │ │ │ ├── icon.png │ │ │ ├── icon-ext.png │ │ │ ├── loading-0.gif │ │ │ ├── loading-1.gif │ │ │ └── loading-2.gif │ └── font-awesome-4.7.0 │ │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ │ ├── less │ │ ├── screen-reader.less │ │ ├── fixed-width.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── core.less │ │ ├── stacked.less │ │ ├── font-awesome.less │ │ ├── bordered-pulled.less │ │ ├── rotated-flipped.less │ │ ├── path.less │ │ └── animated.less │ │ ├── scss │ │ ├── _fixed-width.scss │ │ ├── _screen-reader.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _core.scss │ │ ├── font-awesome.scss │ │ ├── _stacked.scss │ │ ├── _bordered-pulled.scss │ │ ├── _rotated-flipped.scss │ │ ├── _path.scss │ │ └── _animated.scss │ │ └── HELP-US-OUT.txt ├── .gitattributes ├── js │ └── lay-module │ │ ├── wangEditor │ │ └── fonts │ │ │ └── w-e-icon.woff │ │ └── treetable-lay │ │ └── treetable.css ├── api │ └── upload.json └── 404.html ├── .dockerignore ├── bin ├── .gitignore ├── iyuu.php ├── move.php ├── rss.php └── spiders.php ├── src ├── .gitignore ├── Plugins │ └── .gitignore ├── Spiders │ ├── byr.php │ ├── beitai.php │ ├── hdarea.php │ ├── hdbd.php │ ├── hdfans.php │ ├── hdhome.php │ ├── hdtime.php │ ├── hdzone.php │ ├── hitpt.php │ ├── joyhd.php │ ├── nicept.php │ ├── npupt.php │ ├── opencd.php │ ├── oshen.php │ ├── pthome.php │ ├── ptmsg.php │ ├── ptsbao.php │ ├── pttime.php │ ├── upxin.php │ ├── discfan.php │ ├── dragonhd.php │ ├── eastgame.php │ ├── hd4fans.php │ ├── hdatmos.php │ ├── hddolby.php │ ├── keepfrds.php │ ├── site52pt.php │ ├── soulvoice.php │ ├── torrentccf.php │ ├── tjupt.php │ └── ssd.php ├── Notify │ └── INotify.php ├── Rss │ ├── dmhy.php │ ├── hdai.php │ ├── ssd.php │ ├── hitpt.php │ ├── joyhd.php │ ├── npupt.php │ ├── oshen.php │ ├── ptba.php │ ├── pter.php │ ├── ptmsg.php │ ├── tjupt.php │ ├── upxin.php │ ├── beitai.php │ ├── haidan.php │ ├── hdarea.php │ ├── hdfans.php │ ├── hdtime.php │ ├── hdzone.php │ ├── nicept.php │ ├── opencd.php │ ├── ptsbao.php │ ├── pttime.php │ ├── site52pt.php │ ├── chdbits.php │ ├── discfan.php │ ├── dragonhd.php │ ├── hd4fans.php │ ├── hdatmos.php │ ├── hdchina.php │ ├── ourbits.php │ ├── btschool.php │ ├── eastgame.php │ ├── keepfrds.php │ ├── leaguehd.php │ ├── nanyangpt.php │ ├── soulvoice.php │ ├── torrentccf.php │ ├── hdsky.php │ ├── hdcity.php │ ├── mteam.php │ ├── yingk.php │ ├── pthome.php │ └── hddolby.php └── Reseed │ ├── Events │ ├── SupportSitesSuccessEvent.php │ └── ClientLinkSuccessEvent.php │ └── Listener │ ├── ClientLinkSuccessListener.php │ ├── ClientHashSuccessListener.php │ ├── InfoHashResponseListener.php │ └── SupportSitesSuccessListener.php ├── nssm ├── win32 │ ├── install.cmd │ ├── remove.cmd │ └── nssm.exe └── win64 │ ├── install.cmd │ ├── remove.cmd │ └── nssm.exe ├── runtime ├── logs │ └── .gitignore ├── views │ └── .gitignore └── .gitignore ├── windows.bat ├── vendor ├── nikic │ └── fast-route │ │ ├── .hhconfig │ │ ├── .gitignore │ │ ├── src │ │ ├── BadRouteException.php │ │ ├── bootstrap.php │ │ ├── Dispatcher.php │ │ ├── DataGenerator │ │ │ ├── GroupPosBased.php │ │ │ └── MarkBased.php │ │ ├── DataGenerator.php │ │ └── Dispatcher │ │ │ └── MarkBased.php │ │ ├── .travis.yml │ │ ├── test │ │ ├── HackTypechecker │ │ │ └── fixtures │ │ │ │ ├── no_options.php │ │ │ │ └── empty_options.php │ │ ├── Dispatcher │ │ │ ├── GroupPosBasedTest.php │ │ │ ├── CharCountBasedTest.php │ │ │ ├── GroupCountBasedTest.php │ │ │ └── MarkBasedTest.php │ │ └── bootstrap.php │ │ ├── composer.json │ │ └── phpunit.xml ├── psr │ ├── container │ │ ├── .gitignore │ │ ├── src │ │ │ ├── NotFoundExceptionInterface.php │ │ │ └── ContainerExceptionInterface.php │ │ ├── README.md │ │ └── composer.json │ └── log │ │ ├── Psr │ │ └── Log │ │ │ ├── InvalidArgumentException.php │ │ │ ├── Test │ │ │ └── DummyTest.php │ │ │ ├── LoggerAwareInterface.php │ │ │ ├── LogLevel.php │ │ │ ├── LoggerAwareTrait.php │ │ │ └── NullLogger.php │ │ └── composer.json ├── symfony │ ├── deprecation-contracts │ │ ├── .gitignore │ │ └── CHANGELOG.md │ ├── console │ │ ├── Resources │ │ │ └── bin │ │ │ │ └── hiddeninput.exe │ │ ├── Exception │ │ │ ├── LogicException.php │ │ │ ├── RuntimeException.php │ │ │ ├── ExceptionInterface.php │ │ │ ├── InvalidArgumentException.php │ │ │ ├── NamespaceNotFoundException.php │ │ │ ├── MissingInputException.php │ │ │ └── InvalidOptionException.php │ │ ├── Helper │ │ │ ├── TableSeparator.php │ │ │ ├── TableRows.php │ │ │ └── InputAwareHelper.php │ │ ├── Descriptor │ │ │ └── DescriptorInterface.php │ │ ├── Input │ │ │ └── InputAwareInterface.php │ │ ├── Formatter │ │ │ └── WrappableOutputFormatterInterface.php │ │ ├── Command │ │ │ └── SignalableCommandInterface.php │ │ └── Completion │ │ │ ├── Output │ │ │ └── CompletionOutputInterface.php │ │ │ └── Suggestion.php │ ├── service-contracts │ │ └── README.md │ ├── polyfill-ctype │ │ └── README.md │ ├── polyfill-php80 │ │ └── Resources │ │ │ └── stubs │ │ │ ├── ValueError.php │ │ │ ├── UnhandledMatchError.php │ │ │ ├── PhpToken.php │ │ │ ├── Stringable.php │ │ │ └── Attribute.php │ ├── polyfill-php73 │ │ ├── Resources │ │ │ └── stubs │ │ │ │ └── JsonException.php │ │ └── README.md │ ├── string │ │ ├── Exception │ │ │ ├── ExceptionInterface.php │ │ │ ├── RuntimeException.php │ │ │ └── InvalidArgumentException.php │ │ ├── README.md │ │ └── Slugger │ │ │ └── SluggerInterface.php │ ├── polyfill-mbstring │ │ └── README.md │ └── polyfill-intl-normalizer │ │ ├── README.md │ │ ├── Resources │ │ └── stubs │ │ │ └── Normalizer.php │ │ ├── bootstrap80.php │ │ └── bootstrap.php ├── webman │ ├── console │ │ ├── .gitignore │ │ └── README.md │ └── event │ │ ├── README.md │ │ ├── src │ │ └── config │ │ │ └── plugin │ │ │ └── webman │ │ │ └── event │ │ │ ├── app.php │ │ │ ├── command.php │ │ │ └── bootstrap.php │ │ └── composer.json ├── workerman │ ├── webman-framework │ │ ├── .gitignore │ │ ├── README.md │ │ └── src │ │ │ ├── support │ │ │ ├── Request.php │ │ │ ├── Context.php │ │ │ └── Response.php │ │ │ ├── Exception │ │ │ ├── FileException.php │ │ │ └── NotFoundException.php │ │ │ ├── Session │ │ │ ├── RedisClusterSessionHandler.php │ │ │ ├── FileSessionHandler.php │ │ │ └── RedisSessionHandler.php │ │ │ ├── Bootstrap.php │ │ │ ├── FileSessionHandler.php │ │ │ └── View.php │ ├── workerman │ │ ├── .gitignore │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── Lib │ │ │ └── Timer.php │ │ └── Events │ │ │ └── React │ │ │ ├── ExtEventLoop.php │ │ │ ├── StreamSelectLoop.php │ │ │ └── ExtLibEventLoop.php │ └── crontab │ │ ├── example │ │ └── test.php │ │ └── README.md ├── ledccn │ └── bittorrentclient │ │ ├── .gitignore │ │ ├── src │ │ ├── ClientException.php │ │ ├── transmission │ │ │ └── config.json │ │ └── qBittorrent │ │ │ └── config.json │ │ ├── readme.md │ │ └── composer.json ├── rhilip │ └── bencode │ │ ├── .gitignore │ │ ├── src │ │ └── ParseException.php │ │ ├── tests │ │ ├── asserts │ │ │ ├── v1-multi.torrent │ │ │ ├── v1-single.torrent │ │ │ ├── v2-multi.torrent │ │ │ ├── v2-single.torrent │ │ │ ├── hybrid-multi.torrent │ │ │ └── hybrid-single.torrent │ │ ├── traits │ │ │ └── TorrentFileV1Trait.php │ │ ├── TorrentHybridMultiTest.php │ │ ├── TorrentHybridSingleTest.php │ │ ├── TorrentV1SingleTest.php │ │ ├── TorrentV2MultiTest.php │ │ └── TorrentV2SingleTest.php │ │ ├── .github │ │ └── dependabot.yml │ │ ├── phpunit.xml │ │ └── composer.json ├── vlucas │ └── phpdotenv │ │ ├── src │ │ ├── Exception │ │ │ ├── ExceptionInterface.php │ │ │ ├── ValidationException.php │ │ │ ├── InvalidFileException.php │ │ │ ├── InvalidPathException.php │ │ │ └── InvalidEncodingException.php │ │ ├── Repository │ │ │ └── Adapter │ │ │ │ ├── ReaderInterface.php │ │ │ │ ├── AdapterInterface.php │ │ │ │ └── WriterInterface.php │ │ ├── Store │ │ │ ├── StoreInterface.php │ │ │ └── StringStore.php │ │ ├── Parser │ │ │ └── ParserInterface.php │ │ └── Loader │ │ │ └── LoaderInterface.php │ │ └── phpstan.src.neon.dist ├── doctrine │ └── inflector │ │ ├── lib │ │ └── Doctrine │ │ │ └── Inflector │ │ │ ├── WordInflector.php │ │ │ ├── NoopWordInflector.php │ │ │ ├── Rules │ │ │ ├── Word.php │ │ │ ├── French │ │ │ │ ├── InflectorFactory.php │ │ │ │ └── Uninflected.php │ │ │ ├── English │ │ │ │ └── InflectorFactory.php │ │ │ ├── Spanish │ │ │ │ ├── InflectorFactory.php │ │ │ │ └── Uninflected.php │ │ │ ├── Turkish │ │ │ │ ├── InflectorFactory.php │ │ │ │ └── Uninflected.php │ │ │ ├── Portuguese │ │ │ │ ├── InflectorFactory.php │ │ │ │ └── Uninflected.php │ │ │ ├── NorwegianBokmal │ │ │ │ ├── InflectorFactory.php │ │ │ │ └── Uninflected.php │ │ │ ├── Substitution.php │ │ │ ├── Transformations.php │ │ │ └── Patterns.php │ │ │ ├── Language.php │ │ │ └── CachedWordInflector.php │ │ └── README.md ├── composer │ └── autoload_namespaces.php ├── curl │ └── curl │ │ └── .php-cs-fixer.dist.php ├── monolog │ └── monolog │ │ └── src │ │ └── Monolog │ │ ├── Handler │ │ ├── MissingExtensionException.php │ │ ├── WebRequestRecognizerTrait.php │ │ └── FingersCrossed │ │ │ └── ActivationStrategyInterface.php │ │ └── Processor │ │ ├── ProcessIdProcessor.php │ │ └── ProcessorInterface.php └── autoload.php ├── config ├── plugin │ └── webman │ │ └── event │ │ ├── app.php │ │ ├── command.php │ │ └── bootstrap.php ├── event.php ├── middleware.php ├── app.php ├── dependence.php ├── container.php ├── bootstrap.php ├── exception.php ├── route.php ├── view.php ├── static.php ├── autoload.php ├── server.php ├── translation.php └── redis.php ├── windows7_start.cmd ├── docker ├── push.sh ├── build.amd64.sh ├── build.arm64.sh ├── build.n1.sh └── example.sh ├── start.php ├── gg.sh ├── .gitignore ├── app ├── domain │ ├── CommandInterface.php │ ├── ConfigParserInterface.php │ ├── Command │ │ ├── rss.php │ │ ├── move.php │ │ ├── reseed.php │ │ └── spiders.php │ └── Command.php ├── common │ ├── exception │ │ └── BusinessException.php │ └── event │ │ ├── EventListenerInterface.php │ │ └── StoppableEventInterface.php ├── view │ └── index │ │ └── view.html ├── model │ └── Test.php └── controller │ └── BaseController.php ├── .env.example ├── docs └── help.md ├── todo.md └── support ├── Request.php └── Response.php /.htaccess: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | * 3 | -------------------------------------------------------------------------------- /bin/.gitignore: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | -------------------------------------------------------------------------------- /nssm/win32/install.cmd: -------------------------------------------------------------------------------- 1 | nssm install IYUUPlus -------------------------------------------------------------------------------- /nssm/win64/install.cmd: -------------------------------------------------------------------------------- 1 | nssm install IYUUPlus -------------------------------------------------------------------------------- /runtime/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /runtime/views/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /src/Plugins/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /windows.bat: -------------------------------------------------------------------------------- 1 | CHCP 65001 2 | php windows.php 3 | pause -------------------------------------------------------------------------------- /vendor/nikic/fast-route/.hhconfig: -------------------------------------------------------------------------------- 1 | assume_php=false 2 | -------------------------------------------------------------------------------- /runtime/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !logs 3 | !views 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /nssm/win32/remove.cmd: -------------------------------------------------------------------------------- 1 | nssm stop IYUUPlus 2 | nssm remove IYUUPlus -------------------------------------------------------------------------------- /nssm/win64/remove.cmd: -------------------------------------------------------------------------------- 1 | nssm stop IYUUPlus 2 | nssm remove IYUUPlus -------------------------------------------------------------------------------- /vendor/psr/container/.gitignore: -------------------------------------------------------------------------------- 1 | composer.lock 2 | composer.phar 3 | /vendor/ 4 | -------------------------------------------------------------------------------- /config/plugin/webman/event/app.php: -------------------------------------------------------------------------------- 1 | true, 4 | ]; -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /windows7_start.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/windows7_start.cmd -------------------------------------------------------------------------------- /nssm/win32/nssm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/nssm/win32/nssm.exe -------------------------------------------------------------------------------- /nssm/win64/nssm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/nssm/win64/nssm.exe -------------------------------------------------------------------------------- /vendor/symfony/deprecation-contracts/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /public/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/images/home.png -------------------------------------------------------------------------------- /public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/images/logo.png -------------------------------------------------------------------------------- /public/images/captcha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/images/captcha.jpg -------------------------------------------------------------------------------- /vendor/webman/console/.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | vendor 3 | .idea 4 | .vscode 5 | .phpunit* 6 | composer.lock -------------------------------------------------------------------------------- /vendor/workerman/webman-framework/.gitignore: -------------------------------------------------------------------------------- 1 | composer.lock 2 | vendor 3 | vendor/ 4 | .idea 5 | .idea/ -------------------------------------------------------------------------------- /public/images/icon-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/images/icon-login.png -------------------------------------------------------------------------------- /src/Spiders/byr.php: -------------------------------------------------------------------------------- 1 | true, 4 | ]; -------------------------------------------------------------------------------- /vendor/workerman/workerman/.gitignore: -------------------------------------------------------------------------------- 1 | logs 2 | .buildpath 3 | .project 4 | .settings 5 | .idea 6 | .DS_Store 7 | -------------------------------------------------------------------------------- /docker/push.sh: -------------------------------------------------------------------------------- 1 | docker image tag iyuuplus:arm64v8 iyuucn/iyuuplus:arm64v8 2 | docker image push iyuucn/iyuuplus:arm64v8 -------------------------------------------------------------------------------- /src/Spiders/discfan.php: -------------------------------------------------------------------------------- 1 | [ 7 | app\middleware\AuthCheck::class, 8 | ] 9 | ]; 10 | -------------------------------------------------------------------------------- /vendor/rhilip/bencode/tests/asserts/hybrid-multi.torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/vendor/rhilip/bencode/tests/asserts/hybrid-multi.torrent -------------------------------------------------------------------------------- /public/lib/layui-v2.5.7/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/public/lib/layui-v2.5.7/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /vendor/rhilip/bencode/tests/asserts/hybrid-single.torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ledccn/IYUUPlus/HEAD/vendor/rhilip/bencode/tests/asserts/hybrid-single.torrent -------------------------------------------------------------------------------- /vendor/webman/event/src/config/plugin/webman/event/command.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |