Browse Source

update Dockerfile, switch to ubuntu base, use cron for polling

Jan Behrens 4 years ago
parent
commit
e2e1770925
100 changed files with 48 additions and 870 deletions
  1. 1 0
      .gitignore
  2. 0 0
      Crypt/AES.php
  3. 0 0
      Crypt/Base.php
  4. 0 0
      Crypt/Blowfish.php
  5. 0 0
      Crypt/DES.php
  6. 0 0
      Crypt/Hash.php
  7. 0 0
      Crypt/RC2.php
  8. 0 0
      Crypt/RC4.php
  9. 0 0
      Crypt/RSA.php
  10. 0 0
      Crypt/Random.php
  11. 0 0
      Crypt/Rijndael.php
  12. 0 0
      Crypt/TripleDES.php
  13. 0 0
      Crypt/Twofish.php
  14. 31 2
      Dockerfile
  15. 0 0
      Example.php
  16. 0 0
      File/ANSI.php
  17. 0 0
      File/ASN1.php
  18. 0 0
      File/X509.php
  19. 0 0
      Math/BigInteger.php
  20. 0 0
      Net/SCP.php
  21. 0 0
      Net/SFTP.php
  22. 0 0
      Net/SFTP/Stream.php
  23. 0 0
      Net/SSH1.php
  24. 0 0
      Net/SSH2.php
  25. 0 0
      SDS_status_channels.php
  26. 0 0
      SDS_status_functions.php
  27. 0 0
      SDS_status_main.php
  28. 0 0
      System/SSH/Agent.php
  29. 0 0
      System/SSH_Agent.php
  30. 0 0
      aircoils_convert_csv_to_array.php
  31. 0 0
      aircoils_settings.php
  32. 16 0
      apache-config.conf
  33. 0 0
      bla.php
  34. 0 0
      getADEIData.php
  35. 0 0
      getDAQData.php
  36. 0 0
      getDAQDataOld.php
  37. 0 0
      getFluxTube.php
  38. 0 361
      html/ADEI_HV_readings.php
  39. 0 507
      html/ADEIvalues.php
  40. 0 0
      index.php
  41. 0 0
      index_GD.php
  42. 0 0
      index_GD_old.php
  43. 0 0
      index_beta.php
  44. 0 0
      index_cw.php
  45. 0 0
      index_cw_old.php
  46. 0 0
      index_old.php
  47. 0 0
      list.php
  48. 0 0
      logs/.dummy
  49. 0 0
      openssl.cnf
  50. 0 0
      patchpanel/1418923104.txt
  51. 0 0
      patchpanel/1418926596.txt
  52. 0 0
      patchpanel/1418926640.txt
  53. 0 0
      patchpanel/1418926918.txt
  54. 0 0
      patchpanel/1418929870.txt
  55. 0 0
      patchpanel/1418929920.txt
  56. 0 0
      patchpanel/1418930814.txt
  57. 0 0
      patchpanel/1418930850.txt
  58. 0 0
      patchpanel/1418930879.txt
  59. 0 0
      patchpanel/1418930987.txt
  60. 0 0
      patchpanel/1420815246.txt
  61. 0 0
      patchpanel/1421255849.txt
  62. 0 0
      patchpanel/1421686800.txt
  63. 0 0
      patchpanel/1421838000.txt
  64. 0 0
      patchpanel/1422540000.txt
  65. 0 0
      patchpanel/1422547200.txt
  66. 0 0
      patchpanel/1422547800.txt
  67. 0 0
      patchpanel/1422548400.txt
  68. 0 0
      patchpanel/1422628200.txt
  69. 0 0
      patchpanel/1422979200.txt
  70. 0 0
      patchpanel/1423234800.txt
  71. 0 0
      patchpanel/1424448000.txt
  72. 0 0
      patchpanel/1424611500.txt
  73. 0 0
      patchpanel/1424641500.txt
  74. 0 0
      patchpanel/1424678400.txt
  75. 0 0
      patchpanel/1424853900.txt
  76. 0 0
      patchpanel/1424854800.txt
  77. 0 0
      patchpanel/1424855700.txt
  78. 0 0
      patchpanel/1424856600.txt
  79. 0 0
      patchpanel/1424941200.txt
  80. 0 0
      patchpanel/1425217500.txt
  81. 0 0
      patchpanel/1425247800.txt
  82. 0 0
      patchpanel/1425284100.txt
  83. 0 0
      patchpanel/1425369600.txt
  84. 0 0
      patchpanel/1425452400.txt
  85. 0 0
      patchpanel/1425495000.txt
  86. 0 0
      patchpanel/1425503700.txt
  87. 0 0
      patchpanel/1425571200.txt
  88. 0 0
      patchpanel/1425748800.txt
  89. 0 0
      patchpanel/1425799200.txt
  90. 0 0
      patchpanel/1425985200.txt
  91. 0 0
      patchpanel/1426007514.txt
  92. 0 0
      patchpanel/1426434960.txt
  93. 0 0
      patchpanel/1426439804.txt
  94. 0 0
      patchpanel/1426450689.txt
  95. 0 0
      patchpanel/1426452714.txt
  96. 0 0
      patchpanel/1426458383.txt
  97. 0 0
      patchpanel/1426458410.txt
  98. 0 0
      patchpanel/1426459311.txt
  99. 0 0
      patchpanel/1426605031.txt
  100. 0 0
      patchpanel/1426690800.txt

+ 1 - 0
.gitignore

@@ -6,5 +6,6 @@
 
 fluxtube/
 backup/
+
 ADEI_HV_readings.php
 ADEIvalues.php

+ 0 - 0
html/Crypt/AES.php → Crypt/AES.php


+ 0 - 0
html/Crypt/Base.php → Crypt/Base.php


+ 0 - 0
html/Crypt/Blowfish.php → Crypt/Blowfish.php


+ 0 - 0
html/Crypt/DES.php → Crypt/DES.php


+ 0 - 0
html/Crypt/Hash.php → Crypt/Hash.php


+ 0 - 0
html/Crypt/RC2.php → Crypt/RC2.php


+ 0 - 0
html/Crypt/RC4.php → Crypt/RC4.php


+ 0 - 0
html/Crypt/RSA.php → Crypt/RSA.php


+ 0 - 0
html/Crypt/Random.php → Crypt/Random.php


+ 0 - 0
html/Crypt/Rijndael.php → Crypt/Rijndael.php


+ 0 - 0
html/Crypt/TripleDES.php → Crypt/TripleDES.php


+ 0 - 0
html/Crypt/Twofish.php → Crypt/Twofish.php


+ 31 - 2
Dockerfile

@@ -1,3 +1,32 @@
-FROM php:7.2-apache
+FROM ubuntu:bionic
 
-COPY html /var/www/html
+RUN apt-get update && \
+    apt-get -y upgrade && \
+    DEBIAN_FRONTEND=noninteractive apt-get -y install \
+        apache2 php7.2 libapache2-mod-php7.2 curl cron git
+
+RUN a2enmod php7.2
+
+#RUN sed -i "s/short_open_tag = Off/short_open_tag = On/" /etc/php/7.0/apache2/php.ini
+#RUN sed -i "s/error_reporting = .*$/error_reporting = E_ERROR | E_WARNING | E_PARSE/" /etc/php/7.0/apache2/php.ini
+
+ENV APACHE_RUN_USER www-data
+ENV APACHE_RUN_GROUP www-data
+ENV APACHE_LOG_DIR /var/log/apache2
+ENV APACHE_LOCK_DIR /var/lock/apache2
+ENV APACHE_PID_FILE /var/run/apache2.pid
+
+RUN touch /var/log/cron.log
+RUN (crontab -l ; echo "* * * * * cd /var/www/html && php poll_adei_data.php >> /var/log/cron.log") | crontab
+RUN (crontab -l ; echo "* * * * * cd /var/www/html && php poll_HV_data.php >> /var/log/cron.log") | crontab
+
+ADD apache-config.conf /etc/apache2/sites-enabled/000-default.conf
+
+RUN rm -rf /var/www/html/*
+ADD . /var/www/html
+RUN chown -R www-data:www-data /var/www/html
+
+EXPOSE 80
+
+WORKDIR /var/www/html
+CMD cron && apache2ctl -D FOREGROUND

+ 0 - 0
html/Example.php → Example.php


+ 0 - 0
html/File/ANSI.php → File/ANSI.php


+ 0 - 0
html/File/ASN1.php → File/ASN1.php


+ 0 - 0
html/File/X509.php → File/X509.php


+ 0 - 0
html/Math/BigInteger.php → Math/BigInteger.php


+ 0 - 0
html/Net/SCP.php → Net/SCP.php


+ 0 - 0
html/Net/SFTP.php → Net/SFTP.php


+ 0 - 0
html/Net/SFTP/Stream.php → Net/SFTP/Stream.php


+ 0 - 0
html/Net/SSH1.php → Net/SSH1.php


+ 0 - 0
html/Net/SSH2.php → Net/SSH2.php


+ 0 - 0
html/SDS_status_channels.php → SDS_status_channels.php


+ 0 - 0
html/SDS_status_functions.php → SDS_status_functions.php


+ 0 - 0
html/SDS_status_main.php → SDS_status_main.php


+ 0 - 0
html/System/SSH/Agent.php → System/SSH/Agent.php


+ 0 - 0
html/System/SSH_Agent.php → System/SSH_Agent.php


+ 0 - 0
html/aircoils_convert_csv_to_array.php → aircoils_convert_csv_to_array.php


+ 0 - 0
html/aircoils_settings.php → aircoils_settings.php


+ 16 - 0
apache-config.conf

@@ -0,0 +1,16 @@
+<VirtualHost *:80>
+  #ServerAdmin example@kit.edu
+  DocumentRoot /var/www/html
+
+  <Directory /var/www/html/>
+      Options -Indexes +FollowSymLinks +MultiViews
+      DirectoryIndex index.php
+      AllowOverride All
+      Order deny,allow
+      Allow from all
+  </Directory>
+
+  #ErrorLog /dev/stderr
+  #TransferLog /dev/stdout
+
+</VirtualHost>

+ 0 - 0
html/bla.php → bla.php


+ 0 - 0
html/getADEIData.php → getADEIData.php


+ 0 - 0
html/getDAQData.php → getDAQData.php


+ 0 - 0
html/getDAQDataOld.php → getDAQDataOld.php


+ 0 - 0
html/getFluxTube.php → getFluxTube.php


+ 0 - 361
html/ADEI_HV_readings.php

@@ -1,361 +0,0 @@
-<?php
-
-$flukeA = array (
-  0 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => 1.5E-7,
-    'stddev' => 4.999999999999999E-8,
-    'ppmdev' => 0.3333333333333333,
-  ),
-  1 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => 1.5333333333333325E-7,
-    'stddev' => 5.617433182117573E-8,
-    'ppmdev' => 0.36635433796418976,
-  ),
-  2 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => 1.560000000000001E-7,
-    'stddev' => 5.828664798505173E-8,
-    'ppmdev' => 0.3736323588785365,
-  ),
-  3 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => 1.2999999999999997E-7,
-    'stddev' => 4.5825756949558395E-8,
-    'ppmdev' => 0.3525058226889108,
-  ),
-  4 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => 1.4666666666666655E-7,
-    'stddev' => 5.617433182117571E-8,
-    'ppmdev' => 0.38300680787165287,
-  ),
-  5 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => 1.546666666666668E-7,
-    'stddev' => 5.840852297015869E-8,
-    'ppmdev' => 0.37764131230706016,
-  ),
-  6 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => 1.3999999999999998E-7,
-    'stddev' => 6.633249580710799E-8,
-    'ppmdev' => 0.4738035414793429,
-  ),
-  7 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => 1.499999999999999E-7,
-    'stddev' => 6.191391873668903E-8,
-    'ppmdev' => 0.4127594582445938,
-  ),
-  8 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => 1.546666666666668E-7,
-    'stddev' => 5.953896949804296E-8,
-    'ppmdev' => 0.38495023382355326,
-  ),
-  9 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => 1.2E-7,
-    'stddev' => 7.483314773547882E-8,
-    'ppmdev' => 0.6236095644623236,
-  ),
-  10 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => 1.3333333333333328E-7,
-    'stddev' => 5.962847939999438E-8,
-    'ppmdev' => 0.44721359549995804,
-  ),
-  11 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => 1.5266666666666682E-7,
-    'stddev' => 6.076914421718387E-8,
-    'ppmdev' => 0.39805116299465376,
-  ),
-  12 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => 1.2999999999999997E-7,
-    'stddev' => 6.403124237432848E-8,
-    'ppmdev' => 0.49254801826406536,
-  ),
-  13 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => 1.3666666666666657E-7,
-    'stddev' => 6.04611904907235E-8,
-    'ppmdev' => 0.4423989548101723,
-  ),
-  14 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => 1.5266666666666682E-7,
-    'stddev' => 6.076914421718387E-8,
-    'ppmdev' => 0.39805116299465376,
-  ),
-);
-
-$flukeE = array (
-  0 => 
-  array (
-    'number' => 5,
-    'timespan' => 8.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => -2.5259999999999995E-5,
-    'stddev' => 1.0198039027185564E-7,
-    'ppmdev' => 0.00403722843514868,
-  ),
-  1 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => -2.516E-5,
-    'stddev' => 1.5620499351813266E-7,
-    'ppmdev' => 0.006208465561134049,
-  ),
-  2 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => -2.5086666666666668E-5,
-    'stddev' => 1.407914138796189E-7,
-    'ppmdev' => 0.005612200925310347,
-  ),
-  3 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010510.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:30 +0200',
-    'mean' => -2.499399999999998E-5,
-    'stddev' => 1.8662975825592944E-7,
-    'ppmdev' => 0.007466982406014627,
-  ),
-  4 => 
-  array (
-    'number' => 5,
-    'timespan' => 8.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => -2.52E-5,
-    'stddev' => 1.0954451150103218E-7,
-    'ppmdev' => 0.004347004424644135,
-  ),
-  5 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => -2.516E-5,
-    'stddev' => 1.4966629547095736E-7,
-    'ppmdev' => 0.005948580901071437,
-  ),
-  6 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => -2.5096666666666663E-5,
-    'stddev' => 1.4255603186895374E-7,
-    'ppmdev' => 0.005680277534956319,
-  ),
-  7 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010516.9301,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:36 +0200',
-    'mean' => -2.4996666666666644E-5,
-    'stddev' => 1.8776462807343523E-7,
-    'ppmdev' => 0.00751158666782646,
-  ),
-  8 => 
-  array (
-    'number' => 5,
-    'timespan' => 8.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => -2.5199999999999996E-5,
-    'stddev' => 6.324555320336699E-8,
-    'ppmdev' => 0.0025097441747367858,
-  ),
-  9 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => -2.5199999999999996E-5,
-    'stddev' => 8.944271909999073E-8,
-    'ppmdev' => 0.003549314249999633,
-  ),
-  10 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => -2.514E-5,
-    'stddev' => 1.22746350930146E-7,
-    'ppmdev' => 0.004882511970172872,
-  ),
-  11 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010526.9297,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:46 +0200',
-    'mean' => -2.5002666666666643E-5,
-    'stddev' => 1.861707698742083E-7,
-    'ppmdev' => 0.007446036551069558,
-  ),
-  12 => 
-  array (
-    'number' => 5,
-    'timespan' => 8.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => -2.5240000000000002E-5,
-    'stddev' => 1.1999999999999975E-7,
-    'ppmdev' => 0.004754358161648167,
-  ),
-  13 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => -2.5219999999999996E-5,
-    'stddev' => 9.797958971132681E-8,
-    'ppmdev' => 0.0038849956269360357,
-  ),
-  14 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => -2.515666666666667E-5,
-    'stddev' => 1.3085190950926972E-7,
-    'ppmdev' => 0.005201480436303287,
-  ),
-  15 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010536.9303002,
-    'humantime' => 'Mon, 05 Aug 2019 15:08:56 +0200',
-    'mean' => -2.500199999999998E-5,
-    'stddev' => 1.85641231052443E-7,
-    'ppmdev' => 0.007425055237678712,
-  ),
-  16 => 
-  array (
-    'number' => 5,
-    'timespan' => 8.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => -2.5280000000000002E-5,
-    'stddev' => 7.48331477354792E-8,
-    'ppmdev' => 0.0029601719832072462,
-  ),
-  17 => 
-  array (
-    'number' => 10,
-    'timespan' => 18.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => -2.5259999999999995E-5,
-    'stddev' => 1.0198039027185565E-7,
-    'ppmdev' => 0.0040372284351486805,
-  ),
-  18 => 
-  array (
-    'number' => 30,
-    'timespan' => 58.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => -2.519666666666667E-5,
-    'stddev' => 1.2512216252748935E-7,
-    'ppmdev' => 0.004965822034428734,
-  ),
-  19 => 
-  array (
-    'number' => 150,
-    'timespan' => 298.0,
-    'timestamp' => 1565010546.9298,
-    'humantime' => 'Mon, 05 Aug 2019 15:09:06 +0200',
-    'mean' => -2.5002666666666647E-5,
-    'stddev' => 1.8688558591347286E-7,
-    'ppmdev' => 0.0074746261430836585,
-  ),
-);
-
-$extraction_time_HV = 'Monday, 05-Aug-19 15:09:22 CEST';
-
-?>

+ 0 - 507
html/ADEIvalues.php

@@ -1,507 +0,0 @@
-<?php
-$adeiValue = array (
-  0 => 
-  array (
-    15 => 0.0302699156,
-    14 => 0.0302699156,
-    13 => 0.0302699156,
-    12 => 0.0302699156,
-    11 => 0.0302699156,
-    10 => 0.095929,
-    9 => 0.0630994578,
-    8 => 0.0630994578,
-    7 => 0.0302699156,
-    6 => 0.0302699156,
-    5 => 0.0302699156,
-    4 => 0.0630994578,
-    3 => 0.0302699156,
-    2 => 0.0302699156,
-    1 => 0.095929,
-    0 => 0.0302699156,
-  ),
-  1 => 
-  array (
-    15 => 0.0,
-    14 => 0.0,
-    13 => 0.0,
-    12 => 0.0,
-    11 => 0.0,
-    10 => 0.0,
-    9 => 0.0,
-    8 => 0.0,
-    7 => 0.0,
-    6 => 0.0,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 0.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  2 => 
-  array (
-    16 => 0.0,
-    15 => 1.0,
-    14 => 1.0,
-    13 => 1.0,
-    12 => 1.0,
-    11 => 1.0,
-    10 => 1.0,
-    9 => 1.0,
-    8 => 1.0,
-    7 => 1.0,
-    6 => 1.0,
-    5 => 1.0,
-    4 => 1.0,
-    3 => 1.0,
-    2 => 1.0,
-    1 => 1.0,
-    0 => 1.0,
-  ),
-  3 => 
-  array (
-    3 => 1.0,
-    2 => 1.0,
-    1 => 0.0079346908023581,
-    0 => 0.0079346908023581,
-  ),
-  4 => 
-  array (
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  5 => 
-  array (
-    0 => 4.818278312683105,
-  ),
-  6 => 
-  array (
-    12 => 0.0,
-    11 => -100.0,
-    10 => 1.0,
-    9 => 1.0,
-    8 => 0.0,
-    7 => 0.0,
-    6 => 0.0,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 0.021,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  7 => 
-  array (
-    8 => 6.3700607284827E+17,
-    7 => 2.022477119112409E-8,
-    6 => 1.0,
-    5 => 1.0,
-    4 => 1.0,
-    3 => 470.0120849609375,
-    2 => 472.6162109375,
-    1 => 472.7608642578125,
-    0 => 1.848781039370806E-8,
-  ),
-  8 => 
-  array (
-    6 => 1.0,
-    5 => 1.0,
-    4 => 1.0,
-    3 => 475.364990234375,
-    2 => 471.314208984375,
-    1 => 471.603515625,
-    0 => 2.231357498772013E-8,
-  ),
-  9 => 
-  array (
-    10 => 0.0,
-    9 => 0.0,
-    8 => 0.0,
-    7 => 1.0,
-    6 => -0.01359938830137253,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 9.990602095610868E-12,
-    1 => 0.0,
-    0 => -0.01359938830137253,
-  ),
-  10 => 
-  array (
-    25 => 0.0,
-    24 => 0.0,
-    23 => 0.0,
-    22 => 1.0,
-    21 => 0.0,
-    20 => 1.0,
-    19 => 0.0,
-    18 => 0.0,
-    17 => 0.0,
-    16 => 0.0,
-    15 => 0.0,
-    14 => 0.74683,
-    13 => 0.0,
-    12 => 0.0,
-    11 => -0.0,
-    10 => 0.6,
-    9 => 0.0,
-    8 => 1.4,
-    7 => -0.0,
-    6 => 0.0205476,
-    5 => -0.0,
-    4 => 0.0667021,
-    3 => 0.0,
-    2 => 0.11,
-    1 => 0.0,
-    0 => 6.7348,
-  ),
-  11 => 
-  array (
-    23 => 24.500844955444,
-    22 => 23.999185562134,
-    21 => 23.501411437988,
-    20 => 23.000860214233,
-    19 => 22.499843597412,
-    18 => 22.495458602905,
-    17 => 21.500888824463,
-    16 => 21.0,
-    15 => 20.499242782593,
-    14 => 20.49584197998,
-    13 => 19.498664855957,
-    12 => 18.999286651611,
-    11 => 18.499673843384,
-    10 => 17.998178482056,
-    9 => 17.499101638794,
-    8 => 16.998470306396,
-    7 => 17.00239944458,
-    6 => 15.999881744385,
-    5 => 15.500325202942,
-    4 => 14.999467849731,
-    3 => 14.500118255615,
-    2 => 14.000407218933,
-    1 => 0.021809976547956,
-    0 => 0.0207415279001,
-  ),
-  12 => 
-  array (
-    23 => 24.5,
-    22 => 24.0,
-    21 => 23.5,
-    20 => 23.0,
-    19 => 22.5,
-    18 => 22.0,
-    17 => 21.5,
-    16 => 21.0,
-    15 => 20.5,
-    14 => 20.0,
-    13 => 19.5,
-    12 => 19.0,
-    11 => 18.5,
-    10 => 18.0,
-    9 => 17.5,
-    8 => 17.0,
-    7 => 16.5,
-    6 => 16.0,
-    5 => 15.5,
-    4 => 15.0,
-    3 => 14.5,
-    2 => 14.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  13 => 
-  array (
-    23 => 12.500135421753,
-    22 => 11.999528884888,
-    21 => 11.500133514404,
-    20 => 11.000144004822,
-    19 => 10.498616218567,
-    18 => 9.9997005462646,
-    17 => 9.4995079040527,
-    16 => 9.0008764266968,
-    15 => 8.4996109008789,
-    14 => 7.9984583854675,
-    13 => 7.4987258911133,
-    12 => 7.4957890510559,
-    11 => 6.4981198310852,
-    10 => 6.4987735748291,
-    9 => 6.499903678894,
-    8 => 6.498152256012,
-    7 => 4.554274559021,
-    6 => 4.0595283508301,
-    5 => 3.5526688098907,
-    4 => 3.0521078109741,
-    3 => 2.5550682544708,
-    2 => 2.0479888916016,
-    1 => 0.032862599939108,
-    0 => 0.035903725773096,
-  ),
-  14 => 
-  array (
-    23 => 12.5,
-    22 => 12.0,
-    21 => 11.5,
-    20 => 11.0,
-    19 => 10.5,
-    18 => 10.0,
-    17 => 9.5,
-    16 => 9.0,
-    15 => 8.5,
-    14 => 8.0,
-    13 => 7.5,
-    12 => 7.0,
-    11 => 6.5,
-    10 => 6.0,
-    9 => 5.5,
-    8 => 5.0,
-    7 => 4.5,
-    6 => 4.0,
-    5 => 3.5,
-    4 => 3.0,
-    3 => 2.5,
-    2 => 2.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  15 => 
-  array (
-    8 => 6.370060720483E+17,
-    7 => 1.41778564453125,
-    6 => 96.81450653076172,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 452.9000244140625,
-    1 => 453.4000244140625,
-    0 => 449.7999877929688,
-  ),
-  16 => 
-  array (
-    11 => -0.2023344039916992,
-    10 => 0.3848323822021484,
-    9 => -0.1439352035522461,
-    8 => -0.1937656402587891,
-    7 => -0.1353654861450195,
-    6 => -0.3496026992797852,
-    5 => -0.1896390914916992,
-    4 => -0.3930845260620117,
-    3 => 0.09220123291015625,
-    2 => -0.2182035446166992,
-    1 => 0.1169567108154297,
-    0 => 0.3826112747192383,
-  ),
-  17 => 
-  array (
-    17 => 0.1318750381469727,
-    16 => 0.1982078552246094,
-    15 => 0.1953516006469727,
-    14 => 0.1943998336791992,
-    13 => 0.1861476898193359,
-    12 => 0.2232828140258789,
-    11 => 0.1832914352416992,
-    10 => -0.2251863479614258,
-    9 => -0.2340736389160156,
-    8 => 0.1007699966430664,
-    7 => 0.1629781723022461,
-    6 => 0.1629781723022461,
-    5 => 0.1715478897094727,
-    4 => 0.1620264053344727,
-    3 => 0.1991605758666992,
-    2 => 0.1531400680541992,
-    1 => -0.2255039215087891,
-    0 => -0.2255039215087891,
-  ),
-  18 => 
-  array (
-    11 => -0.2159824371337891,
-    10 => 0.07664871215820312,
-    9 => -0.3946714401245117,
-    8 => 4.535310745239258,
-    7 => 4.72193431854248,
-    6 => 4.872058868408203,
-    5 => -0.2235994338989258,
-    4 => -0.1090230941772461,
-    3 => 0.390228271484375,
-    2 => -0.2264566421508789,
-    1 => 0.3889589309692383,
-    0 => 0.1096572875976562,
-  ),
-  19 => 
-  array (
-    2 => 51.4,
-    1 => 20.6,
-    0 => 14.48,
-  ),
-  20 => 
-  array (
-    3 => 177.4000091552734,
-    2 => 178.4000091552734,
-    1 => 180.8291625976562,
-    0 => 177.2991333007812,
-  ),
-  21 => 
-  array (
-    15 => 0.001,
-    14 => 0.001,
-    13 => 0.001,
-    12 => 0.001,
-    11 => 0.001,
-    10 => 0.001,
-    9 => 0.001,
-    8 => 0.001,
-    7 => 0.001,
-    6 => 0.001,
-    5 => 0.001,
-    4 => 0.001,
-    3 => 0.001,
-    2 => 0.001,
-    1 => 0.001,
-    0 => 0.001,
-  ),
-  22 => 
-  array (
-    15 => 0.0,
-    14 => 0.0,
-    13 => 0.0,
-    12 => 0.0,
-    11 => 0.0,
-    10 => 0.0,
-    9 => 0.0,
-    8 => 0.0,
-    7 => 0.0,
-    6 => 0.0,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 0.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  23 => 
-  array (
-    16 => 0.0,
-    15 => 0.0,
-    14 => 0.0,
-    13 => 0.0,
-    12 => 0.0,
-    11 => 0.0,
-    10 => 0.0,
-    9 => 0.0,
-    8 => 0.0,
-    7 => 0.0,
-    6 => 0.0,
-    5 => 0.0,
-    4 => 0.0,
-    3 => 0.0,
-    2 => 0.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  24 => 
-  array (
-    0 => 0.03510894253849983,
-  ),
-  25 => 
-  array (
-    2 => 16.0,
-    1 => 16.60000038146973,
-    0 => 18.39999961853027,
-  ),
-  26 => 
-  array (
-    2 => 18.80000114440918,
-    1 => 20.0,
-    0 => 20.80000114440918,
-  ),
-  27 => 
-  array (
-    7 => 0.0,
-    6 => 1.0,
-    5 => 6.055883794431338E-9,
-    4 => 1.0,
-    3 => 1.0,
-    2 => 593.7066650390625,
-    1 => 591.9705810546875,
-    0 => 7.862513307088648E-9,
-  ),
-  28 => 
-  array (
-    0 => 4.446726364903952E-8,
-  ),
-  29 => 
-  array (
-    11 => 0.0,
-    10 => 192.6999969482422,
-    9 => 199.3000030517578,
-    8 => 208.0,
-    7 => 209.9000091552734,
-    6 => 194.5,
-    5 => 219.9000091552734,
-    4 => 208.0,
-    3 => 24.60000038146973,
-    2 => 209.5,
-    1 => 209.0,
-    0 => 207.9000091552734,
-  ),
-  30 => 
-  array (
-    3 => 3647855296.93,
-    2 => 3647855296.93,
-    1 => -2.5E-5,
-    0 => 1.0E-7,
-  ),
-  31 => 
-  array (
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  32 => 
-  array (
-    0 => 4.0,
-  ),
-  33 => 
-  array (
-    0 => 4.0,
-  ),
-  34 => 
-  array (
-    1 => 208.0199737548828,
-    0 => 208.0213623046875,
-  ),
-  35 => 
-  array (
-    2 => 0.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-  36 => 
-  array (
-    14 => 0.0,
-    13 => 0.0,
-    12 => -0.3165283203125,
-    11 => 0.0,
-    10 => 0.0,
-    9 => 0.0,
-    8 => 0.11749267578125,
-    7 => 0.0,
-    6 => 0.0,
-    5 => 0.0,
-    4 => 0.11749267578125,
-    3 => 0.0,
-    2 => 0.0,
-    1 => 0.0,
-    0 => 0.0,
-  ),
-);
-
-$extraction_time = 'Monday, 05-Aug-19 15:08:28 CEST';
-
-$extraction_timestamp = 1565010508;
-
-$errorcount = 0;
-
-$errormessage = '<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>';
-
-$valuesincluded = 1;
-
-?>

+ 0 - 0
html/index.php → index.php


+ 0 - 0
html/index_GD.php → index_GD.php


+ 0 - 0
html/index_GD_old.php → index_GD_old.php


+ 0 - 0
html/index_beta.php → index_beta.php


+ 0 - 0
html/index_cw.php → index_cw.php


+ 0 - 0
html/index_cw_old.php → index_cw_old.php


+ 0 - 0
html/index_old.php → index_old.php


+ 0 - 0
html/list.php → list.php


+ 0 - 0
html/logs/.dummy → logs/.dummy


+ 0 - 0
html/openssl.cnf → openssl.cnf


+ 0 - 0
html/patchpanel/1418923104.txt → patchpanel/1418923104.txt


+ 0 - 0
html/patchpanel/1418926596.txt → patchpanel/1418926596.txt


+ 0 - 0
html/patchpanel/1418926640.txt → patchpanel/1418926640.txt


+ 0 - 0
html/patchpanel/1418926918.txt → patchpanel/1418926918.txt


+ 0 - 0
html/patchpanel/1418929870.txt → patchpanel/1418929870.txt


+ 0 - 0
html/patchpanel/1418929920.txt → patchpanel/1418929920.txt


+ 0 - 0
html/patchpanel/1418930814.txt → patchpanel/1418930814.txt


+ 0 - 0
html/patchpanel/1418930850.txt → patchpanel/1418930850.txt


+ 0 - 0
html/patchpanel/1418930879.txt → patchpanel/1418930879.txt


+ 0 - 0
html/patchpanel/1418930987.txt → patchpanel/1418930987.txt


+ 0 - 0
html/patchpanel/1420815246.txt → patchpanel/1420815246.txt


+ 0 - 0
html/patchpanel/1421255849.txt → patchpanel/1421255849.txt


+ 0 - 0
html/patchpanel/1421686800.txt → patchpanel/1421686800.txt


+ 0 - 0
html/patchpanel/1421838000.txt → patchpanel/1421838000.txt


+ 0 - 0
html/patchpanel/1422540000.txt → patchpanel/1422540000.txt


+ 0 - 0
html/patchpanel/1422547200.txt → patchpanel/1422547200.txt


+ 0 - 0
html/patchpanel/1422547800.txt → patchpanel/1422547800.txt


+ 0 - 0
html/patchpanel/1422548400.txt → patchpanel/1422548400.txt


+ 0 - 0
html/patchpanel/1422628200.txt → patchpanel/1422628200.txt


+ 0 - 0
html/patchpanel/1422979200.txt → patchpanel/1422979200.txt


+ 0 - 0
html/patchpanel/1423234800.txt → patchpanel/1423234800.txt


+ 0 - 0
html/patchpanel/1424448000.txt → patchpanel/1424448000.txt


+ 0 - 0
html/patchpanel/1424611500.txt → patchpanel/1424611500.txt


+ 0 - 0
html/patchpanel/1424641500.txt → patchpanel/1424641500.txt


+ 0 - 0
html/patchpanel/1424678400.txt → patchpanel/1424678400.txt


+ 0 - 0
html/patchpanel/1424853900.txt → patchpanel/1424853900.txt


+ 0 - 0
html/patchpanel/1424854800.txt → patchpanel/1424854800.txt


+ 0 - 0
html/patchpanel/1424855700.txt → patchpanel/1424855700.txt


+ 0 - 0
html/patchpanel/1424856600.txt → patchpanel/1424856600.txt


+ 0 - 0
html/patchpanel/1424941200.txt → patchpanel/1424941200.txt


+ 0 - 0
html/patchpanel/1425217500.txt → patchpanel/1425217500.txt


+ 0 - 0
html/patchpanel/1425247800.txt → patchpanel/1425247800.txt


+ 0 - 0
html/patchpanel/1425284100.txt → patchpanel/1425284100.txt


+ 0 - 0
html/patchpanel/1425369600.txt → patchpanel/1425369600.txt


+ 0 - 0
html/patchpanel/1425452400.txt → patchpanel/1425452400.txt


+ 0 - 0
html/patchpanel/1425495000.txt → patchpanel/1425495000.txt


+ 0 - 0
html/patchpanel/1425503700.txt → patchpanel/1425503700.txt


+ 0 - 0
html/patchpanel/1425571200.txt → patchpanel/1425571200.txt


+ 0 - 0
html/patchpanel/1425748800.txt → patchpanel/1425748800.txt


+ 0 - 0
html/patchpanel/1425799200.txt → patchpanel/1425799200.txt


+ 0 - 0
html/patchpanel/1425985200.txt → patchpanel/1425985200.txt


+ 0 - 0
html/patchpanel/1426007514.txt → patchpanel/1426007514.txt


+ 0 - 0
html/patchpanel/1426434960.txt → patchpanel/1426434960.txt


+ 0 - 0
html/patchpanel/1426439804.txt → patchpanel/1426439804.txt


+ 0 - 0
html/patchpanel/1426450689.txt → patchpanel/1426450689.txt


+ 0 - 0
html/patchpanel/1426452714.txt → patchpanel/1426452714.txt


+ 0 - 0
html/patchpanel/1426458383.txt → patchpanel/1426458383.txt


+ 0 - 0
html/patchpanel/1426458410.txt → patchpanel/1426458410.txt


+ 0 - 0
html/patchpanel/1426459311.txt → patchpanel/1426459311.txt


+ 0 - 0
html/patchpanel/1426605031.txt → patchpanel/1426605031.txt


+ 0 - 0
html/patchpanel/1426690800.txt → patchpanel/1426690800.txt


Some files were not shown because too many files changed in this diff