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 - PolarFox

Pages: 1 2
16
HFS ~ HTTP File Server / Access granted!
« on: September 02, 2007, 06:05:58 PM »
I think HFS will be very flexible with adding access(rule) to files or folder , for example:
---rewriting file "A" for account AUSER
or
---rewriting ONLY file "B" for all accounts (or for guests(or guest accounts))
(like Easy_File_Sharing_Web_Server_4.0 )

that's mean all files and folders (also accounts) being with rules.
In future - adding rules for creating folders and deleting files also.

For example, that feature creates hosting server from HFS :)

PS also rules might be for speed - downloading, uploading and much more!

What ideas? :)

17
Bug reports / Re: missing IP in the log
« on: August 14, 2007, 05:48:25 PM »
Sorry - I don't understand how it's appear .
I think - several connections in one time may broke log function?
This log string creates very rare, and not a fatal (i think).

18
Bug reports / missing IP in the log
« on: August 12, 2007, 02:58:58 PM »
Hm.. And also one log - much connections create strange log string:

18:36:24 <ip1>:1583 Disconnected - 687 bytes sent
18:36:31 <ip1>:1585 Disconnected
18:36:31 <ip1>:1585 Requested GET /
19:34:22 <ip2>:1432 Connected
19:34:56 <ip2>:1432 Disconnected
19:35:09 : Requested GET
20:37:32 <ip3>:2795 Connected
20:37:53 <ip3>:2795 Requested GET /

what mean string "19:35:09 : Requested GET /" without IP ? :) This is a mistake in source code, OR incorrect request?

19
HFS ~ HTTP File Server / Re: How to add ICONS?
« on: August 12, 2007, 02:51:01 PM »
Icons adds in dynamical cache, therefore - select your object and change icon exactly him - i do like this :)
But two problems - antialiasing not supported (get true color icons), and 16*16 px optimal size of icon (bigger icons become stretched - horrible view :) )

Try create icon like 256 colours and 16*16 px

20
HFS ~ HTTP File Server / Re: Loaded and not loaded pictures?
« on: August 06, 2007, 04:44:25 PM »
heh, you are right - but redirect working only in HFS folders ,
not in my pages (i using HFS like web servers also - multi-functionality :) )
- in this pages (HFS folder + content + default file mask (index.html) ) "redirect" not working correct (completely not working) .

Try it :)

Sorry, I not tested this problem in folders - I forgot it :)

21
HFS ~ HTTP File Server / Re: Loaded and not loaded pictures?
« on: August 03, 2007, 04:41:56 PM »
I'm using always last version HFS (also betas) ; now i have 2.2a(b 124) ;
and i use server only in LAN :)

This is not big problem, but if anybody write in browser (or click in a bad link) variant B - content will be very bored ;)

You say, right only variant "A" - so this is my mistake, i think?

22
HFS ~ HTTP File Server / Loaded and not loaded pictures?
« on: August 02, 2007, 05:24:58 PM »
What difference between
A) http://myhost/mypage/
AND
B) http://myhost/mypage     (without / )

In variant A all pictures loading ok!
But! If i write path like as varian B - pictures and objects (such as CSS) NOT load :)
Is this my mistake or bug HFS or something else?

(path of object like this:
/!Server/!pictures/pic.gif
OR
pic.gif
)

(I'm learning html recently and stay beginner :)

23
Beta / Re: Testing build #118
« on: July 17, 2007, 05:02:46 PM »
What you think about aliases - like [section] and %section% , but they will be user defined -
for instance :
[hello_txt]
<b>Welcome %user%!</b>

 and text like this -

HFS
%hellotxt%
<i>end</i>

- transform in result to:

HFS
<b>Welcome USER1 !</b>
<i>end</i>

I think it will be easy to add in HFS :)

Pages: 1 2