Compare commits

...

2 Commits

Author SHA1 Message Date
Shane Daley 407cf099fc Improve contraints - add artwork etc 2022-01-27 22:33:14 +00:00
M0VUB 87fe61f521
Update README.md
Update tested versions (deb11)
2022-01-27 20:37:01 +00:00
14 changed files with 50 additions and 51 deletions

View File

@ -1,13 +1,13 @@
**HBmonitor is a "web dashboard" for HBlink by N0MJS.** **HBmonitor is a "web dashboard" for HBlink by N0MJS.**
***This is version of HBMonitor V2 by SP2ONG 2019-2021*** ***This is version of HBMonitor V2 by SP2ONG 2019-2022***
The main difference between HBMonitor v1 and v2 is the layout, i.e. the main page shows condensed The main difference between HBMonitor v1 and v2 is the layout, i.e. the main page shows condensed
information and on the subpages, you can see the individual content that was shown on v1 information and on the subpages, you can see the individual content that was shown on v1
I recommend not running HBmonitor on the same computer as HBlink3 I recommend not running HBmonitor on the same computer as HBlink3
HBmonitor tested on Debian v9 and v10 HBMonv2 is tested on Debian v9 v10 & v11
This version of HBMonv2 requires a web server like apache2, lighttpd and This version of HBMonv2 requires a web server like apache2, lighttpd and
php support running on the server. php support running on the server.
@ -84,7 +84,7 @@ php support running on the server.
git checkout webserver-python git checkout webserver-python
chmod +x install.sh chmod +x install.sh
./install.sh ./install.sh
cp config-SAMPLE.py config.py cp config_SAMPLE.py config.py
edit config.py and change what you necessary edit config.py and change what you necessary
cp utils/hbmon.service /lib/systemd/system/ cp utils/hbmon.service /lib/systemd/system/
systemctl enable hbmon systemctl enable hbmon

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - STATUS</title> <title>DMR Server monitor - STATUS</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -26,7 +26,7 @@ include_once 'include/config.php';
</div> </div>
<div style="width: 1100px; margin-left:0px;"> <div style="width: 1100px; margin-left:0px;">
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p></div> </p></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
html/img/HBLINK_logoV2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
html/img/HBLINK_logoV2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - STATUS</title> <title>DMR Server monitor - STATUS</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022 (v20211012)" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022 (v20211012)" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -26,16 +26,15 @@ include_once 'include/config.php';
<p id="main"></p> <p id="main"></p>
</div> </div>
<!-- LOG monitor --> <!-- LOG monitor -->
<!-- <div style="width: 1100px; margin-left:0px;">
<div style="width: 1150px; margin-left:0px;"> <fieldset style="width: 1045px; margin-left:0px;margin-right:0px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
<fieldset style="width: 1100px; margin-left:0px;margin-right:0px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;"> <legend><b><font color="#000">&nbsp;.: Call Log :.&nbsp;</font></b></legend>
<legend><b><font color="#000">&nbsp;.: Call log window :.&nbsp;</font></b></legend> <pre id="log" style="height: 20em; text-align: left; overflow-y: scroll; font-size:12px; background-color: #000000; color:#729fcf;"></pre>
<pre id="log" style="height: 20em; text-align: left; overflow-y: scroll; font-size:13px; background-color: #000000; color:#b1eee9;"></pre>
</fieldset></div> </fieldset></div>
-->
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a target="_blank" href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a title="HBMonv2 SP2ONG v20211012" target="_blank" href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a target="_blank" href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a title="HBMonv2 SP2ONG v20211012" target="_blank" href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - Info</title> <title>DMR Server monitor - Info</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -50,7 +50,7 @@ include_once 'include/config.php';
</fieldset></div><br> </fieldset></div><br>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -11,11 +11,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - STATUS</title> <title>DMR Server monitor - STATUS</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1150px;"> <div style="width: 1150px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -108,7 +108,7 @@ fclose ($handle);
?> ?>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a target="_blank" href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a title="HBMonv2 SP2ONG" target="_blank" href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a target="_blank" href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a title="HBMonv2 SP2ONG" target="_blank" href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor v2 SP2ONG 2019-2022 --> <!-- This is version of HBMonitor v2 SP2ONG 2019-2022 -->
<font size="-2">&copy; developed by DL1BZ as logging-extension of HBmonitor (2018,2019)</font><br> <font size="-2">&copy; developed by DL1BZ as logging-extension of HBmonitor (2018,2019)</font><br>

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - Masters</title> <title>DMR Server monitor - Masters</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -26,7 +26,7 @@ include_once 'include/config.php';
<p id="masters"></p> <p id="masters"></p>
</div> </div>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server - Monitor</title> <title>DMR Server - Monitor</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -27,13 +27,13 @@ include_once 'include/config.php';
</div> </div>
<p></p> <p></p>
<!-- LOG monitor --> <!-- LOG monitor -->
<div style="width: 1150px; margin-left:0px;"> <div style="width: 1100px; margin-left:0px;">
<fieldset style="background-color:#e0e0e0e0;width: 1100px; margin-left:0px;margin-right:0px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;"> <fieldset style="width: 1045px; margin-left:0px;margin-right:0px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
<legend><b><font color="#000">&nbsp;.: Call log window :.&nbsp;</font></b></legend> <legend><b><font color="#000">&nbsp;.: Call Log :.&nbsp;</font></b></legend>
<pre id="log" style="height: 40em; text-align: left; overflow-y: scroll; font-size:13px; background-color: #000000; color:#b1eee9;"></pre> <pre id="log" style="height: 40em; text-align: left; overflow-y: scroll; font-size:12px; background-color: #000000; color:#729fcf;"></pre>
</fieldset></div> </fieldset></div>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - OpenBridge</title> <title>DMR Server monitor - OpenBridge</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -26,7 +26,7 @@ include_once 'include/config.php';
<p id="opb"></p> <p id="opb"></p>
</div> </div>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -10,11 +10,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - Peers</title> <title>DMR Server monitor - Peers</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -26,7 +26,7 @@ include_once 'include/config.php';
<p id="peers"></p> <p id="peers"></p>
</div> </div>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -11,11 +11,11 @@ include_once 'include/config.php';
<title>DMR Server monitor - System Info</title> <title>DMR Server monitor - System Info</title>
<script type="text/javascript" src="scripts/hbmon.js"></script> <script type="text/javascript" src="scripts/hbmon.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.php" /> <link rel="stylesheet" type="text/css" href="css/styles.php" />
<meta name="description" content="Copyright (c) 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" /> <meta name="description" content="Copyright &copy; 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <center><div style="width:1100px; text-align: center; margin-top:5px;">
<img src="img/logo.png?random=323527528432525.24234" alt="" /> <img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
</div> </div>
<div style="width: 1100px;"> <div style="width: 1100px;">
<p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p> <p style="text-align:center;"><span style="color:#000;font-size: 18px; font-weight:bold;"><?php echo REPORT_NAME;?></span></p>
@ -46,7 +46,7 @@ include_once 'include/config.php';
</fieldset> </fieldset>
<br> <br>
<p style="text-align: center;"><span style="text-align: center;"> <p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span> Copyright &copy; 2016-2022<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2022</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE --> <!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2022 --> <!-- This is version of HBMonitor SP2ONG 2019-2022 -->
</p> </p>

View File

@ -1,5 +1,5 @@
<fieldset style="width:900px;background-color:#f1f1f1;margin-left:5px;margin-right:5px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;"> <fieldset style="width:1045px;background-color:#f1f1f1;margin-left:5px;margin-right:5px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
<legend><b><font color="#000">&nbsp;.: Server Activity :.&nbsp;</font></b></legend> <legend><b><font color="#000">&nbsp;.: Server Activity :.&nbsp;</font></b></legend>
{% if _table['MASTERS']|length >0 %} {% if _table['MASTERS']|length >0 %}
<table width=100% style="background-color:#f0f0f0;border:none !important;border-collapse:collapse;border:none;"> <table width=100% style="background-color:#f0f0f0;border:none !important;border-collapse:collapse;border:none;">