Projects tagged ‘bittorrent’ and ‘php’


Jump to tag:

Projects tagged ‘bittorrent’ and ‘php’

Filtered by Project Tags bittorrent php

Refine results Project Tags torrent (15) p2p (13) mysql (12) tracker (12) torrents (7) python (4) file_sharing (4) web (3) sqlite (3) ajax (3) php5 (3) jquery (3)

[35 total ]

2 Users

PeerTracker is an Open Sourced, Simple, Efficient and Fast BitTorrent Tracker With the increasing number of public trackers shutting down, it only makes sense for the average user to setup one of ... [More] their own. To accomplish this, PeerTracker has been designed from the ground up to be easily deployed and operated from the typical shared hosting environment. The focus of this project is entirely centered on maximizing speed, minimizing http server and database resource consumption while at the same time providing full scale tracking capabilities. PeerTracker does not concern itself with the indexing or uploading of torrents, nor with share ratio monitoring or any other form of user management. [Less]
Created 2 months ago.

1 Users

PHP5 Web interface for BTPD (The BitTorrent Protocol Daemon)
Created 12 months ago.

1 Users
   

rtGui - A web based front-end for rTorrentrtGui is a web based front end for rTorrent - the Linux command line BitTorrent client. It's written in PHP and uses XML-RPC to communicate with the rTorrent ... [More] client. For more information on rTorrent, see the home page: http://libtorrent.rakshasa.no/ FeaturesList all torrent downloads or by started/stopped/complete/incomplete/seeding status. Ajax-style refresh information without reloading page. Sort view by any of the displayed columns. View detailed torrent information. Stop/start/hash-check torrent. Set upload/download speed cap. Add torrents by URL. Upload torrent to rtorrent watch-directory. Set priority per torrent or file. Peer listing. RSS Feed of completed torrents (rssfeed.php). Does not require mySQL or any other database. Bulk Stop/Start/Delete/Priority set. Tracker URL display with configurable colouring. Filter torrent list by tracker. Screenshots RequirementsrTorrent minium 0.8.2 / libtorrent 0.12.2 complied with XML-RPC library support - see http://libtorrent.rakshasa.no/ (0.8.4/0.12.4, 0.8.5/0.12.5 also supported) XML-RPC library - see http://xmlrpc-c.sourceforge.net/ Apache webserver configured with XML-RPC - see http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide PHP 5 with XML-RPC module - see http://www.php.net/ A web browser - see http://www.mozilla.com/ InstallationConfigure XML-RPC on your webserver. Change to your webserver root directory, eg: cd /srv/www/htdocs Extract the files from the archive you downloaded: tar xvzf rtgui-x.x.x.tgz If this is a new installation, copy example config file: cp config.php.example config.php Check settings (open config.php in a text editor): vi config.php Point your web browser to the directory, eg: http://localhost/rtgui Enjoy :) See http://code.google.com/p/rtgui/wiki/ubuntu_rtgui for a more detailed install guide (Ubuntu specific). Known ProblemsIncorrect file size display on torrents over 4GB - see http://code.google.com/p/rtgui/wiki/CompilingRtorrent and http://code.google.com/p/rtgui/issues/detail?id=1&can=1 Security considerationsAbsolutely no thought whatsoever has been given to security in rtGui - do not run this on a publicly available website. rtGui is intended for 'home' use where users can be considered as trusted. A basic authentication mechanism is planned for future releases. At the very least, you should password protect your webserver using .htaccess or similar (see http://en.wikipedia.org/wiki/Htaccess for more info). In DevelopmentMore torrent file management - move directory, delete from disk, etc. Wanted!Feedback! Other informationrtGui incorporates the excellent subModal script by Seth Banks for the cool 'Web 2.0' background-dimming/dialog effect - included version 1.5 by permission - see http://www.subimage.com/dhtml/subModal/ Also uses some icons from http://www.famfamfam.com/ [Less]
Created 12 months ago.

0 Users

k2 is a bittorrent crawler utilizing the PHP scripting language, simply because it is so widely available and supported. Tested against nginx 0.7.x + 0.8.x, MySQL 5.0.x + 5.1.x + 5.4.x, and PHP ... [More] 5.2.x + 5.3.x. Currently requires the following extensions in PHP: - cURL - dom - mysqli There is nothing actually hosted here yet, everything is available from our SVN here: http://kosmodrom.64x.org/svn/k2/ [Less]
Created about 1 month ago.

0 Users

Written on PHP
Created 5 months ago.

0 Users

btselfstorage allows you to give your friends a lump of harddrive space which they can use to backup their data and vice versa. This way you can solve each other's backup problem. Your data is ... [More] strongly encrypted with 256bit AES and transferred efficiently with bittorrent. btselfstorage only takes care of the distribution of the data. You will still need a backup system of your own choice to create the backup files to be distributed. [Less]
Created 12 months ago.

0 Users

The sources of re-tracker project.
Created 8 months ago.

0 Users

This project is an attempt to fill in the gap which exists now between nerds running trackers and normal users doing the download. And with many of the publicaly available trackers being taken down ... [More] for all sorts of reasons, there is a urgent need to have a software infrastructure which will allow any reasonable user to setup and serve his files via bittorrent from his shared server. The Project attempts to achieve the following: * Run a efficient non-binary tracker - to be able to run on a shared server * Ability to share from server, popularly called a server-side seeding – to prevent sharing from dying off due to lack of a full or complete seed. * Simple to setup and ideally should be part of an existing publishing frame work, to reduce or remove any learning curve involved – hence the choice of intergration with WordPress * Be OS/Platform neutral – PHP and python for glue code The software will be shipped with scaled down version of the official bittorrent client so as to benefit from upstream modifications. It will also be shipped with a stripped down version of python to support the bittorrent client and to make sure we work most OS/platforms. The Software has the ability to share the database that is being used by wordpress or can run off a flat-file database. Users will have the ability to do most tasks that need to be done with bittorrent * creating torrents for files on the server - maketorrent.php * seeding torrents - seeder.php * stopping and starting torrents - start.php and stop.php * modify torrent - updating tracker information - updatetorrent.php All the above php files are mostly front-ends to equal programs available in the official bititorrent client. Once the torrent is created and tracked. It can be downloaded via any available bittorrent client. The whole interface will be integrated into wordpress as a plug-in so that the complexity is hidden from the users. The admin can setup the plugin with minimal knowledge of bittorrent and the users can use with no or very little knowledge of the infrastructure that allows them to do it. [Less]
Created 12 months ago.

0 Users

TorrentTrader is a feature packed and highly customisable PHP/MySQL Based BitTorrent tracker. Featuring intergrated forums, and plenty of administration options.
Created about 1 year ago.

0 Users

RivetTracker is a modified version of PHPBTTracker. Written in PHP, this BitTorrent tracker uses MySQL as the database backend. It provides an RSS feed, optional support for HTTP seeding, detailed ... [More] connection statistics, easy installation, and much more. [Less]
Created about 1 year ago.