From e479f46513c6e030bed9b3f4db4b90a1027cdee8 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 6 Jan 2025 19:53:02 +0700 Subject: [PATCH] Update tracker.php --- tracker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker.php b/tracker.php index a522e7766..bcf909b73 100644 --- a/tracker.php +++ b/tracker.php @@ -654,7 +654,7 @@ if ($allowed_forums) { // 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 "; $select .= (!$hide_speed) ? ", sn.speed_up, sn.speed_down" : '';