nexusphp icon indicating copy to clipboard operation
nexusphp copied to clipboard

A private tracker application base on NexusPHP

Results 96 nexusphp issues
Sort by recently updated
recently updated
newest added

在上传种子的时候,如果种子包含的文件数过多,会对 `files` 表产生大量 insert 操作,并在用户检索对应种子文件列表的时候,select 操作传输过多数据。此外, `files` 表中 `filename` 列在文件较深的情况下,会产生大量重复字段。 以上,建议对 `files` 表进行优化,直接在 files 表中存入树状结构的 json 文本,并在检索种子文件列表操作时直接返回数据库文本即可。实测能解决部分种子上传超时问题。 ------------------ 存入的 json 结构如下: 对于单文件种子: ```json5 { "torrentName": { // 种子名 "file1": 12345678...

hello @xiaomlove I just see a problem linking to the testip.php page here all and ok ![191945162-5c7e2140-ff46-4d2c-88a4-4a8a03067db5](https://user-images.githubusercontent.com/107837857/191993287-64880178-ab6f-4815-9f6e-c5690b1c0e4e.png) when we do ok here is the result ![191945577-e024e2c2-39b6-443f-8976-7b017ec4b197](https://user-images.githubusercontent.com/107837857/191972102-cb2dc66c-22b7-4307-9367-dc94c29337ec.png) where could the problem...

Hello I want to change the default NFO display order. By default the NFO opens with "DOS-vy". I would like the NFO to open with "Windows-vy" for default display Here...

Hello I would like to know if it would be possible to add online Shoutbox Users below the Shoutbox in a window ? And when the user is offline on...

Hello, Is it possible to show the seedbox icon in the torrents page beside the approbation icon ? Thanks.

Hello, I would like to know if it would be possible to add a drop-down menu to the header of the " Torrents " menu ? Example : https://i.postimg.cc/bwZdYGtj/menu-d-roulant.png "...

请后台增加在线一键更新最新版本,或者到指定版本功能。

![image](https://github.com/xiaomlove/nexusphp/assets/106539404/e4051f36-82a7-4aa8-b677-addfaba39d89) 已经在工作了,但是无法下载,大佬们有懂的吗

invalid

It appears that the shoutbox.php URI is not secured by a check to ensure that the user is logged in. By editing the URL, any user can bring up the...

Hi, is it planned for the Frontend to be converted into Laravel Blade or it will stay how it is?