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

Pages: 1
1
Beta / Re: {.notify.}
« on: August 04, 2010, 07:20:35 PM »
Ah, false alarm. I just trusted the updater to work, but I never double checked. Apparently the updater failed to update my version, so I was still using build 260. Sorry about not noticing that.

2
Beta / Re: {.notify.}
« on: August 04, 2010, 05:01:57 PM »
All these features that you never even know exist, even after using the software for two years and browsing the wiki for hours, heh.

I thought I'd try this, since I'm interested in getting some kind of notification whenever something is uploaded to the server. I wanted to make sure that everything was set up properly first though, so I tried this:
menu > debug > run script
type
{.notify|ciao.}
and save.

I get this error message though:
Quote
<div class=macroerror>macro error: notify<br>not supported or illegal parameters</div>

I get it with both build 260 and 265. I'm guessing there's some setting somewhere that needs to be enabled? I couldn't find anything that looked relevant in the options menu though (the closest I came was the "Enable macros" one under HTML template, but that's already enabled), and I didn't find anything about it in the wiki or the forum either. Any help would be appreciated.

3
HTML & templates / Re: How To Change Default Folder Icon For ALL Folders
« on: August 03, 2009, 09:44:01 AM »
Thanks, that's awfully kind of you. I haven't managed to learn to use the full potential of macros well enough yet, so tips like these are always welcome.

4
HTML & templates / Re: How To Change Default Folder Icon For ALL Folders
« on: August 02, 2009, 08:33:12 PM »
I'm currently working on modifying the HFS default template as well and found this code snippet made by kwondra34, later modified by Giant Eagle: http://www.rejetto.com/forum/index.php?topic=4739.msg1025776#msg1025776
Perhaps there's an easier way somehow, but this was the only thing that I actually got working, since I also wanted different icons for my /upload/ and /icons/.

I modified mine like this:
Code: [Select]
<script type="text/javascript">var img; switch("%item-name%") {
case "upload": img="uploadicon.gif";break
case "icons": img="iconsicon.gif";break
default: img="folder.gif";}
document.write("<img src=\"/icons/"+img+"\" alt=\"\" border=\"0\" alt=\"\" />");
</script>
<noscript>
document.write("<img src=\"/icons/folder.gif\" alt=\"\" border=\"0\" alt=\"\" />");
</noscript>

5
Beta / Re: Testing build #231
« on: April 06, 2009, 08:37:56 PM »
Well, as I said, it only happens for me when I'm marking the last row.

6
Beta / Re: Testing build #231
« on: April 06, 2009, 12:44:57 PM »
I've got an error report:
Code: [Select]
Access violation at address 005644A4 in module 'hfs.exe'. Read of address 00000060
HFS 2.3 beta (231)
----------------------------------------------------------------
Stack list, generated 2009-04-06 14:34:27
[005644A4]{hfs.exe     } main.TmainFrm.ipPointedInLog (Line 11642, "main.pas" + 3) + $9
[0052DF3F]{hfs.exe     } optionsDlg.ToptionsFrm.FormShow (Line 354, "optionsDlg.pas" + 7) + $A
[0046493D]{hfs.exe     } Forms.TCustomForm.DoShow (Line 2994, "Forms.pas" + 1) + $19
[004695BC]{hfs.exe     } Forms.TCustomForm.CMShowingChanged (Line 5021, "Forms.pas" + 11) + $7
[00404677]{hfs.exe     } System.TObject.Dispatch (Line 9301, "system.pas" + 8) + $0
[0047D64D]{hfs.exe     } Controls.TControl.WndProc (Line 5143, "Controls.pas" + 83) + $8
[00482384]{hfs.exe     } Controls.TWinControl.WndProc (Line 7246, "Controls.pas" + 105) + $6
[0047D1FA]{hfs.exe     } Controls.TControl.Perform (Line 5018, "Controls.pas" + 5) + $F
[004653C5]{hfs.exe     } Forms.TCustomForm.WndProc (Line 3284, "Forms.pas" + 125) + $6
[00481884]{hfs.exe     } Controls.TWinControl.UpdateShowing (Line 6970, "Controls.pas" + 17) + $C
[0047D1FA]{hfs.exe     } Controls.TControl.Perform (Line 5018, "Controls.pas" + 5) + $F
[00481837]{hfs.exe     } Controls.TWinControl.UpdateShowing (Line 6963, "Controls.pas" + 10) + $11
[00481884]{hfs.exe     } Controls.TWinControl.UpdateShowing (Line 6970, "Controls.pas" + 17) + $C
[00481911]{hfs.exe     } Controls.TWinControl.UpdateControlState (Line 6989, "Controls.pas" + 8) + $3
[004847FD]{hfs.exe     } Controls.TWinControl.CMVisibleChanged (Line 8273, "Controls.pas" + 3) + $3
[0047D64D]{hfs.exe     } Controls.TControl.WndProc (Line 5143, "Controls.pas" + 83) + $8
[00482384]{hfs.exe     } Controls.TWinControl.WndProc (Line 7246, "Controls.pas" + 105) + $6
[004653C5]{hfs.exe     } Forms.TCustomForm.WndProc (Line 3284, "Forms.pas" + 125) + $6
[0046B6D5]{hfs.exe     } Forms.TScreen.GetMonitor (Line 6084, "Forms.pas" + 1) + $9
[0047D1FA]{hfs.exe     } Controls.TControl.Perform (Line 5018, "Controls.pas" + 5) + $F
[0047B6F4]{hfs.exe     } Controls.TControl.SetVisible (Line 4168, "Controls.pas" + 5) + $F
[00464CB9]{hfs.exe     } Forms.TCustomForm.SetVisible (Line 3099, "Forms.pas" + 8) + $6
[00469EE0]{hfs.exe     } Forms.TCustomForm.Show (Line 5350, "Forms.pas" + 1) + $5
[0046A144]{hfs.exe     } Forms.TCustomForm.ShowModal (Line 5414, "Forms.pas" + 24) + $3
[0055FC62]{hfs.exe     } main.showOptions (Line 10565, "main.pas" + 2) + $27
[005645C4]{hfs.exe     } main.TmainFrm.Address2name1Click (Line 11653, "main.pas" + 0) + $10
[0045BC31]{hfs.exe     } Menus.TMenuItem.Click (Line 1878, "Menus.pas" + 14) + $C
[0045D44D]{hfs.exe     } Menus.TMenu.DispatchCommand (Line 2603, "Menus.pas" + 5) + $5
[0045E83C]{hfs.exe     } Menus.TPopupList.WndProc (Line 3393, "Menus.pas" + 4) + $12
[0045E779]{hfs.exe     } Menus.TPopupList.MainWndProc (Line 3374, "Menus.pas" + 2) + $8
[0042AC08]{hfs.exe     } Classes.StdWndProc (Line 11572, "classes.pas" + 8) + $0
[00477330]{hfs.exe     } Controls.FindControl (Line 2103, "Controls.pas" + 6) + $C
[0046E836]{hfs.exe     } Forms.TApplication.ProcessMessage (Line 7670, "Forms.pas" + 23) + $4
[0046E87B]{hfs.exe     } Forms.TApplication.HandleMessage (Line 7689, "Forms.pas" + 1) + $6
[0046EB16]{hfs.exe     } Forms.TApplication.Run (Line 7773, "Forms.pas" + 16) + $3
[0056E95E]{hfs.exe     } hfs.hfs (Line 99, "" + 22) + $2
----------------------------------------------------------------
System   : Windows XP Professional, Version: 5.1, Build: A28, "Service Pack 3"
Processor: Intel, Intel(R) Core(TM)2 CPU          6420  @ 2.13GHz, 3200 MHz MMX
Display  : 1920x1200 pixels, 32 bpp
----------------------------------------------------------------
----------------------------------------------------------------
Product Versions

