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 5 ... 54
31
Bug reports / Re: How to deliver an RSS feed
« on: September 14, 2008, 11:07:46 AM »
just tried it with the validator and both passed. ie. My template method and the rss.xml file in the vfs.

So I tried in firefox again and now they both seem to be working without a problem, only thing different is the rss.xml file just loads into firefox like a standard xml file whereas /~rss shows like a rss feed.

I think that hfs may have needed to be restarted for the changes to the mime types took effect.

32
Bug reports / Re: How to deliver an RSS feed
« on: September 14, 2008, 08:28:56 AM »
I couldn't get it to work either, I am thinking that maybe the mime types are broken because I managed to create a work around in the template by using the mime macro and loading the contents of the xml file into the page.

this is the code I used. to use it; paste it at the end of your template. Then save the xml file in the same folder as your hfs executable and call it "rss.xml" and then point your browser to http://your_address/~rss.

Code: [Select]
[rss]
{.mime|text/xml.}{.load|rss.xml.}

BTW I did this with HFS #202 and Firefox 3.

33
HTML & templates / Re: How to add HFS variables to index.htm
« on: September 12, 2008, 09:41:42 AM »
It is not possible to include hfs variables in an external html file because hfs just serves the page and doesn't build it.

But that gives me the idea of binding the folder to a user created template section. Is such a thing possible rejetto?

34
HFS ~ HTTP File Server / Re: ~login
« on: September 02, 2008, 06:26:13 AM »
as far as i know it should work on any port, but the browser you are using may not support it

35
HFS ~ HTTP File Server / Re: Remote Administrating
« on: September 01, 2008, 06:25:19 AM »
not unless you use a 3rd party program such as vnc to take control of the computer running hfs.

36
HFS ~ HTTP File Server / Re: Download Speed Question
« on: August 30, 2008, 01:15:39 AM »
Was the computer running hfs on a computer i the same lan or was it being accessed over the internet?

If it was over a lan then something is wrong

but if it was over the internet you have to remember these points,
your isp may be throttling outbound http connections to 50KBps
The upload rate of the computer hosting hfs may be slower than the download rate

If you don't already have it get Build 198 from the beta board and see if that helps. also try going to menu > debug > high speed handling and disable it and see the result

My guess though would be that your isp is limiting the connection which would explain the approx 50KBps connections, if you are using port 80 try using a different to see if that is affected.

37
HFS ~ HTTP File Server / Re: Help with multiple instances of HFS please.
« on: August 30, 2008, 01:04:00 AM »
I think what he is after is a feature like the virtual servers(I think thats what it was called) in Apache. basically the user can set it so that when domain.com is requested the root of the file system is different then that if example.com was requested. effectively creating two or more http servers on the one machine using port 80.

38
HFS ~ HTTP File Server / Re: HFS with SSL
« on: August 29, 2008, 06:36:54 AM »
currently hfs does not have built in ssl support, but if you use the forum search you will find how people have gotten ssl on hfs.

39
Everything else / Re: What about Sharing?
« on: August 26, 2008, 10:15:42 AM »
I quickly edited a copy of the template you are using to check whether the HTTP referrer on the connection is from your hfs.

If it is everything will be displayed as per normal but if it isnt it will display the content of a template section called 'disclaimer'.

You will have to edit that section to say what you would like and then include a link to continue to the correct page which can be done by using %url% as the href.

40
HFS ~ HTTP File Server / Re: Snoopy Questions
« on: August 26, 2008, 06:23:49 AM »
3) in your FAQ, these seem to conflict. please let me know the differnce & clearify in the FAQ so others can better understand http://rejetto.com/wiki/index.php/HFS_Frequently_Asked_Questions_(english)#My_download_is_interrupted.21_Does_HFS_support_resuming_of_partially_downloaded_files.3F http://rejetto.com/wiki/index.php/HFS_Frequently_Asked_Questions_(english)#My_friend_is_uploading_to_my_HFS_server.2C_but_the_upload_got_interrupted._How_could_I_resume_the_upload.3F

there is no conflict, uploading to and downloading from hfs are two completely different things.
if you download from hfs yo your computer you can resume downloads, but you cannot upload to hfs and resume an upload.

41
HTML & templates / Re: Possible to Login via HTML link?
« on: August 24, 2008, 08:38:15 AM »
its possible

by memory the format was http://user:password@serveraddress

have a look in the wiki, if that doesnt work.

42
Everything else / Re: What about Sharing?
« on: August 24, 2008, 08:33:50 AM »
a little sugestion.

set the html page with the disclaimer as the default file for the folder and then in that file place a link to ~nodefaultl. that way they are forced to read it.

or you can do something in macro that is better but more complicated...

put simply for a macro verison, if the referrer = your hfs server then display the page that has been requested else show the disclaimer.

43
HTML & templates / Re: getting %number-files% from a spec folder ?
« on: August 16, 2008, 01:11:16 PM »
I don't understand what you are trying to achieve :(

44
RAWR-Designs / Re: Shoutbox problem in RAWR-Template 0.1.1 BETA
« on: August 07, 2008, 07:36:36 AM »
does the template folder have any security restrictions?

45
Bug reports / Re: HTML Editor in HFS not working...
« on: August 05, 2008, 09:48:34 AM »
I assume you are using the latest beta version that no longer has a built in editor.

Try changing the default editor and see if that helps.

Pages: 1 2 3 4 5 ... 54