index.html 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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 DropInSound.
  10. DropInSound 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. DropInSound 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 DropInSound. If not, see <https://www.gnu.org/licenses/>.
  20. -->
  21. <title>DropInSound: let everyone log sound</title>
  22. <link rel="shortcut icon" href="/favicon.ico" />
  23. <meta name="description" content="Welcome to DropInSound"/>
  24. <meta name="author" content="5 Mode"/>
  25. <meta name="keywords" content="sound,logger,list,on,premise,solution"/>
  26. <meta name="robots" content="index,follow"/>
  27. <script src="/Public/DIS_js/jquery-3.6.0.min.js" type="text/javascript"></script>
  28. <script src="/Public/DIS_js/common.js" type="text/javascript"></script>
  29. <script src="/Public/DIS_js/bootstrap.min.js" type="text/javascript"></script>
  30. <script src="/Public/DIS_js/sha.js" type="text/javascript"></script>
  31. <script src="/Public/DIS_js/index.js" type="text/javascript" defer></script>
  32. <link href="/Public/DIS_css/bootstrap.min.css" type="text/css" rel="stylesheet">
  33. <link href="/Public/DIS_css/style.css?r=123345543322" type="text/css" rel="stylesheet">
  34. <script>
  35. function hideTitle() {
  36. $("#myh1").hide("slow");
  37. }
  38. function startApp() {
  39. //$("#HCsplash").hide("slow");
  40. $("#HCsplash").css("display","none");
  41. $(document.body).css("background","#ffffff");
  42. //$("#originsDisplay").show();
  43. $("#frmHC").show();
  44. }
  45. function setOriginsPos() {
  46. h=parseInt(window.innerHeight);
  47. w=parseInt(window.innerWidth);
  48. mytop = parseInt(window.innerHeight - ($("#originsDisplay").height() + 60));
  49. $("#originsDisplay").css("top", mytop+"px");
  50. setTimeout("hideOrigins()",15000);
  51. }
  52. function hideOrigins() {
  53. $("#originsDisplay").css("visibility","hidden");
  54. }
  55. window.addEventListener("load", function() {
  56. $("#frmHC").hide();
  57. $(document.body).css("background","#000000");
  58. $("#HCsplash").show("slow");
  59. //setTimeout("hideTitle()", 2000);
  60. setTimeout("setOriginsPos()", 500);
  61. setTimeout("startApp()", 4000);
  62. }, true);
  63. </script>
  64. </head>
  65. <body>
  66. <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
  67. <div id="myh1"><H1>DropIn</H1></div><br>
  68. <img src="/Public/DIS_res/DIlogo.png" style="width:310px;">
  69. </div>
  70. <form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
  71. <div class="header">
  72. <a id="ahome" href="http://dropin.5mode-foss.eu" target="_blank" style="color:black; text-decoration: none;"><img id="logo-hl" src="/Public/DIS_res/DIlogo.png" style="width:32px;">&nbsp;Homolog</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="agithub" href="https://github.com/par7133/DropIn" style="color:#000000"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="afeedback" href="mailto:posta@elettronica.lol" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="asupport" href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:black;height:27px;text-decoration:none;">&nbsp;&nbsp;get support&nbsp;&nbsp;</a>
  73. </div>
  74. <div style="clear:both; float:left; padding:8px; width:15%; height:700px; border-right: 1px solid #2c2f34; text-align:center;">
  75. <div style="padding-left:10px;text-align: left;">
  76. <a href="https://github.com/par7133/DropInSound/archive/refs/tags/v1.0.5.zip">Rel. 1.0.5 (zip)</a><br>
  77. <a href="https://github.com/par7133/DropInSound/archive/refs/tags/v1.0.5.tar.gz">Rel. 1.0.5 (tar.gz)</a><br>
  78. </div>
  79. <br><br>
  80. <img src="/Public/DIS_res/HLgenius.png" alt="HL Genius" title="HL Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
  81. &nbsp;<br><br><br>
  82. &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>
  83. &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>
  84. &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative; left:-2px; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
  85. <br><br><br>
  86. </div>
  87. <div style="float:left; width:85%;height:100%; padding:8px;">
  88. <div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #f0f8fb; padding: 20px; margin-bottom:8px;">
  89. <button type="button" class="close" aria-label="Close" onclick="close-Splash();" style="position:relative; left:-10px;">
  90. <span aria-hidden="true">&times;</span>
  91. </button>
  92. Hello and welcome to DropInSound!<br><br>
  93. DropInSound is a light and simple software on premise to log your own stuff in sound form.<br><br>
  94. DropInSound is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br><br>
  95. 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>
  96. As you are going to run DropInSound in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
  97. <ol>
  98. <li>Check the permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
  99. <li>In the data path create a ".DI_history" and ".DI_captchahistory" files and give them the write permission.</li>
  100. <li>Finish to setup the configuration file apporpriately, in the specific:</li>
  101. <ul>
  102. <li>Configure the APP_USE and APP_CONTEXT appropriately.</li>
  103. <li>Configure the DISPLAY attributes as required.</li>
  104. <li>Configure the max history items as required (default: 1000).</li>
  105. </ul>
  106. </ol>
  107. <br>
  108. <a href="/Public/res/screenshot1.png" target="_blank"><img src="/Public/res/screenshot1.png" style="width:230px;margin-top:7px;"></a>
  109. <br>
  110. Feedback: <a href="mailto:posta@elettronica.lol">posta@elettronica.lol</a>
  111. <br><br><br><br><br>
  112. </div>
  113. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  114. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  115. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  116. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  117. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  118. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  119. </div>
  120. <div id="originsDisplay" style="display:none;">
  121. <br>
  122. &nbsp;<span class="originLabel">Coding:</span>&nbsp;Italy<br>
  123. &nbsp;<span class="originLabel">Server:</span>&nbsp;United States&nbsp;<br>
  124. &nbsp;<span class="originLabel"><a href="http://metrica.yandex.com" class="bbb">Metrics</a>:</span>&nbsp;Russia&nbsp;<br>
  125. <br>
  126. </div>
  127. <div class="footer">
  128. <div id="footerCont">&nbsp;</div>
  129. <div id="footer"><span style="background:#E1E1E1;color:black;opacity:1.0;margin-right:10px;">&nbsp;&nbsp;<a href="https://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>
  130. </div>
  131. </form>
  132. <script>
  133. function setFooterPos2() {
  134. if (document.getElementById("footerCont")) {
  135. //if ($("#Password").val() === "") {
  136. // tollerance = 48;
  137. // } else {
  138. // tollerance = 15;
  139. //}
  140. tollerance = 22;
  141. $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
  142. $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
  143. }
  144. }
  145. window.addEventListener("load", function() {
  146. setTimeout("setFooterPos2()", 4000);
  147. }, true);
  148. window.addEventListener("resize", function() {
  149. setTimeout("setFooterPos2()", 4000);
  150. }, true);
  151. </script>
  152. </body>
  153. </html>