mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
BitTorrent v2 support 🐸 (#866)
* BitTorrent v2 support * Update TorrentFileList.php * BitTorrent v2 support Added support for BitTorrent v2 file hash displaying, magnet links * Updated * Updated * Update changes.txt * Update Torrent.php * Update Torrent.php * Updated * Added support in announcer * Update announce.php * Update scrape.php * Update scrape.php * Update scrape.php * Changed the condition for single files * Update scrape.php * Update displaying_torrent.php * Update displaying_torrent.php * Update displaying_torrent.php --------- Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
This commit is contained in:
parent
a2e8817b5f
commit
fadce7a297
10 changed files with 104 additions and 27 deletions
|
@ -274,6 +274,7 @@ DROP TABLE IF EXISTS `bb_bt_torrents`;
|
|||
CREATE TABLE IF NOT EXISTS `bb_bt_torrents`
|
||||
(
|
||||
`info_hash` VARBINARY(20) NOT NULL DEFAULT '',
|
||||
`info_hash_v2` VARBINARY(32) NOT NULL DEFAULT '',
|
||||
`post_id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`poster_id` MEDIUMINT(9) NOT NULL DEFAULT '0',
|
||||
`topic_id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue