index.html 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <!DOCTYPE html>
  2. <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="style" content="day1"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  7. <!--
  8. Copyright 2021, 2024 5 Mode
  9. This file is part of www-conf-viewer.
  10. www-conf-viewer is free software: you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation, either version 3 of the License, or
  13. (at your option) any later version.
  14. www-conf-viewer is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. GNU General Public License for more details.
  18. You should have received a copy of the GNU General Public License
  19. along with Homogram. If not, see <https://www.gnu.org/licenses/>.
  20. -->
  21. <title>www-conf-viewer: everyone its web config..</title>
  22. <link rel="shortcut icon" href="/favicon.ico" />
  23. <meta name="description" content="Welcome to www-conf-viewer"/>
  24. <meta name="author" content="5 Mode"/>
  25. <meta name="keywords" content="www,website,conf,configuration,viewer,on premise,solution"/>
  26. <script src="/CONFVW_js/jquery-3.6.0.min.js" type="text/javascript"></script>
  27. <script src="/CONFVW_js/common.js" type="text/javascript"></script>
  28. <script src="/CONFVW_js/sha.js" type="text/javascript"></script>
  29. <script src="/CONFVW_js/home.js" type="text/javascript" defer></script>
  30. <link href="/CONFVW_css/style.css?v=1631827555" type="text/css" rel="stylesheet">
  31. <link href="/CONFVW_css/bootstrap.min.css" type="text/css" rel="stylesheet">
  32. <script>
  33. function hideTitle() {
  34. $("#myh1").hide("slow");
  35. }
  36. function startApp() {
  37. $("#HCsplash").css("display","none");
  38. $(document.body).css("background","#ffffff");
  39. $("#frmHC").show();
  40. }
  41. window.addEventListener("load", function() {
  42. //$("#frmHC").hide();
  43. //$(document.body).css("background","#000000");
  44. //$("#HCsplash").show("slow");
  45. //setTimeout("hideTitle()", 2000);
  46. //setTimeout("startApp()", 4000);
  47. }, true);
  48. </script>
  49. </head>
  50. <body>
  51. <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
  52. <div id="myh1"><H1>www-conf-viewer</H1></div><br>
  53. <img src="/CONFVW_res/logo.png" style="width:310px;">
  54. </div>
  55. <form id="frmHC" method="POST" target="_self" enctype="multipart/form-data">
  56. <div class="header">
  57. <a href="http://www-conf-viewer.5mode-foss.eu" target="_self" style="color:#000000; text-decoration: none;"><img src="/CONFVW_res/logo.png" style="width:45px;">&nbsp;www-conf-viewer</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/www-conf-viewer" style="color:#000000;"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:code@gaox.io" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>
  58. </div>
  59. <div style="clear:both; float:left; padding:8px; width:15%; height:650px; text-align:center; border-right:1px solid #2c2f34;">
  60. <div style="padding-left:10px;text-align: left;">
  61. <a href="https://github.com/par7133/www-conf-viewer/archive/refs/tags/v1.1.0.zip">Rel. 1.1.0 (zip)</a><br>
  62. <a href="https://github.com/par7133/www-conf-viewer/archive/refs/tags/v1.1.0.tar.gz">Rel. 1.1.0 (tar.gz)</a><br>
  63. </div>
  64. <br><br>
  65. <img src="/CONFVW_res/CVWgenius.png" alt="CVW Genius" title="CVW Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
  66. &nbsp;<br><br><br>
  67. &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
  68. &nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
  69. &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative; left:-2px; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
  70. <br><br><br>
  71. </div>
  72. <div style="float:left; width:85%;height:100%; padding:8px;">
  73. <div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #f0f8fb; padding: 20px; margin-bottom:8px;">
  74. <button type="button" class="close" aria-label="Close" onclick="close-Splash();" style="position:relative; left:-10px;">
  75. <span aria-hidden="true">&times;</span>
  76. </button>
  77. Hello and welcome to www-conf-viewer!<br><br>
  78. www-conf-viewer is a light and simple software on premise to check your website config.<br><br>
  79. www-conf-viewer is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br><br>
  80. First step, use the left side panel password and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.<br><br>
  81. You have to follow some simple instructions for an optimal first setup:<br>
  82. <ol>
  83. <li>Keep MAX_SECURITY on and adopt SSL.</li>
  84. <li>Assign all the path to your configuration files in the config file.</li>
  85. <li>Fill free to add to $NGINX_DIRECTIVES and share with us.</li>
  86. </ol>
  87. <br>
  88. <a href="/CONFVW_res/Screenshot1.jpg"><img src="/CONFVW_res/Screenshot1.jpg" style="width:230px;margin-top:7px;"></a><br><br>
  89. Feedback: <a href="mailto:code@gaox.io">code@gaox.io</a>
  90. <br><br><br><br><br>
  91. </div>
  92. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  93. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  94. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  95. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  96. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  97. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  98. </div>
  99. <div id="originsDisplay" style="display:none">
  100. <br>
  101. &nbsp;<span class="originLabel">Coding:</span>&nbsp;Italy<br>
  102. &nbsp;<span class="originLabel">Server:</span>&nbsp;United States&nbsp;<br>
  103. &nbsp;<span class="originLabel"><a href="http://metrica.yandex.com" class="bbb">Metrics</a>:</span>&nbsp;Russia&nbsp;<br>
  104. <br>
  105. </div>
  106. <div class="footer">
  107. <div id="footerCont">&nbsp;</div>
  108. <div id="footer"><span style="background:#E1E1E1;color:black;opacity:1.0;margin-right:10px;">&nbsp;&nbsp;<a href="http://5mode.com/dd.html">Disclaimer</a>&nbsp;&nbsp;A <a href="http://5mode.com">5 Mode</a> project and <a href="http://demo.5mode.com">WYSIWYG</a> system. CC&nbsp;&nbsp;</span></div>
  109. </div>
  110. </form>
  111. <script>
  112. function setFooterPos2() {
  113. if (document.getElementById("footerCont")) {
  114. //if ($("#Password").val() === "") {
  115. // tollerance = 48;
  116. // } else {
  117. // tollerance = 15;
  118. //}
  119. tollerance = 22;
  120. $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
  121. $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
  122. }
  123. }
  124. window.addEventListener("load", function() {
  125. setTimeout("setFooterPos2()", 4000);
  126. }, true);
  127. </script>
  128. </body>
  129. </html>