rejetto forum

Software => HFS ~ HTTP File Server => Beta => Topic started by: rejetto on June 03, 2009, 11:54:57 AM

Title: Testing build #242
Post by: rejetto on June 03, 2009, 11:54:57 AM
download @ http://www.dovedove.it/hfs/hfs242.exe

what's new
+ {.exec|out=XXX|timeout=YYY.}
+ new {.set item.} version, check documentation
* {.is substring.} not deprecated anymore, but obsolete and now alias of {.pos.}
- tray icon menu won't disappear, broken in build #241 
Title: Re: Testing build #242
Post by: funbird on June 03, 2009, 12:15:08 PM
URL still broken....
Title: Re: Testing build #242
Post by: Caco on June 03, 2009, 12:29:01 PM
Yes, still broken.

Rejetto, i'm not sure if i'm looking in the right place to find documentation.

i.e. for new paramaters of exec macro i looked here :

http://www.rejetto.com/wiki/index.php/HFS:_Template_macros

but didn't find anything....
Title: Re: Testing build #242
Post by: Caco on June 03, 2009, 12:31:59 PM
Oh sorry i notice now you added documentation  :D
Title: Re: Testing build #242
Post by: Caco on June 03, 2009, 12:52:36 PM
Shit! It's a problem with this forum! If i write HFS it is turned automatically in upper-cases! (i wrote in lower!!!)

Simply write the address provided by Rejetto with lower-cases in the address bar of your browser and it will work! ;)
Title: Re: Testing build #242
Post by: Caco on June 03, 2009, 01:01:55 PM
Quote
- tray icon menu won't disappear, broken in build #241

I confirm that this is now fixed ;)
Title: Re: Testing build #242
Post by: MarkV on June 03, 2009, 01:26:22 PM
http://www.dovedove.it/%68fs/%68fs242.exe
Title: Re: Testing build #242
Post by: rejetto on June 03, 2009, 01:32:03 PM
thank you markv.
i'm investingating on this problem with the hfs all caps, breaking the urls.
Title: Re: Testing build #242
Post by: MarkV on June 03, 2009, 01:33:40 PM
thank you markv.
i'm investingating on this problem with the HFS all caps, breaking the urls.
Automatic correction filter/bad words filter?
Title: Re: Testing build #242
Post by: rejetto on June 03, 2009, 02:02:24 PM
indeed.
fixed.
someone changed settings with good intentions -.-
Title: Re: Testing build #242
Post by: SamePaul on June 05, 2009, 02:33:18 AM
Unicode support is broken or never worked?
My system codepage is russian. Files with hebrew names displayed as ?????? and can't be downloaded.
Sure they can't be uploaded either.
Title: Re: Testing build #242
Post by: rejetto on June 05, 2009, 03:26:46 AM
it never worked.
that part of unicode is in the to-do list.
Title: Re: Testing build #242
Post by: rejetto on June 05, 2009, 03:29:52 AM
iis questions moved to
http://www.rejetto.com/forum/index.php?topic=7067.0
Title: Re: Testing build #242
Post by: ElSid on June 15, 2009, 10:42:30 PM
Rejetto,
Any consideration on updating the "users manual"  Not a newbie to the web, but I can't seem to get HFS to work.  Either in Easy or Expert Mode.  I've run the self test (using Dyn Ailias) and it check out.  From reading the forum, you have added/tweaked many items.  I'm really hopping to getting this to work.
Title: Re: Testing build #242
Post by: KotUA on June 18, 2009, 07:11:49 PM
Why it stopped working bmail.exe  ??? >:(
With 241 works.
Title: Re: Testing build #242
Post by: rejetto on June 19, 2009, 03:03:01 PM
Any consideration on updating the "users manual"  Not a newbie to the web, but I can't seem to get HFS to work.  Either in Easy or Expert Mode.  I've run the self test (using Dyn Ailias) and it check out.  From reading the forum, you have added/tweaked many items.  I'm really hopping to getting this to work.

none of the undocumented features will help you passing the self test.
if you have this kind of problems, you'd better post a new topic in the "router & ports problems" board.
Title: Re: Testing build #242
Post by: rejetto on June 19, 2009, 03:04:06 PM
Why it stopped working bmail.exe  ??? >:(
With 241 works.

what if you now revert to build #241.
does bmail work again?
Title: Re: Testing build #242
Post by: KotUA on June 20, 2009, 12:39:10 AM
Yes, on #241 works.
http://mf2000.myftp.biz/~contactus it is here possible to check.
Title: Re: Testing build #242
Post by: rejetto on June 20, 2009, 03:03:19 PM
please provide the {.exec.} line you are using to call bmail.
maybe it can be fixed by specifying timeout=10
Title: Re: Testing build #242
Post by: KotUA on June 22, 2009, 10:57:30 AM
I'm using this code, but I do not know where to change
Code: [Select]
{.set|SMTP server| mail.****.net.}
{.set|my email| *******@***.com.}

{.if|{.postvar|email.}|{:
{.set|tf|email.temp.txt.}
{.save|{.^tf.}|{.postvar|body.}.}
{.exec|bmail.exe|-s {.^SMTP server.} -t {.^my email.} -f {.postvar|email.} -h -a "messaging from HFS" -m {.^tf.}|out=output.}
{.if|{.not|{.^output.}.}|Вы должны установить Bmail
| {.if|{.pos|250 |{.^output.}.}|Сообщение отправлено!|
{.if|{.pos|220 |{.^output.}.}|Отказано|Не удалось подключиться.}
.}
.}
{.delete|{.^tf.}.}
:}
|
<form method='post' enctype="multipart/form-data" id="contact-form">
<ul>
 <li>
<label>Ваш E-mail<span>*</span></label><br>
<input name='email'>
</li>
<li>
<label>Текст сообщения<span>*</span></label><br>
<textarea name='body' cols='50' rows='5'></textarea><br>
</li>
<li class="submit">
<p><span>*</span> Эти поля, обязательные для заполнения</p>
<br><input type='submit' value='Отправить'>
</li>
</ul>
</form>
/if.}
Title: Re: Testing build #242
Post by: Mars on June 22, 2009, 11:23:34 AM
{.exec|bmail.exe|-s {.^SMTP server.} -t {.^my email.} -f {.postvar|email.} -h -a "messaging from HFS" -m {.^tf.}|out=output|timeout=10.}
Title: Re: Testing build #242
Post by: KotUA on June 22, 2009, 12:31:18 PM
Thank you very much, now works.  :)
Title: bug with {.disconnection reason.}
Post by: Mars on June 28, 2009, 05:47:55 PM
just create a new folder into vfs, and put this html as diff template

<html>
hello {.disconnection reason|you are disconnected by mars.}
</html>

Show the corresponding web page and you will obtain: hello

Refresh several times the page, the obtained result alternates between
hello
and
Unallowed
you are disconnected by mars
---------------------------------------------------
HttpFileServer 2.3 beta
28/06/2009 19:46:59  

with the last, you appear really disconnected  :D
Title: Re: Testing build #242
Post by: saentist on June 28, 2009, 08:54:56 PM
Problem with large folder archiving 4+ Gb
each time drop ~3.6Gb
ntfs both sides ;)
Title: Re: Testing build #242
Post by: MarkV on June 29, 2009, 11:26:59 PM
Which browser?
Title: Re: Testing build #242
Post by: drohr on July 02, 2009, 06:06:07 PM
I hope that this isn't asking much but i was wondering if there was some sort of help on how to edit the http template .. like .. what to change for the color .. are there other templaes to try ... etc. I use either dreamweaver or NOtepad++ ..

