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

Pages: 1 2 3 4 ... 45
16
HFS ~ HTTP File Server / Re: Wrong characters...
« on: October 20, 2010, 08:28:23 AM »
use in your translations of the template ñ instead of ñ.

17
Beta / Re: experiment
« on: October 18, 2010, 04:04:28 PM »
Login and logout works with new template in FF and chrome, with old templates login works too. But there seems no way to add a section logout [logout] to old templates without ajax - but this is ok, so we have to move to ajax what opens new ways to add features to our templates.

18
HFS ~ HTTP File Server / Re: Feature request
« on: October 09, 2010, 04:38:48 AM »
You can already do this using macros.
1. use the event on upload completed.
2. use exec to create bmail
The only difficult thing is to prepare the list of users with access rights to the folder, but this can greatly be simplified if you use groups. Then you only have to register the group in the upload completed event, and create the list of users for the exec bmail.

19
Deutsch / Re: Beta stürzt ab bei Upload
« on: October 05, 2010, 12:17:09 AM »
Wenn der upload auch von localhost aus abbricht wenn das Archiv auf die externe Platte geschrieben werden soll, ist offensichtlich der Zugang zur externen Platte zu langsam. Wenn die interne Platte nur 16 GB hat, könnte ich mir vorstellen, dass dein USB-Anschluss nur usb 1.1 unterstützt und nicht wie notwendig, usb 2.0, was möglicherweise zu langsam ist.

20
Deutsch / Re: Beta stürzt ab bei Upload
« on: October 01, 2010, 05:40:04 PM »
Es ist kaum anzunehmen, dass dein Freund mit dem upload die Schreibgeschwindigkeit deiner externen Platte überschreitet. Du kannst das selbst mit einem lokalen upload eines Files von c: aus überprüfen.
Andrerseits könnte es möglich sein dass dad vfs von hfs mit einem entfernbaren medium nicht zurecht kommt. Probiere einen uploadpath auf c: zu setzen, und lass deinen Freind einen Probe-upload senden.
Wenn dir diese Proben kein eindeutiges Resultat liefern, lade nochmals die beta von hfs herunter und versuche hfs neu zu installieren.

21
F.A.Q.s / Re: Virus Alert about HFS
« on: September 21, 2010, 07:10:58 PM »
Good security programs should alert:
"User touching input devices keyboard and mouse in front of the screen detected. Danger that some clicks opens the door to viruses and other malware, may even erase important data on disks!
Please remove user for security reasons."  ;D ;D ;D

22
HFS ~ HTTP File Server / Re: How to
« on: September 21, 2010, 07:02:20 PM »
right-click in the log window. Select in the appearing options 'Log what' and you will see in your log file what you need.

23
HTML & templates / Re: is there a way
« on: September 20, 2010, 05:15:28 AM »
1. If you use the the actual beta, that supports de 'macro' scripting language, you can make a homepage for your server, where you can place the login.

2. By the method used to login in hfs, there is NO WAY to have a logout button. The only way to close the connetion is to close the browswer.


24
Programmers corner / Re: Pagination Macro
« on: September 07, 2010, 07:18:09 PM »
Even the best pagination macro or the use of ajax still needs to read (and sort !) the whole directory on the server with every request.

I think the fastest system will be to read the directory only once, and use on the server a macro that builds blocks with labels so that each block contains up to a number (18,22,nn) of file entries. Then on client side, with javascript all blocks but one have set the attribute hidden, and with the script you toggle on an index or with next/previos what block gets the attribute screen.

25
RAWR-Designs / Re: Live 3.0.1 Preview
« on: August 09, 2010, 04:05:49 PM »
TSG, i'm happy to see you working your templates.

If ie6 is causing you troubles .. don't you think it's time to drop support for ie6?
Most sites, google, youtube etc. don't support it any more, ie9 is to be released soon. People should update or use other browsers!

