2017 © Pedro Pelรกez
 

project torrentpier

TorrentPier. Bull-powered BitTorrent tracker engine

image

torrentpier/torrentpier

TorrentPier. Bull-powered BitTorrent tracker engine

  • Tuesday, July 3, 2018
  • by Exile37
  • Repository
  • 34 Watchers
  • 129 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 52 Forks
  • 9 Open issues
  • 52 Versions
  • 4 % Grown

The README.md

TorrentPier, (*1)

Bull-powered BitTorrent tracker engine
, (*2)

License Stars Packagist Crowdin TorrentPier nightly Downloads Version Last release Size Deployed to TorrentPier Demo with FTP Deploy Action , (*3)

๐Ÿ‚ About TorrentPier

TorrentPier โ€” bull-powered BitTorrent Public/Private tracker engine, written in PHP. High speed, simple modifications, load-balanced architecture. In addition, we have a very helpful official support forum, where it's possible to get support and download modifications for the engine., (*4)

๐ŸŒˆ Current status

TorrentPier is currently in active development. The goal is to remove all legacy code and rewrite the existing code to modern specifications. If you want to delve deep into the code, check our issues and go from there. The documentation will be translated to English in the near future, currently Russian is the main language., (*5)

โœจ Features

  • Rich forum with browsing/moderation tools
  • High-load capable, heavily configurable announcer
  • Scrape support
  • FreeLeech
  • TorrServer integration support
  • BitTorrent v2 support
  • Event-based invite system
  • Bonus points
  • Polling system
  • PM/DM system
  • Multilingual support (Russian and English are currently fully supported, with others in the future)
  • Atom/RSS feeds
  • ... and so MUCH MORE!

๐Ÿ–ฅ๏ธ Demo

  • URL: https://torrentpier.duckdns.org
  • Username: admin
  • Password: admin

[!NOTE] Demo resets every 24 hours!, (*6)

๐Ÿ”ง Requirements

  • Apache / nginx (example config) / caddy (example config)
  • MySQL 5.5.3 or above (including MySQL 8.0+) / MariaDB 10.0 or above / Percona
  • PHP: 8.2 / 8.3 / 8.4
  • PHP Extensions: mbstring, gd, bcmath, intl, tidy (optional), xml, xmlwriter
  • Crontab (Recommended)

๐Ÿ’พ Installation

For the installation, select one of the installation variants below:, (*7)

Quick (Clean install) ๐Ÿš€

Check out our autoinstall repository with detailed instructions., (*8)

[!NOTE] Thanks to Sergei Solovev for this installation script โค๏ธ, (*9)

Quick (For web-panels) โ˜•๏ธ

  1. Select the folder where you want TorrentPier installed shell cd /path/to/public_html
  2. Download the latest version of TorrentPier shell sudo git clone https://github.com/torrentpier/torrentpier.git .
  3. After completing, execute the command below and follow the instructions shell php install.php
  4. Voila! โœจ

Manual ๐Ÿ”ฉ

  1. Install Composer
  2. Run the following command to create the TorrentPier project shell composer create-project torrentpier/torrentpier
  3. Check our system requirements
  4. After, run this command in the project directory to install Composer dependencies shell composer install
  5. Edit database configuration settings in the environment (.env.example), after, rename to .env
  6. Create a database and run migrations to set up the schema shell php vendor/bin/phinx migrate --configuration=phinx.php
  7. Provide write permissions to the specified folders:
    • data/avatars, data/uploads, data/uploads/thumbs
    • internal_data/atom, internal_data/cache, internal_data/log, internal_data/triggers
    • sitemap
  8. Voila! โœจ

[!TIP] You can automate steps 4-7 by running php install.php instead, which will guide you through the setup process interactively., (*10)

[!IMPORTANT] The specific settings depend on the server you are using, but in general we recommend chmod 0755 for folders, and chmod 0644 for the files in them., (*11)

Additional steps ๐Ÿ‘ฃ

  1. Edit these files:
    • favicon.png (change to your own)
    • robots.txt (change the addresses in lines Host and Sitemap to your own)
  2. Log in to the forum using the admin/admin login/password, and finish setting up via admin panel. Don't forget to change your password!

๐Ÿ” Security vulnerabilities

If you discover a security vulnerability within TorrentPier, please follow our security policy, so we can address it promptly., (*12)

๐Ÿงช Testing

TorrentPier includes a comprehensive testing suite built with Pest PHP. Run tests to ensure code quality and system reliability:, (*13)

