Show client country in seeders / leechers list 🌍 (#1478)

* Show client country in seeders / leechers list

* Update functions.php

* Update functions.php

* Update functions.php

* Updated

* Update displaying_torrent.php

* Update functions.php

* Update viewtopic_torrent.tpl

* Update viewtopic_torrent.tpl

* Update functions.php

* Update functions.php

* Update functions.php

* Update functions.php

* Update config.php

* Updated

* Updated

* Updated

* Updated

* Update update_geolite_db.php

* Update update_geolite_db.php

* Updated

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Updated

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Update update_geolite_db.php

* Updated

* Update viewtopic_torrent.tpl

* Updated

* Update composer.lock

* Update defines.php

* Updated

* Update init_bb.php

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-05-08 22:13:30 +07:00 committed by GitHub
commit 459fba6b86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 475 additions and 89 deletions

View file

@ -506,7 +506,7 @@ VALUES ('allow_autologin', '1'),
('birthday_check_day', '7'),
('bt_add_auth_key', '1'),
('bt_allow_spmode_change', '1'),
('bt_announce_url', ''),
('bt_announce_url', 'https://localhost/bt/announce.php'),
('bt_disable_dht', '0'),
('bt_check_announce_url', '0'),
('bt_del_addit_ann_urls', '1'),
@ -654,6 +654,9 @@ VALUES ('1', 'Attach maintenance', 'attach_maintenance.php', 'daily', '', '05:00
'0',
'0', '0'),
('1', 'Demo mode', 'demo_mode.php', 'daily', '', '05:00:00', '255', '', '', '', '1', 'demo_mode_cron', '1', '1',
'0'),
('1', 'Update GeoLite DB', 'update_geolite_db.php', 'daily', '', '05:00:00', '255', '', '', '', '1',
'update_geolite_db', '1', '1',
'0');
-- ----------------------------