From 8bca0dc2abda9755c324838f284088dc45d2d800 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 17 Feb 2026 20:30:48 +0100 Subject: [PATCH] use https.. it's 2026 --- application/controllers/Dxcalendar.php | 2 +- application/controllers/Qrz.php | 4 ++-- application/models/Logbook_model.php | 2 +- application/views/adif/import.php | 2 +- application/views/awards/counties/index.php | 2 +- application/views/awards/dxcc/index.php | 2 +- application/views/awards/wapc/index.php | 2 +- application/views/hrdlog/export.php | 2 +- application/views/qslprint/qslprint.php | 2 +- application/views/sattimers/index.php | 2 +- application/views/station_profile/create.php | 2 +- application/views/station_profile/edit.php | 2 +- application/views/view_log/qso.php | 2 +- assets/js/sections/qslprint.js | 2 +- install/assets/install.sql | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/application/controllers/Dxcalendar.php b/application/controllers/Dxcalendar.php index 51472f6ae..cdb51a0d4 100644 --- a/application/controllers/Dxcalendar.php +++ b/application/controllers/Dxcalendar.php @@ -18,7 +18,7 @@ class Dxcalendar extends CI_Controller { 'backup' => $this->config->item('cache_backup') ?? 'file', 'key_prefix' => $this->config->item('cache_key_prefix') ?? '' ]); - $rssUrl = 'http://www.ng3k.com/adxo.xml'; + $rssUrl = 'https://www.ng3k.com/adxo.xml'; if (!$rssRawData = $this->cache->get('RssRawDxCal')) { $rssRawData = file_get_contents($rssUrl, true); $this->cache->save('RssRawDxCal', $rssRawData, (60*60*12)); diff --git a/application/controllers/Qrz.php b/application/controllers/Qrz.php index cb13bb7c2..836576345 100644 --- a/application/controllers/Qrz.php +++ b/application/controllers/Qrz.php @@ -27,7 +27,7 @@ class Qrz extends CI_Controller { public function qrz_apitest() { $apikey = xss_clean($this->input->post('APIKEY')); - $url = 'http://logbook.qrz.com/api'; // TODO: Move this to database + $url = 'https://logbook.qrz.com/api'; // TODO: Move this to database $post_data['KEY'] = $apikey; $post_data['ACTION'] = 'STATUS'; @@ -362,7 +362,7 @@ class Qrz extends CI_Controller { $result = "Temporary download file ".$file." is not writable. Aborting!"; return false; } - $url = 'http://logbook.qrz.com/api'; + $url = 'https://logbook.qrz.com/api'; $post_data['KEY'] = $qrz_api_key; $post_data['ACTION'] = 'FETCH'; diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 343b1f98b..b56a86925 100644 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1068,7 +1068,7 @@ class Logbook_model extends CI_Model { * $adif contains a line with the QSO in the ADIF format. QSO ends with an */ function push_qso_to_qrz($apikey, $adif, $replaceoption = false) { - $url = 'http://logbook.qrz.com/api'; // TODO: Move this to database + $url = 'https://logbook.qrz.com/api'; // TODO: Move this to database $post_data['KEY'] = $apikey; $post_data['ACTION'] = 'INSERT'; diff --git a/application/views/adif/import.php b/application/views/adif/import.php index f737173be..6f7ab95a1 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -339,7 +339,7 @@ -

" . __("DARC DCL") . "") ?> ', ''); ?>

+

" . __("DARC DCL") . "") ?> ', ''); ?>

diff --git a/application/views/awards/counties/index.php b/application/views/awards/counties/index.php index f0eb3d473..5bfe83ed1 100644 --- a/application/views/awards/counties/index.php +++ b/application/views/awards/counties/index.php @@ -5,7 +5,7 @@

diff --git a/application/views/hrdlog/export.php b/application/views/hrdlog/export.php index 678dc96d0..d861beef2 100644 --- a/application/views/hrdlog/export.php +++ b/application/views/hrdlog/export.php @@ -21,7 +21,7 @@

-

http://www.hrdlog.net/EditUser.aspx'); ?>