26
HFS ~ HTTP File Server / Re: Move HFS to free host
« on: August 08, 2010, 11:12:39 AM »
To to this, your host should offer a full windows system for you. Also this is possible, i think you will not find any hoster that offers this for free. Such a service would rather be expensive.

27
HFS ~ HTTP File Server / Re: thumbnails on the fly
« on: August 08, 2010, 11:08:15 AM »
If you want to do something like that:



Perhaps the following code may help you:

Code: [Select]
[file_foto]
<div style="width:150px; height:130px; overflow:hidden; float:left; font-size:9px; " title="%item-size% %item-modified%">
{.set|fn|{.replace|%20| |{.replace|/|\|%encoded-folder%thumbs/%item-name%.}.}.}
{.if|{.exists|{.^fn.}.}|
{:{.set|fn|thumbs/%item-name%.}:}|
{:{.if|{.pos|%item-ext%|.jpg.gif.bmp.png.}|
{:{.set|fn|%item-name%.}{.comment|******.}:}|
{:{.set|fn|.}:}
.}:}
.}
<a href="%item-url%"><div align="center">
{.if|{.^fn.}|
{:<img  height="110px;" src="{.^fn.}" />:}|
{:<img  style="border:35px solid transparent;" height="40px;"  src="%item-icon%">:}.}
</div>
<div style="background-color:#d0d0f8; color:black;">%item-name%</div></a>
{.if|%item-comment%|<div class="comment">{.^cmttxt.}</div>.}
</div>

I use this section when a folder should be presented as images. When no thumb exists, the full picture is used - i have placed there the {.comment|******.} because there is where you can place the exec to create the thumbnail.

28
Bug reports / Re: Problem with hfs and w7 64bit
« on: August 01, 2010, 11:55:21 AM »
In hfs (in expert mode!):  Menu -> Tray icons: deactivate 'Tray icon for each download'.

29
Beta / Re: BEFORE THE NEXT BUILD 263: We so much hope to have...
« on: July 17, 2010, 12:59:24 PM »
The goal of default template included in hfs (especially the beta!) is, from my point of view, to test and show the new features included in hfs.

Rejetto has done a great work in hfs, including a lot of features that users in the forum asked for, also a some of them only are useful to very few users ( Who needs renaming, creation of folders and delete functions on a small server throung the web interface? This are admin tasks, and i think that any admin can access his server directly or through remote access). But as the features are already written, it's ok to include them in the template.

Also some people complain that the new template has a lot of javascript, it's use is not slower than previous versions. More, it can be even faster. You may split the template, putting javascript and stylesheet in separate files, that will only be loades once and after they will be available from caché, what will even increase the speed of next load of a page. But as the default template may change with the further builds, it's a good idea to leave all in one common file which goas with every build.

Think that we most all use a beta, and that the default template allows new users to use hfs 'out of the box', but most users would like a template with a personal touch. For those, all te features hfs already has, may be available - as are already from the rawr team - more and more templates. People may select then if they want to use simple html files, or more sofisticated solutions making use of javascript. If someone makes a 'stable template' surely he would not pack everything in one file, he would use separate files for scripts and rest of the template.

It's clear that the new template may not be that simple to use for 'designers' used to the method of copy and paste. But a little effort to learn javascript and to use ajax will not be more difficult and be more usefull for people than learning 'macro'.

30
Bug reports / Re: hfs sometimes not reachable
« on: July 05, 2010, 05:05:38 PM »
There exist some smaller problem with the detection of the externel ip address in the current build, rejetto is working on it. But if you have a fixed ip (static ip) you should not be affected by this problem, nor does it matter that hfs shows in the log that it verifies the external address.
Any request to your ip (as it does for logmein) will go to hfs if your router is properly configured.
The question is now only if hfs does not respond to your request (from your picture, we can deduce that it gets the request).

In your place, I would try with a new download of the program and use the standard template to further analize what's going wrong. Try also restarting your router.

Pages: 1 2 3 4 ... 45