loic564492 / OpenTorrentSite

A modern torrent site template that is easy to setup with an intuitive GUI. Currently in development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTorrentSite

GitHub version GitHub issues GitHub license GitHub version

A modern torrent search engine/website template that is easy to setup with an intuitive GUI. Engineered to be one of the easiest to use torrent website out there. This site doesn't scrape torrents from any sources, it's only a template you can use to start hosting your own torrent site.

Design

Index Detail Upload Mobile Admin Panel Category View

Setup:

  1. Copy & Paste all files to your webspace.
  2. Create a folder called "torrents" in the root directory
  3. Setup a new MySQL database. For security purposes you should create a user with appropriate permissions.
  4. Change the database credentials and website identification inside 'config/config.ini.php'.
  5. Import all .sql files from the 'sql' folder.

FAQ:

  1. My seeders/leechers are always 0? Your hosting provider is blocking UDP requests or your torrent file has no trackers. (HTTP, HTTPS and UDP are supported; DHT is not supported)
  2. I can't upload .torrent files? Create a torrents folder in the root directory. Also make sure you have adequate MySQL and Disk rights.
  3. How do I make myself Administrator? Navigate to the users table in MySQL and set your uploaderstatus to 99

Support:

Interested in helping develop OpenTorrentSite, need support with setup or have a general interest in torrents? Join the OpenTorrentSite Discord

Current features:

  • User Register and Login.
  • Torrent Uploading.
  • Torrent Seed & Peer data. (Host must allow HTTP/UDP requests)
  • Crossbrowser compatibility.
  • Mobile support.
  • Torrent Search.
  • Remove Torrent (Users can remove torrents from my-torrent.php)
  • Popular overview.
  • Category overview.
  • Comment Section (Add/Edit/Remove)
  • Admin Control Panel.
  • Invitation System.
  • Private Mode.

For a full overview of available features and what's to come see this gist. Note: a lot of parts will probably be insecure during the early stages of development.

Open Source Credits for OpenTorrentSite:

License

MIT © Kevin Durant | AzukaChan

About

A modern torrent site template that is easy to setup with an intuitive GUI. Currently in development.

License:MIT License


Languages

Language:PHP 84.0%Language:JavaScript 13.2%Language:CSS 2.8%Language:HTML 0.1%