All Projects → torrentpier → Torrentpier

torrentpier / Torrentpier

Licence: mit
Main project repository

Projects that are alternatives of or similar to Torrentpier

Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+1111.45%)
Mutual labels:  p2p, torrent, bittorrent, torrent-client
Biglybt
Feature-filled Bittorrent client based on the Azureus open source project
Stars: ✭ 672 (+304.82%)
Mutual labels:  p2p, torrent, bittorrent, torrent-client
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+15293.98%)
Mutual labels:  p2p, torrent, bittorrent, webtorrent
Torrent Discovery
Discover BitTorrent and WebTorrent peers
Stars: ✭ 177 (+6.63%)
Mutual labels:  p2p, torrent, bittorrent, webtorrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-77.71%)
Mutual labels:  torrent, bittorrent, p2p, webtorrent
Bittorrent Dht
🕸 Simple, robust, BitTorrent DHT implementation
Stars: ✭ 1,004 (+504.82%)
Mutual labels:  p2p, torrent, bittorrent, webtorrent
Bittorrent Protocol
Simple, robust, BitTorrent peer wire protocol implementation
Stars: ✭ 279 (+68.07%)
Mutual labels:  p2p, torrent, bittorrent, webtorrent
Wt Tracker
High-performance WebTorrent tracker
Stars: ✭ 144 (-13.25%)
Mutual labels:  p2p, torrent, bittorrent, webtorrent
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (-38.55%)
Mutual labels:  p2p, torrent, bittorrent
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+281.33%)
Mutual labels:  p2p, bittorrent, webtorrent
Torrentinim
A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.
Stars: ✭ 123 (-25.9%)
Mutual labels:  p2p, torrent, bittorrent
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+395.18%)
Mutual labels:  p2p, bittorrent, webtorrent
Autodl Trackers
Tracker files for autodl-community fork of autodl-irssi
Stars: ✭ 133 (-19.88%)
Mutual labels:  p2p, torrent, bittorrent
Confluence
Torrent client as a HTTP service
Stars: ✭ 126 (-24.1%)
Mutual labels:  torrent, bittorrent, torrent-client
Webtorrent Hybrid
WebTorrent (with WebRTC support in Node.js)
Stars: ✭ 422 (+154.22%)
Mutual labels:  torrent, bittorrent, webtorrent
Qbittorrent
qBittorrent BitTorrent client
Stars: ✭ 13,738 (+8175.9%)
Mutual labels:  torrent, bittorrent, torrent-client
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+2392.77%)
Mutual labels:  p2p, torrent, bittorrent
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+2258.43%)
Mutual labels:  p2p, bittorrent, torrent-client
Bittorrent Peerid
Map a BitTorrent peer ID to a human-readable client name and version
Stars: ✭ 47 (-71.69%)
Mutual labels:  torrent, bittorrent, webtorrent
Rats Search
BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
Stars: ✭ 1,037 (+524.7%)
Mutual labels:  p2p, torrent, bittorrent

Slack Crowdin Scrutinizer Codacy
SensioLabs Insight Travis CircleCI Codecov

About TorrentPier

TorrentPier — bull-powered BitTorrent tracker engine, written in php. High speed, simple modification, high load architecture, built-in support for alternative compiled announcers (Ocelot, XBT). In addition we have very helpful official support forum, where among other things it is possible to test the live demo, get any support and download modifications for engine.

Current status

TorrentPier is currently in active development. The goal is to remove all legacy code and rewrite existing to modern standards. If you want to go deep on the code, check our issues and go from there. The documentation will be translated into english in the near future, currently russian is the main language of it.

Requirements

  • Apache / nginx
  • MySQL / MariaDB / Percona
  • PHP: 7.1 / 7.2 / 7.3
  • PHP Extensions: bcmath, intl, tidy (optional), xml, xmlwriter

Installation

For installation you need to follow a few simple steps:

  1. Unpack to the server the contents of the downloaded folder
  2. Install Composer and run composer install on the downloaded directory
  3. Create database and import dump located at install/sql/mysql.sql
  4. Edit database configuration settings in the configuration file or a local copy (see below)
  5. Edit domain name in the configuration file or a local copy (see below)
  6. Edit domain ssl setting in the configuration file or a local copy (see below)
  7. Edit this files:
    1. favicon.png (change on your own)
    2. robots.txt (change the addresses in lines Host and Sitemap on your own)
    3. opensearch_desc.xml (change the description and address on your own)
    4. opensearch_desc_bt.xml (change the description and address on your own)
  8. Log in to the forum with admin/admin login/password and finish setting up via admin panel

Access rights on folders and files

You must provide write permissions to the specified folders:

  • data/avatars
  • data/torrent_files
  • internal_data/ajax_html
  • internal_data/atom
  • internal_data/cache
  • internal_data/log
  • internal_data/triggers
  • sitemap

The specific settings depend on the server you are using, but in general case we recommend chmod 0755 for folders, and chmod 0644 for files in them. If you are not sure, leave it as is.

The recommended way to run cron.php

For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon. For more information about that you can read this thread on our support forum.

Local configuration copy

You can override the settings using one of these methods: configuration file library/config.local.php and the environment file .env. Both files are created by copying the appropriate .example templates without extension. Local configuration files should not be available for reading to anyone by setting up access rights for your web server.

Ocelot installation

We have built-in support for alternate compiled announcer — Ocelot. The configuration is in the file library/config.php, the announcer is in the repository torrentpier/ocelot. You can read assembly instructions on his repository or in this thread on our support forum.

Official documentation

Documentation for TorrentPier can be found on the TorrentPier docs website.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. But we are always ready to renew your pull-request for compliance with these requirements. Just send it.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].