在制作 ASP.NET 种子应用程序时我应该考虑哪些要点?

发布于 2024-09-13 21:16:55 字数 117 浏览 4 评论 0原文

在为 torrent 制作 ASP.NET 应用程序时,我应该考虑哪些要点?

该应用程序将允许用户浏览、上传、下载种子。此外,制作种子文件是否有任何特定标准。请大家分享和指教。

提前致谢。

What all points should I consider while making asp.net application for torrent ?

The application would allow user to browse, upload, download torrents. Further is there any particular standard for making torrents. Kindly share and enlighten.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

噩梦成真你也成魔 2024-09-20 21:16:55

考虑到种子网站的数量,您需要提供他们不提供的东西。恕我直言,海盗湾最大的痛苦之一就是它的愚蠢搜索。好像只能搜索标题文字,不过如果能搜索补充文字和评论就太好了。

评论和评分也非常重要。

Given the number of torrent sites out there, you'll need to offer something they don't. IMHO, one of the biggest pains with the pirate bay is its dumb search. It seems to only search the title text, but it would be great to be able to search the supplementary text and comments.

Comments and ratings are also very important.

西瑶 2024-09-20 21:16:55

“.torrent”只是通过表单(或类似的东西)上传的小文件。因此,之后,您只需将数据库中的一些数据附加到它即可。如果您对数据库和使用 ASP 的 Web 应用程序有一些基本知识,那么没有什么真正困难的。

如果您想做一个 torrent 跟踪器,那是另一回事了,我建议您检查是否有现有的。

A ".torrent" is just a small file uploaded via a form (or something similar). So, after that, you just attach some data in a database to it. There is nothing really difficult to it if you have some basic knowledge in database and web app with asp.

If you want to do a torrent tracker, that's another story and I suggest you to check for an existing one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文