# Run all tests
./vendor/bin/pest

# Run with coverage
./vendor/bin/pest --coverage

For detailed testing documentation, see tests/README.md., (*14)

๐Ÿ“Œ Our recommendations

  • It's recommended to run cron.php. - For significant tracker speed increase it may be required to replace the built-in cron.php with an operating system daemon.
  • Local configuration copy. - You can override the settings using the local configuration file library/config.local.php.

๐Ÿ’š Contributing / Contributors

Please read our contributing policy and code of conduct for details, and the process for submitting pull requests to us. But we are always ready to review your pull-request for compliance with these requirements. Just send it!, (*15)

Contributors , (*16)

Made with contrib.rocks., (*17)

๐Ÿ’ž Sponsoring

Support this project by becoming a sponsor or a backer., (*18)

OpenCollective sponsors OpenCollective backers, (*19)

Monero
, (*20)

42zJE3FDvN8foP9QYgDrBjgtd7h2FipGCGmAcmG5VFQuRkJBGMbCvoLSmivepmAMEgik2E8MPWUzKaoYsGCtmhvL7ZN73jh

, (*21)

YooMoney
, (*22)

4100118022415720

, (*23)

๐Ÿ“ฆ Versioning

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

๐Ÿ“– License

This project is licensed under the MIT License - see the LICENSE file for details., (*25)

The Versions

05/04 2018

v2.0.491

2.0.491.0

  Sources   Download

05/04 2018

v2.0.500

2.0.500.0

  Sources   Download

05/04 2018

v2.0.590

2.0.590.0

  Sources   Download

05/04 2018

v2.0.591

2.0.591.0

  Sources   Download

05/04 2018

v2.1.3

2.1.3.0

  Sources   Download

05/04 2018

v2.1.4

2.1.4.0

  Sources   Download

05/04 2018

v2.0.0

2.0.0.0

  Sources   Download

05/04 2018

v2.0.261

2.0.261.0

  Sources   Download

05/04 2018

v2.0.300

2.0.300.0

  Sources   Download

05/04 2018

v2.0.400

2.0.400.0

  Sources   Download

05/04 2018

v2.0.456

2.0.456.0

  Sources   Download

05/04 2018

v2.0.463

2.0.463.0

  Sources   Download

05/04 2018

v2.0.477

2.0.477.0

  Sources   Download

05/04 2018

v2.0.572

2.0.572.0

  Sources   Download

05/04 2018

v2.0.581

2.0.581.0

  Sources   Download

05/04 2018

v2.0.583

2.0.583.0

  Sources   Download

05/04 2018

v2.0.584

2.0.584.0

  Sources   Download

05/04 2018

v2.0.585

2.0.585.0

  Sources   Download

05/04 2018

v2.0.586

2.0.586.0

  Sources   Download

05/04 2018

v2.0.587

2.0.587.0

  Sources   Download

05/04 2018

v2.0.588

2.0.588.0

  Sources   Download

05/04 2018

v2.0.589

2.0.589.0

  Sources   Download

05/04 2018

v2.0.594b

2.0.594.0-beta

  Sources   Download

05/04 2018

v2.0.595

2.0.595.0

  Sources   Download

05/04 2018

v2.0.596

2.0.596.0

  Sources   Download

05/04 2018

v2.0.597

2.0.597.0

  Sources   Download

05/04 2018

v2.0.598

2.0.598.0

  Sources   Download

05/04 2018

v2.0.599

2.0.599.0

  Sources   Download

05/04 2018

v2.0.599b

2.0.599.0-beta

  Sources   Download

05/04 2018

v2.1.0

2.1.0.0

  Sources   Download

05/04 2018

v2.1.1

2.1.1.0

  Sources   Download

05/04 2018

v2.1.2

2.1.2.0

  Sources   Download

05/04 2018

v2.0.506

2.0.506.0

  Sources   Download

05/04 2018

v2.0.552

2.0.552.0

  Sources   Download

05/04 2018

v2.0.556

2.0.556.0

  Sources   Download

05/04 2018

v2.0.560

2.0.560.0

  Sources   Download

05/04 2018

v2.0.564

2.0.564.0

  Sources   Download

05/04 2018

v2.0.592

2.0.592.0

  Sources   Download

05/04 2018

v2.0.593

2.0.593.0

  Sources   Download

05/04 2018

v2.0.593b

2.0.593.0-beta

  Sources   Download

05/04 2018

v2.0.594

2.0.594.0

  Sources   Download