rejetto forum
February 11, 2012, 01:48:01 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: 1 [2] 3 4
  Print  
Author Topic: Testing build #242  (Read 12560 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #15 on: June 19, 2009, 10:03:01 AM »

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.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #16 on: June 19, 2009, 10:04:06 AM »

Why it stopped working bmail.exe  Huh? Angry
With 241 works.

what if you now revert to build #241.
does bmail work again?
Logged
KotUA
Tireless poster
****
Offline Offline

Ukraine Ukraine

Posts: 124

370470076
View Profile WWW
« Reply #17 on: June 19, 2009, 07:39:10 PM »

Yes, on #241 works.
http://mf2000.myftp.biz/~contactus it is here possible to check.
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #18 on: June 20, 2009, 10:03:19 AM »

please provide the {.exec.} line you are using to call bmail.
maybe it can be fixed by specifying timeout=10
Logged
KotUA
Tireless poster
****
Offline Offline

Ukraine Ukraine

Posts: 124

370470076
View Profile WWW
« Reply #19 on: June 22, 2009, 05:57:30 AM »

I'm using this code, but I do not know where to change
Code:
{.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.}
Logged

Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1469



View Profile WWW
« Reply #20 on: June 22, 2009, 06: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.}
Logged
rejetto forum
« Reply #20 on: June 22, 2009, 06:23:34 AM »

Do you like this software? Consider even $2
 Logged
KotUA
Tireless poster
****
Offline Offline

Ukraine Ukraine

Posts: 124

370470076
View Profile WWW
« Reply #21 on: June 22, 2009, 07:31:18 AM »

Thank you very much, now works.  Smiley
Logged

Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1469



View Profile WWW
« Reply #22 on: June 28, 2009, 12: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  Cheesy
Logged
saentist
Guest


Email
« Reply #23 on: June 28, 2009, 03:54:56 PM »

Problem with large folder archiving 4+ Gb
each time drop ~3.6Gb
ntfs both sides Wink
Logged
MarkV
Insane poster
*****
Offline Offline

Germany Germany

Posts: 722



View Profile
« Reply #24 on: June 29, 2009, 06:26:59 PM »

Which browser?
Logged

Welcome to Twinkle Park! Grin
drohr
Regular poster
**
Offline Offline

United States United States

Posts: 18


View Profile Email
« Reply #25 on: July 02, 2009, 01: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!
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #26 on: July 03, 2009, 02:51:55 PM »

Problem with large folder archiving 4+ Gb
each time drop ~3.6Gb
ntfs both sides Wink

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 ?
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11759


View Profile
« Reply #27 on: July 03, 2009, 02: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.
Logged
gcs8
Occasional poster
*
Offline Offline

United States United States

Posts: 11


View Profile
« Reply #28 on: July 05, 2009, 08:39:51 PM »

is there support for folder uploads i dont know abought?
Logged
kutyamutya
Occasional poster
*
Offline Offline

Hungary Hungary

Posts: 8


View Profile
« Reply #29 on: July 06, 2009, 05:47:41 AM »

Hi Rejetto!
What about the IE7 menu? It doesnt work...  Sad
I asked long ago: http://www.rejetto.com/forum/index.php?topic=6109.0
Thanx! Smiley
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 

Logged
Pages: 1 [2] 3 4
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page January 23, 2012, 07:01:51 PM
anything