rejetto forum

Recent Posts

1
HFS ~ HTTP File Server / Re: How can I increase download speed?
« Last post by tauji556 on May 29, 2023, 01:39:12 PM »
What is the speed of your internet plan? If it is 16mbps then 2MB/s is exactly as fast as it will ever go. If it's higher, try a hardwired connection, otherwise, you are capped by the write speed of your hard drive.



2
Pусский / Re: помогите плиз)
« Last post by GabrielrHodes on May 16, 2023, 10:54:32 AM »
Привет дружище, попробуй так может получится 

<style>
  .table-container {
    width: 100%;
  }
 
  .table-container table {
    border-collapse: collapse;
    width: 100%;
  }
 
  .table-container td {
    padding: 10px;
    border: 1px solid #ccc;
  }
 
  .table-container #moduleColLeft {
    width: 175px;
    vertical-align: top;
  }
</style>

<div class="table-container">
  <table>
    <tr>
      <td id="moduleColLeft">Ячейка 1</td>
      <td>Ячейка 2</td>
    </tr>
  </table>
</div>

 8) 8) 8) 8) 8)
3
Pусский / Re: Статистика
« Last post by GabrielrHodes on May 16, 2023, 10:49:59 AM »
я думаю это очень интересная идея, скорее всего если разобраться то можно такое сделать
4
Pусский / Re: Россия
« Last post by GabrielrHodes on May 16, 2023, 10:48:38 AM »
 ;D ;D ;D ;D с кем не бывает
5
how can old config.vfs settings file user data convert config.yaml





Hu lang beta
https://drive.google.com/file/d/1rc_rfMqVH1CZs5LaqdxeAEnVYDf7Sxx4/view
6
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« Last post by rejetto on May 10, 2023, 01:21:35 PM »
hey man, your age is my age 😅
7
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« Last post by dwt1978 on May 10, 2023, 12:46:00 PM »
Okay, I'm going to blame my old age. The "Your files" shows up in the Diff template (at least in mine). I added some code to remove the "Select" section on the left of the page. That code happens to have "Your files" in it. Removing it from the Diff template, removes it from the page. Solved! Here's the code:

[more onload]
$('#select, #tools').hide();
$('#files').before("<div style='font-size:1in;'>Your files</div>");
8
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« Last post by rejetto on May 10, 2023, 12:36:49 PM »
if anything shows up, it is supposed in the html template, or otherwise in the "diff template" inside the virtual file system, or in case of real folders inside "hfs.diff.tpl"
9
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« Last post by dwt1978 on May 10, 2023, 12:27:55 PM »
That's odd. I have a memory of it being there. Anyway, is there a way to remove it?
10
HFS ~ HTTP File Server / Re: Remove "Your files" from Page
« Last post by rejetto on May 10, 2023, 10:42:50 AM »
there is no "your files" in HFS default template, i checked 2.3 and 2.4