From 14ccc8bd0900e370b5874f49f59e54efb0bb04c6 Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Sat, 15 Aug 2020 10:17:14 +0200 Subject: [PATCH 1/5] Update index.php Hide liveirddb. Is usefull if you run your dashboard under https: --- dashboard/index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard/index.php b/dashboard/index.php index 56626e1..f72d7fb 100755 --- a/dashboard/index.php +++ b/dashboard/index.php @@ -139,7 +139,6 @@ else { Repeaters / Nodes (NodeCount(); ?>) Peers (PeerCount(); ?>) Reflectorlist - D-Star live Traffic statistics'; } + if ($PageOptions['IRCDDB']['Show']) { + echo ' + D-Star live'; + } ?> From 71a1ee556af1b0a7b1ffa898fedf9333d0a34c52 Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Sat, 15 Aug 2020 10:21:01 +0200 Subject: [PATCH 2/5] Update config.inc.php --- dashboard/pgs/config.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/pgs/config.inc.php b/dashboard/pgs/config.inc.php index 970671c..09f1a13 100755 --- a/dashboard/pgs/config.inc.php +++ b/dashboard/pgs/config.inc.php @@ -17,7 +17,7 @@ $VNStat = array(); $PageOptions['ContactEmail'] = 'your_email'; // Support E-Mail address -$PageOptions['DashboardVersion'] = '2.4.0'; // Dashboard Version +$PageOptions['DashboardVersion'] = '2.4.1'; // Dashboard Version $PageOptions['PageRefreshActive'] = true; // Activate automatic refresh $PageOptions['PageRefreshDelay'] = '10000'; // Page refresh time in miliseconds @@ -48,6 +48,7 @@ $PageOptions['MetaRobots'] = 'index,follow'; // $PageOptions['UserPage']['ShowFilter'] = true; // Show Filter on Users page $PageOptions['Traffic']['Show'] = false; // Enable vnstat traffic statistics +$PageOptions['IRCDDB']['Show'] = true; // Show liveircddb, set it to false if you are running your db in https $PageOptions['CustomTXT'] = ''; // custom text in your header From ff837885b02b851820c7cb8b2784a3036692372a Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Sat, 15 Aug 2020 10:24:58 +0200 Subject: [PATCH 3/5] Update changes.txt --- dashboard/changes.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dashboard/changes.txt b/dashboard/changes.txt index 904cb77..5d18d53 100755 --- a/dashboard/changes.txt +++ b/dashboard/changes.txt @@ -1,3 +1,10 @@ +xlx db v2.4.1 + +you can now hide the liveircddb menu button, if you are running your db in https. + +- "config.inc.php +- "index.php" + xlx db v2.4.0 - "config.inc.php" @@ -91,7 +98,7 @@ xlx db v2.2.2 This version is a major release with voluntary self-registration feature build in. You need to edit the conf.inc.php to your needs. -On the first run your personal hash to access the database is place in the server’s /tmp folder. +On the first run your personal hash to access the database is place in the server’s /tmp folder. Take care to make a backup of this file because this folder is cleaned up after a server reboot. This version is a major release @@ -119,7 +126,7 @@ xlx db v2.1.4 - "class.reflector.php" improved the flag search - "country.csv" added serveral prefixes -- "flags" added Puerto Ricco and Åland Islands +- "flags" added Puerto Ricco and Ã…land Islands xlx db v2.1.3 From 49b16a7fa075af53f06f20d4c6074f1c8ef5e759 Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Sat, 22 Aug 2020 23:05:28 +0200 Subject: [PATCH 4/5] Update reflectors.php --- dashboard/pgs/reflectors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/pgs/reflectors.php b/dashboard/pgs/reflectors.php index 15318e2..d79ce5a 100755 --- a/dashboard/pgs/reflectors.php +++ b/dashboard/pgs/reflectors.php @@ -43,7 +43,7 @@ for ($i=0;$i'.($i+1).' '.$NAME.' '.$COUNTRY.' - + '.$COMMENT.' '; } From af900106c59c7b64f31bc3fb7d9fab0632c4c741 Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Sat, 22 Aug 2020 23:06:14 +0200 Subject: [PATCH 5/5] Update reflectors.php --- dashboard2/pgs/reflectors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard2/pgs/reflectors.php b/dashboard2/pgs/reflectors.php index 8211315..f8e1adb 100644 --- a/dashboard2/pgs/reflectors.php +++ b/dashboard2/pgs/reflectors.php @@ -40,7 +40,7 @@ for ($i=0;$i'.($i+1).' '.$NAME.' '.$COUNTRY.' - + '.$COMMENT.' '; }