From 9b44ec87f27f206c2805da6e3878c23a59a51346 Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 4 Nov 2025 22:46:50 +0100 Subject: Change SSL icon, PHP pager --- images/icons/openssl.gif | Bin 3113 -> 0 bytes images/icons/openssl.png | Bin 0 -> 13880 bytes index.html | 2 +- php/pager.php | 61 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 1 deletion(-) delete mode 100644 images/icons/openssl.gif create mode 100644 images/icons/openssl.png create mode 100644 php/pager.php diff --git a/images/icons/openssl.gif b/images/icons/openssl.gif deleted file mode 100644 index 7ce43bc..0000000 Binary files a/images/icons/openssl.gif and /dev/null differ diff --git a/images/icons/openssl.png b/images/icons/openssl.png new file mode 100644 index 0000000..f19b610 Binary files /dev/null and b/images/icons/openssl.png differ diff --git a/index.html b/index.html index b6f2c57..8e6a4b9 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@ Debian repo
-
+
Certificate Authority
diff --git a/php/pager.php b/php/pager.php new file mode 100644 index 0000000..43b792c --- /dev/null +++ b/php/pager.php @@ -0,0 +1,61 @@ + $_GET["msg"], + 'callSignNames' => array( 'ea5jgx' ), + 'transmitterGroupNames' => array( 'ea-all' ), + 'emergency' => 'false' + ]; + + $options = [ + 'http' => [ + 'method' => 'POST', + 'header' => "Content-type: application/json\r\n". + "Authorization: Basic ".base64_encode("$auth")."\r\n", + 'content' => json_encode($data), + ], + ]; + + $context = stream_context_create($options); + + $response = file_get_contents($url, false, $context); +} + +?> + + + + + + + + ARFNET + + + +
+ ARFNET +
+
+
+

Pager service

+
+

Page arf20!

+ +
+Error"; + else + echo "
$response
"; +} +?> +
+
+ + -- cgit v1.2.3