Skip to content

dharma017/Bittytorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bittytorrent Bittytorrent


What is BitTorrent?

BitTorrent is file sharing software. You need four things to have BitTorrent work: a BitTorrent client, a BitTorrent tracker, a file to share, and a torrent file (made from the file to share.) The torrent file is placed where others can have access to it (i.e. a website.)

The clients use the torrent file to connect to the tracker, this allows the client to find other peers to get the file from. This is the simplest explanation

What is BittyTorrent?

Bittytorrent is a bittorrent tracker, this is a script that allows you to deploy a website for sharing torrents.
Its bittorrent php tracker.

How to install Bittytorrent?

To install Bittytorrent, you do not need much!

  1. Web server
  2. Mysql database
  3. mod_rewrite enabled on your apache web server (see it in your phpinfo())

To begin, send your file on ftp and open your browser to the selected domain name, you should see the installation page.
Follow the installation instructions.

Once the installation is complete, you must delete the install.php file, libs/db.sql and put a chmod 644 on the file libs/db.php

Demonstration

Demonstration

Script used

Script used for the creation of Bittytorrent:

About

Bittytorrent is all written in PHP, uses the popular MySQL database and use hooks system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.6%
  • JavaScript 3.5%
  • HTML 1.3%
  • CSS 0.4%
  • Roff 0.2%
  • Smarty 0.0%