+

https://www.hrdlog.net/EditUser.aspx'); ?>

config->item('disable_manual_hrdlog'))) { echo '

' . __("Warning") . ' ' . __("This might take a while as QSO uploads are processed sequentially.") . '

'; } ?> result() != NULL) { foreach ($qsos->result() as $qsl) { echo ''; echo '
'; - ?>COL_CALL)); ?>Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on QRZ.com Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on HamQTH Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on eQSL.ccCOL_CALL)); ?>Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on QRZ.com Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on HamQTH Lookup <?php echo strtoupper($qsl->COL_CALL); ?> on eQSL.cc'; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ''; echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo ''; echo ''; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo ''; diff --git a/application/views/sattimers/index.php b/application/views/sattimers/index.php index 314d12ca0..6cf749b19 100644 --- a/application/views/sattimers/index.php +++ b/application/views/sattimers/index.php @@ -66,7 +66,7 @@ var custom_date_format = ""; if (strpos($activation['sat'], 'TEVEL') !== false) { echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'UVSQ') !== false) { - echo "" . __("Info") . ""; + echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'PO-101') !== false) { echo "" . __("Info") . ""; } else if (strpos($activation['sat'], 'CAS-3H') !== false) { diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 0bdb3e1fe..db8301579 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -356,7 +356,7 @@ if ($dxcc_list->result() > 0) {
- ".__("HRDLog.net Userprofile page").""); ?> + ".__("HRDLog.net Userprofile page").""); ?>
diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index 727edf32f..06ffafc8b 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -384,7 +384,7 @@ if ($dxcc_list->result() > 0) { hrdlog_code; } ?>">
- ".__("HRDLog.net Userprofile page").""); ?> + ".__("HRDLog.net Userprofile page").""); ?>
diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 8e81da125..3407248ef 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -81,7 +81,7 @@ - COL_CALL)); ?> Lookup <?php echo strtoupper($row->COL_CALL); ?> on QRZ.com Lookup <?php echo strtoupper($row->COL_CALL); ?> on HamQTH Lookup <?php echo strtoupper($row->COL_CALL); ?> on eQSL.cc Clublog Log Search + COL_CALL)); ?> Lookup <?php echo strtoupper($row->COL_CALL); ?> on QRZ.com Lookup <?php echo strtoupper($row->COL_CALL); ?> on HamQTH Lookup <?php echo strtoupper($row->COL_CALL); ?> on eQSL.cc Clublog Log Search session->userdata('user_show_notes')==1) { ?> " style="margin-left:2px;vertical-align:middle;"> diff --git a/assets/js/sections/qslprint.js b/assets/js/sections/qslprint.js index 0d7b5caee..d6bc22405 100644 --- a/assets/js/sections/qslprint.js +++ b/assets/js/sections/qslprint.js @@ -87,7 +87,7 @@ function addQsoToPrintQueue(id) { line += ''; line += 'Lookup ' + formattedCallSign + ' on HamQTH'; line += ' '; - line += ''; + line += ''; line += 'Lookup ' + formattedCallSign + ' on eQSL.cc'; line += ''; line += ''; diff --git a/install/assets/install.sql b/install/assets/install.sql index b7f270f7e..915b8c264 100644 --- a/install/assets/install.sql +++ b/install/assets/install.sql @@ -57,7 +57,7 @@ CREATE TABLE `config` ( -- ---------------------------- -- Records of config -- ---------------------------- -INSERT INTO `config` VALUES ('1', 'https://lotw.arrl.org/lotwuser/lotwreport.adi', 'https://lotw.arrl.org/lotwuser/upload', 'Y', 'https://lotw.arrl.org/lotwuser/default', 'http://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); +INSERT INTO `config` VALUES ('1', 'https://lotw.arrl.org/lotwuser/lotwreport.adi', 'https://lotw.arrl.org/lotwuser/upload', 'Y', 'https://lotw.arrl.org/lotwuser/default', 'https://www.eqsl.cc/qslcard/DownloadInBox.cfm', 'Y'); -- ---------------------------- -- Table structure for migrations