hfs.exe: Build: 0 2009-03-25 19:22:02

Steps to reproduce:
1. Select the last row in the Log section, either by triple clicking or manually marking it
2. Right click and select Address 2 Name...

This only happens when marking the last row. HFS doesn't crash though, I just get that error dialog.
In case it's relevant, the last row reads: 2009-04-06 14:34:14 xxx.xxx.xxx.xxx:63922 Fully downloaded - 2.58 KB @ 0 KB/s - /jobbschema.gif

Please let me know if you need more information.

7
Would it perhaps be possible to make HFS remember where it was positioned the last time it was closed? My HFS always opens on my primary monitor, it refuses to remember that I had it on my secondary monitor before I closed/restarted it. I'm currently using 2.3 beta, build 217, but this issue/behaviour has always been there as far as I know.

8
Beta / Re: Testing build #216
« on: November 30, 2008, 10:23:50 PM »
May I come with a suggestion? (Perhaps this isn't the right thread for it though, but it seems wrong putting it somewhere else, so...)
I always try to open the Properties window by double-clicking a file or directory. I think that would be a nice way of accessing that dialog. What do you think?
Though you would have to compromise in some way when it comes to a directory with several subdirectories. I don't know what would be best for those, if double-clicking would expand the tree (as it currently is), or if it would open the Properties dialog.

Also, word-wrap in the HFS log window would be sweet. :)

9
Beta / Re: Testing build #215
« on: November 22, 2008, 12:00:21 PM »
Well, actually Mars, you can follow the Imageshack link and click on the image there to see it in full size. You'll then see this: http://img114.imageshack.us/img114/6500/11111oi2.jpg

10
HFS ~ HTTP File Server / Re: New unknown log entries
« on: September 14, 2008, 08:43:29 PM »
Ok. I couldn't really read that out of it. But on the other hand, my knowledge of html is also very limited. I just saw it as an unknown user trying to get an unknown .gif file from another location.
Anyway, thanks for your reply.

11
HFS ~ HTTP File Server / Re: New unknown log entries
« on: September 14, 2008, 05:44:30 PM »
Ah ok, so it failed? Couldn't there be any indication of that in the log in that case? "Request denied" or something?

12
HFS ~ HTTP File Server / New unknown log entries
« on: September 13, 2008, 11:07:10 PM »
I just saw a very peculiar thing in my log which I don't know how to interpret:


I don't recognize either of the IP addresses. Currently, only 8 people know about my server, and neither of them use any of these IP addresses. What does it mean, and how concerned should I be? To be on the safe side, I've switched off (F4) my HFS server until I've figured out what just happened.

I'm using 2.3 beta, build 202.

[edit] By the way, I have the "Stop spiders" option checked as well.

Pages: 1