2017 © Pedro Peláez
 

library glutorrent

The BEncoded BitTorrent class developed by GluTorrent.

image

coldwinds/glutorrent

The BEncoded BitTorrent class developed by GluTorrent.

  • Saturday, December 27, 2014
  • by coldwinds
  • Repository
  • 1 Watchers
  • 1 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GluTorrent

The BEncoded BitTorrent class developed by GluTorrent., (*1)

Unoffical mirror of https://code.google.com/p/glutorrent/, (*2)

Source: http://web.archive.org/web/20080127172806/http://www.glutorrent.com/developer/, (*3)

This is a BEncoded BitTorrent class that was originally developed by a company called GluTorrent, and was hosted at http://glutorrent.com/developer., (*4)

The http://glutorrent.com domain does not seem to be up any longer, but since this seems to be a useful class, I wanted to make sure others had access to it for posterity., (*5)

I'm not the owner or developer of this code, and I have no idea how to get in touch with the appropriate people, so if you know who to contact about this, please let me know. I will not be continuing development of the class. If you want to contribute, let me know and I'll add you as a contributor on the project., (*6)

Example

FromString(file_get_contents($TorrentFile));
    $Torrent['announce-list'] = new BEncodedList();
    $Torrent['announce'] = $MyNewTracker;
    $Torrent['announce-list'][] = new BEncodedList(array($MyNewTracker));
    // Let's see the torrent
    print_r($Torrent->ToArray());
    echo "\n";
    file_put_contents($TorrentFile, $Torrent->Encode());
}
?>

The Versions

27/12 2014

dev-master

9999999-dev

The BEncoded BitTorrent class developed by GluTorrent.

  Sources   Download

New BSD License

The Requires

  • php >=5.2.0

 

torrent bencode bittorrent glutorrent

27/12 2014

v1.0.2

1.0.2.0

The BEncoded BitTorrent class developed by GluTorrent.

  Sources   Download

New BSD License

The Requires

  • php >=5.2.0

 

torrent bencode bittorrent glutorrent

18/12 2014

v1.0.1

1.0.1.0

The BEncoded BitTorrent class developed by GluTorrent.

  Sources   Download

New BSD License

The Requires

  • php >=5.2.0

 

torrent bencode bittorrent glutorrent

08/09 2014

v1.0.0

1.0.0.0

The BEncoded BitTorrent class developed by GluTorrent.

  Sources   Download

New BSD License

The Requires

  • php >=5.2.0

 

torrent bencode bittorrent glutorrent