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

Pages: 1 2 3 4 ... 54
16
HFS ~ HTTP File Server / Re: Different access method?
« on: November 15, 2008, 12:54:04 PM »
tbh what you are saying doesn't make much sense to me because my understanding of how the dns system works is that it would be impossible to stop someone entering an ip adress into a browser.

but anyway it sounds like you are asking for ddns which is already part of hfs, so try searching the forums for that and see if that will help you.

17
HFS ~ HTTP File Server / Re: Question about security
« on: November 14, 2008, 12:42:53 PM »
Yeah, just to add to what Rejetto has said. Whenever a security issue has been found he has released a new build that addresses the issue as soon as he could. although there have only been a few issues anyway.

18
HFS ~ HTTP File Server / Re: Direct login links?
« on: November 14, 2008, 12:37:42 PM »
I don't want to ruin your day but I had that exact same idea some time ago and it never worked.

The reason it didn't work is because unless you close the browser, the username/password you were using previously is remembered by the browser and when you once again browse to a restricted folder those credentials are then used automatically.

19
HFS ~ HTTP File Server / Re: Mass Account Creation
« on: November 13, 2008, 07:16:26 AM »
I suppose it would be possible to do with macro but I could not say an exact piece of code.

20
HFS ~ HTTP File Server / Re: Direct login links?
« on: November 10, 2008, 05:09:20 AM »
indeed you can,

just use http://test:test@whatever.com

21
HFS ~ HTTP File Server / Re: Malware!
« on: November 09, 2008, 07:05:04 AM »
where did you download the hfs executable, it is possible a 3rd party infected it.

or more likely it has been detected as a false positive because it is a server.

22
router & port problems / Re: I am having a problem with HFS. Please help!
« on: November 08, 2008, 12:42:24 AM »
try forwarding a random port above 1024, it is possible that you isp blocks incoming connections on port 80.

23
HTML & templates / Re: Live 2 (Project Suspended)
« on: November 07, 2008, 11:53:40 AM »

Live 2, updates and future Live-related projects has been suspended until I finish my thesis.
Sorry for unattend your requests.
Greetings,
Alvaro.


24
HFS ~ HTTP File Server / Re: Masking port 8080
« on: October 25, 2008, 02:49:26 AM »
i think you can but not in the HFS. you will need to port forward you request from 80 to 8080 using your router.

yes, but if that is the case why use port 8080 in the first place when port 80 reaches you just fine?

25
Bug reports / Re: Load Macro
« on: October 19, 2008, 09:40:47 AM »
Can you post an example of the macro code you were trying to use.

26
HFS ~ HTTP File Server / Re: Change password by user
« on: October 19, 2008, 09:37:52 AM »
It is now possible for the user to change their password but the catch is that the template has to support the feature, so it may still take some time until it is possible but you may take a look in the template section in the wiki and try coding your own support for it in the template you are currently using.

27
HFS ~ HTTP File Server / Re: User groups
« on: October 06, 2008, 05:54:14 AM »
If there is going to be a macro to change the users pass a macro to change which group a user is linked to would also be very useful.

28
HFS ~ HTTP File Server / Re: User groups
« on: October 05, 2008, 07:48:43 AM »
sort sort of endless loop wouldn't happen if you linked group 1 with group 2 and gorup 2 with group 1?

29
Beta / Re: Testing build #204
« on: September 30, 2008, 01:00:30 PM »
I select a real uploadfolder. If i come with the mouse over the menuentry "Uploadpermissions" a windows with the message "You have selected an virtual folder ..." opend

I think this is a bug.

Same here

30
HTML & templates / Re: How to execute a macro?
« on: September 25, 2008, 08:01:14 AM »
the template is basically a script that outputs the HTML whenever a page is requested.

so if you only want to run a certain macro when you click a button you could either create a new template section [section] that has the macro and then call it when you need to /~section.

or you could use another macro in conjunction with the one you want to test for a certain post/get variable that will execute the macro when found.

Pages: 1 2 3 4 ... 54