rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - f2065

Pages: 1
1
Beta / Re: 2.4 template-making guide
« on: December 28, 2022, 03:25:12 AM »
The best way to 'catch' where this error was introduced, is to test each build backwards.
2.4 beta 2 - The option.newfolder=0 works fine
2.4 beta 3 - The option.newfolder=0 is ignored, "new folder" does not turn off

2
Beta / Re: 2.4 template-making guide
« on: December 27, 2022, 02:19:31 PM »
I want to remove the "New folder" button (so that no one can create folders).
In hfs.tpl I found and changed the lines:
Code: [Select]
[+special:strings]
option.newfolder=0
option.move=0
option.comment=0
option.rename=0

But it did not help!
The "New folder" button is there and creates a folder.
I edit the template file correctly - I change/add different elements and they change in the browser.
But for some reason option.newfolder is ignored.

If you remove the entire block {.if|{.can mkdir.}….} - then the button disappears…

But why is option.newfolder=0 not working?

HFS 2.4.0 RC7 build #319

3
Bug reports / Find external address - many URLs are out of date
« on: November 27, 2019, 03:29:51 PM »
The search for an external IP in most cases does not work, writes an error «Can't find external address»
For example, these URLs do not seem to work:
http://www.melauto.it/public/rejetto/ip.php
http://www.mario-online.com/mio_indirizzo_ip.php
http://rejetto.webfactional.com/hfs/ip.php
http://www.whatsmyrealip.com

It is necessary to add the ability to custom external IP search services.
So that the user can place the ip.php script on his website, and HFS would only access it.
Using third-party sites is not reliable.

4
Я так понимаю, что HFS постоянно пишет временные файлы в свою папку.
А поскольку он установлен в %programfiles% и работает UAC - то Windows ему не даёт это делать и перенаправляет в VirtualStore.
Проблема в том что этих tmp-файлов там скапливается много - сотни штук за месяц.

Вот например:
C:\Users\xxx\AppData\Local\VirtualStore\Program Files (x86)\Http File Server\hfs.ini~434537222.tmp
C:\Users\xxx\AppData\Local\VirtualStore\Program Files (x86)\Http File Server\hfs.tpl~759291080.tmp

Можно ли как-то решить эту проблему? Чтобы не оставались там сотни ненужных файлов…

5
Beta / Re: Testing build #260
« on: April 08, 2010, 10:44:38 AM »
Errors with options MIME remained:

1. I can not remove a line "video/mpeg", "text/plain" and others. After Apply and OK they are restored!

2. Continuation of processing of the coincided masks!
For example, at me it is written:
*.htm | test/html
*.css | test/css
*.* | application/x-force-download

And in this case in browsers FireFox and Opera CSS comes with MIME-type x-force-download, and they do not process it. Before such problem was not!!! At me always such adjustment MIME was, and CSS was given earlier with correct MIME-type. Has noticed this problem in last versions (259,260). If to clean "*.* | application/x-force-download" or to change a mask - that CSS it is given correctly.

6
Beta / Re: Testing build #259
« on: April 06, 2010, 03:49:04 PM »
Problems with adjustment MIME:

1. I can not remove a line "video/mpeg", "text/plain" and others. After Apply and OK they are restored!

2. Continuation of processing of the coincided masks!
For example, at me it is written:
*.htm | test/html
*.css | test/css
*.* | application/x-force-download

And in this case in browsers FireFox and Opera CSS comes with MIME-type x-force-download, and they do not process it. Before such problem was not!!! At me always such adjustment MIME was, and CSS was given earlier with correct MIME-type. Has noticed this problem in last versions. If to clean "*.* | application/x-force-download" or to change a mask - that CSS it is given correctly. But earlier that this problem was not!!!

7
HFS ~ HTTP File Server / HTTP-authorization Digest (RFC 2617)
« on: December 06, 2008, 12:16:19 PM »
Has found out that HTTP-authorization - Basic.
Whether support of HTTP-authorization Digest (RFC 2617) will be realised?

8
Beta / Re: Testing build #216
« on: December 03, 2008, 08:13:09 AM »
Output error /~files.lst?recursive
The list switches on folders without files (though files in them are), and then without code CR/LF at once complete the address first file of a folder.

For example, such tree:

file1.rar
file2.rar
\folder1\file3.rar
\folder1\file4.rar
file5.rar
\folder2\file6.rar
\folder2\file7.rar

/~files.lst?recursive - produces the such:

htp://localhost/file1.rar
htp://localhost/file2.rar
htp://localhost/folder1/htp://localhost/folder1/file3.rar
htp://localhost/folder1/file4.rar
htp://localhost/file5.rar
htp://localhost/folder2/htp://localhost/folder2/file6.rar
htp://localhost/folder2/file7.rar

9
HFS ~ HTTP File Server / show folder but not files
« on: November 29, 2008, 10:11:14 AM »
I want that files which have transmitted to me on a server - have not been shown anybody.

Is Real Folder… For it flags «No download» and «Browsable» are set.
The downloaded files to download it is impossible, but it is not enough of it, it is necessary to me that and it was not visible their names!

I set flag «Hide» - the folder (from higher listing) disappears, but if into it to enter (having entered a name in an address bar) - that there files are visible.

I set flag «Recursively hidden» (flag «Hide» - unset) - the folder too disappears! But if into it to enter - that in it of files is not shown. That as is necessary. But why the folder disappears ??!! It is an bug (as for folder hiding there is after flag «Hide»).

How to make possibility invisible of all nested files and folders, but not to hide an initial folder?

Pages: 1