rejetto forum

Testing build #242

rejetto · 58 · 40419

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
Why it stopped working bmail.exe  ??? >:(
With 241 works.

what if you now revert to build #241.
does bmail work again?


Offline KotUA

  • Tireless poster
  • ****
    • Posts: 124
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
please provide the {.exec.} line you are using to call bmail.
maybe it can be fixed by specifying timeout=10


Offline KotUA

  • Tireless poster
  • ****
    • Posts: 124
    • View Profile
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.}


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
{.exec|bmail.exe|-s {.^SMTP server.} -t {.^my email.} -f {.postvar|email.} -h -a "messaging from HFS" -m {.^tf.}|out=output|timeout=10.}


Offline KotUA

  • Tireless poster
  • ****
    • Posts: 124
    • View Profile

Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
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


saentist

  • Guest
Problem with large folder archiving 4+ Gb
each time drop ~3.6Gb
ntfs both sides ;)


Offline MarkV

  • Tireless poster
  • ****
    • Posts: 764
    • View Profile

Offline drohr

  • Occasional poster
  • *
    • Posts: 19
    • View Profile
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!


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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 ?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline gcs8

  • Occasional poster
  • *
    • Posts: 11
    • View Profile
is there support for folder uploads i dont know abought?


Offline kutyamutya

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
Hi Rejetto!
What about the IE7 menu? It doesnt work...  :(
I asked long ago: 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