This is mine.. drohrstestes.ath.cx

This is a friend of mine who is working on it ... http://mirc.webhop.net/

Thanks for any help, guys!
Title: Re: Testing build #242
Post by: rejetto on July 03, 2009, 07:51:55 PM
Problem with large folder archiving 4+ Gb
each time drop ~3.6Gb
ntfs both sides ;)

can you please try to download a 4+GB file (single file, not a folder archive) to see if your problem is related to folder archive only ?
Title: Re: Testing build #242
Post by: rejetto on July 03, 2009, 07:53:38 PM
I hope that this isn't asking much but i was wondering if there was some sort of help on how to edit the http template .. like .. what to change for the color .. are there other templaes to try ... etc. I use either dreamweaver or NOtepad++ ..

you should search the forum.
anyway, editing the template, you should focus on the "style" part. That will let you change many things. Colors are in the #RGB format.
Title: Re: Testing build #242
Post by: gcs8 on July 06, 2009, 01:39:51 AM
is there support for folder uploads i dont know abought?
Title: Re: Testing build #242
Post by: kutyamutya on July 06, 2009, 10:47:41 AM
Hi Rejetto!
What about the IE7 menu? It doesnt work...  :(
I asked long ago: http://www.rejetto.com/forum/index.php?topic=6109.0 (http://www.rejetto.com/forum/index.php?topic=6109.0)
Thanx! :)
k


download @ http://www.dovedove.it/hfs/hfs242.exe

what's new
+ {.exec|out=XXX|timeout=YYY.}
+ new {.set item.} version, check documentation
* {.is substring.} not deprecated anymore, but obsolete and now alias of {.pos.}
- tray icon menu won't disappear, broken in build #241 

Title: Re: Testing build #242
Post by: rejetto on July 06, 2009, 04:20:31 PM
is there support for folder uploads i dont know abought?

nope, although a very skilled person can arrange an automatic unzip of an archived folder on upload (event [upload completed])
Title: Re: Testing build #242
Post by: rejetto on July 06, 2009, 04:26:05 PM
What about the IE7 menu? It doesnt work...  :(
I asked long ago: http://www.rejetto.com/forum/index.php?topic=6109.0 (http://www.rejetto.com/forum/index.php?topic=6109.0)

it was fixed in build #199, and it's still fixed. it's working here.
maybe you have a different problem, or you are using a customized template?
Title: Re: Testing build #242
Post by: gcs8 on July 06, 2009, 10:41:56 PM
will there ever be support for folder up loads and down loads?
Title: Re: Testing build #242
Post by: rejetto on July 07, 2009, 01:19:56 AM
you already have folders download.
it's called "folder archive".
folder upload... unsure.
Title: Re: Testing build #242
Post by: gcs8 on July 11, 2009, 07:06:19 PM
are the passwords sent in plain text. think i just had my first hacker
Posted on: 11 July 2009, 09:08:04
sorry rejetto i know i am a pain in your ass.
Title: Re: Testing build #242
Post by: MarkV on July 12, 2009, 02:51:49 PM
All data is sent plain unless you use SSL (STunnel or similar).
Title: Re: Testing build #242
Post by: rejetto on July 13, 2009, 10:41:46 AM
yes, that's currently so.
anyway this will be solved in the future.
Title: Re: Testing build #242
Post by: rejetto on July 14, 2009, 11:26:45 AM
thcrack moved to
http://www.rejetto.com/forum/index.php?topic=7231.0
Title: Re: Testing build #242
Post by: luca69 on July 14, 2009, 01:45:09 PM
It looks like this version is very stable  ;D
A good candidate for productive 2.3 ?
Title: Re: Testing build #242
Post by: thcrack on July 14, 2009, 02:21:21 PM
I definitely trust this software, but I think it's necessary to tell:

My McAfee SecurityCenter alert me that
this hfs242.exe included troj virus:
Code: [Select]
Artemis!B72DB6BC26D5
and McAfee always automaticlly delete the file,
even after I redownloaded. lol
Title: Re: Testing build #242
Post by: rejetto on July 15, 2009, 10:46:54 PM
technically called "false positive", you should complain with mcafee :)
upload the file to www.virustotal.com to know the truth
Title: Re: Testing build #242
Post by: rejetto on July 15, 2009, 10:49:04 PM
benering moved to
http://www.rejetto.com/forum/index.php?topic=7249.0
Title: Re: Testing build #242
Post by: rejetto on July 15, 2009, 10:49:51 PM
It looks like this version is very stable  ;D
A good candidate for productive 2.3 ?

there are few things missing.
it's that i have less time these days.
Title: Re: Testing build #242
Post by: thcrack on July 18, 2009, 02:44:38 AM
technically called "false positive", you should complain with mcafee :)
upload the file to www.virustotal.com to know the truth
I know, but the suckiest thing is McAfee will automatically delete it after download o_O
Title: Re: Testing build #242
Post by: FRENCH CAN CAN on July 18, 2009, 03:33:29 AM
In this version of HFS note again BUG on "search", if you select all the files in your "search" is stored throughout the site, if I remember correctly on some older version (can not remember which one) the bug had been resolved. ???

In questa versione di HFS rilevo nuovamente il BUG su "cerca", se si selezionano tutti i files nei risultati di "cerca" viene archiviato TUTTO il sito, se non ricordo male su qualche versione precedente (non ricordo quale) il BUG era stato risolto. ???
Title: Re: Testing build #242
Post by: TSG on July 21, 2009, 07:50:49 AM
I found a bug with the template importing. If I import RAWR-Template for example, it does the below code and imports the template folder to the vfs, hides it, and sets it to no log.

Code: [Select]
[special:import]
{.add folder|real|template.}
{.set item|/template|hide=1.}
{.set item|/template|no log=1.}
{.dialog|
Thank you for choosing the RAWR-Template!

Remember to check for updates and visit us at:
http://www.RAWR-Designs.com
.}

Now if I import another template using the same method, it will not change the template folder linkage that is already in the VFS. Maybe you could re-write the resource to the one provided by the new 'template' folder import. Its annoying when testing multiple templates anyway :P I have to delete the 'template' folder manually then import the new template.
Title: Re: Testing build #242
Post by: rejetto on July 21, 2009, 01:19:59 PM
In this version of HFS note again BUG on "search", if you select all the files in your "search" is stored throughout the site, if I remember correctly on some older version (can not remember which one) the bug had been resolved. ???
In questa versione di HFS rilevo nuovamente il BUG su "cerca", se si selezionano tutti i files nei risultati di "cerca" viene archiviato TUTTO il sito, se non ricordo male su qualche versione precedente (non ricordo quale) il BUG era stato risolto. ???

i think that solution was not complete.
searching parameters were never passed to the archiver, so it should have never worked.
i just tested #239 and the problem was already there.

apprently, the bug is in the template itself.
This line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive");
should be replaced with this line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive&{.substring|?||%url%|include=none.}");


if you confirm, i will include this fix in next build.
Title: Re: Testing build #242
Post by: rejetto on July 21, 2009, 01:22:35 PM
Maybe you could re-write the resource to the one provided by the new 'template' folder import. Its annoying when testing multiple templates anyway :P I have to delete the 'template' folder manually then import the new template.

this was asked recently by french can can, and i applied it.
already done in the next build.
(i guess i may publish it today)
Title: Re: Testing build #242
Post by: FRENCH CAN CAN on July 24, 2009, 02:36:23 PM
i think that solution was not complete.
searching parameters were never passed to the archiver, so it should have never worked.
i just tested #239 and the problem was already there.

apprently, the bug is in the template itself.
This line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive");
should be replaced with this line:
    submitAdding("filelist", {"action":"archive"}, "~folder.tar?recursive&{.substring|?||%url%|include=none.}");


if you confirm, i will include this fix in next build.
It seems that it works. ;)

Sembra che funziona. ;)
Title: Re: Testing build #242
Post by: crazyboris on July 24, 2009, 04:12:09 PM
when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.

this happend twice for me now.
Title: Re: Testing build #242
Post by: jerome on July 25, 2009, 03:04:21 PM
hello
curiously,
the speed limit for single address is not working on folder.tar download.
it works 1 or 2 min and revert to unlimited speed.

kick all connections or IP is not enought, tar download is still speed unlimited
Title: Re: Testing build #242
Post by: rejetto on July 28, 2009, 02:45:38 PM
caco's request moved to http://www.rejetto.com/forum/index.php?topic=7291.0
Title: Re: Testing build #242
Post by: rejetto on July 28, 2009, 02:50:53 PM
when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.
this happend twice for me now.

it's unlikely to be any threshold like that.
also because the lowest expected limit would be 2 billions.
i think you your problem problem it's more like: the new numbers were not saved, and on reloading old numbers were loaded, or similar.
Title: Re: Testing build #242
Post by: jerome on July 31, 2009, 05:20:42 PM
a little failure in the security
download manager's site manager enable multiple registration of the same user

using both,
user name@ + pass
and
space + user name@ + pass
enable to ignore the download limit slot number,
only the speed limit can restrict the 2 time logged user
(http://img387.imageshack.us/img387/2058/bugexemple.jpg)

here the number of download is limited to 1 slot only, and the speed download limit is on 50K by user.
you can see the result about space + name

and maybe exponential .... space+space ....space+space+space...etc
 ;D
Title: Re: Testing build #242
Post by: crazyboris on August 01, 2009, 07:10:46 PM
when the "total hit counter" go over 1100000  (one miljon one hunderdthousen)
the counter resets to 900000
dont have the exact numbers but it happends there someware.
this happend twice for me now.

it's unlikely to be any threshold like that.
also because the lowest expected limit would be 2 billions.
i think you your problem problem it's more like: the new numbers were not saved, and on reloading old numbers were loaded, or similar.

strange , the server is never shut down.
lets see if it happends again.
its at 1092322 now
Title: Re: Testing build #242
Post by: rejetto on August 14, 2009, 12:47:52 PM
space + user name@ + pass
enable to ignore the download limit slot number,
only the speed limit can restrict the 2 time logged user
here the number of download is limited to 1 slot only, and the speed download limit is on 50K by user.
you can see the result about space + name

how do you limit by user? with a script?
because HFS has no such option.
the bug may be in the script itself.
anyway, i added a "remove spaces" on the username that may fix the problem in next release.
Title: Re: Testing build #242
Post by: jerome on August 14, 2009, 05:10:33 PM
HFS limit options used,
Max simultaneous downloads from single adress
+
Speed limit for single adress

the .tar speed limit off occur sometime when HFS and flashget are running together,
due to a bug sometime on a torrent download when HFS is opened. (in a custom use, tracker link off)
now it seems to be better.
i only found 2 time the same error on the hfs ini (ban ip+slot limit) after a machine crash or a power cut,
reverted to previous data. (saved in HFS close/open only ?)

Robots visit also make the server slow or bad reacting to mouse during a few moment.
impossible to admin server folders when you are visited, you only have too wait the finished request.
Title: Re: Testing build #242
Post by: rejetto on August 17, 2009, 08:54:25 AM
@jerome
i will now try publish the new beta and see if it solves the problem

slasherx moved to
http://www.rejetto.com/forum/index.php?topic=7350.0