mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update tracker.php
This commit is contained in:
parent
4b41a0be55
commit
e479f46513
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ if ($allowed_forums) {
|
||||||
// SELECT
|
// SELECT
|
||||||
$select = "
|
$select = "
|
||||||
SELECT
|
SELECT
|
||||||
tor.topic_id, tor.post_id, tor.attach_id, tor.size, tor.reg_time, tor.complete_count, tor.seeder_last_seen, tor.tor_status, tor.tor_type,
|
tor.topic_id, tor.post_id, tor.attach_id, tor.size, tor.reg_time, tor.complete_count, tor.seeder_last_seen, tor.tor_status, tor.tor_type, tor.ext_seeders, tor.ext_leechers,
|
||||||
t.topic_title, t.topic_time, t.topic_replies, t.topic_views, t.topic_vote, sn.seeders, sn.leechers, tor.info_hash, tor.info_hash_v2, ad.download_count
|
t.topic_title, t.topic_time, t.topic_replies, t.topic_views, t.topic_vote, sn.seeders, sn.leechers, tor.info_hash, tor.info_hash_v2, ad.download_count
|
||||||
";
|
";
|
||||||
$select .= (!$hide_speed) ? ", sn.speed_up, sn.speed_down" : '';
|
$select .= (!$hide_speed) ? ", sn.speed_up, sn.speed_down" : '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue