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 ... 51 52 53 54
781
F.A.Q.s / Chinese version (2.2)
« on: May 10, 2007, 01:28:45 PM »
Hfs doesnt use language files (on todo list) instead the language is hard coded into the code, So you will have to talk to rejetto about translating it.

782
HFS ~ HTTP File Server / Re: CONNECTIVITY TIMEOUT
« on: May 10, 2007, 01:23:45 PM »
Im not sure what can be done besides closing the browser window because HFS does what its supposed to be doing and disconecting after 60 seconds but the browser remembers the login data and logs back in when a page is requested and login is needed. There might be some way around it but I dont think there is because it is the browser making the problem not hfs.

783
HFS ~ HTTP File Server / Re: CONNECTIVITY TIMEOUT
« on: May 10, 2007, 11:27:11 AM »
I think that it has to do with the rowser remembering the log in data from when you first logged in so if you log in and close the browser let it time out then try in a new browser window you should have to log in again

784
HFS ~ HTTP File Server / Re: folder archives
« on: May 08, 2007, 01:06:03 PM »
Im not sure if im right but ill try anyway
When hfs see's %item-url% it replaces it with the url so if you put %item-url% in a browser it will just get an error because it has no idea what it is refering to and if you can understand what i just said your doing alot better then me, LOL  ???
anyways i hope that helped in some way
i just had a second thought which might help if you dont understand what i just wrote up top because if i didnt write it id be thinking...
the reason why you only need ~folder.tar is because %item-url% represents http://10.6.13.25/mp3/
before i think of some other thing that will confuse myself i should goto bed and get some shut eye

785
router & port problems / Re: help me, im an internet noob.
« on: May 08, 2007, 04:13:38 AM »
http://www.portforward.com that will tell you everything you need to know

786
router & port problems / Re: Port 8080
« on: May 03, 2007, 09:50:13 AM »
Hfs only listens on the port specified in the port field in the main window. If you specify port 80 and the self test is succesfull then it would work as normal with out the need to specify :8080 on urls, but it is possible that your isp is blocking access on port 80. I dont know why Hfs would tell you to try port 8080 but the last time i used self test and failed was a long time ago. Rejetto might have changed it in recent updates, but im not sure.

787
HFS ~ HTTP File Server / Re: Log Files
« on: May 03, 2007, 09:34:44 AM »
I was just testing it out and everything works fine, but a i had a thought that when an anonymous user connects instead of creating a log file called () there ip is inserted eg (xxx.xxx.xxx.xxx) That should make it perfect for tracking what happens. Also while im thinking of it, when i input the name that the log should be saved as if i insert a / will that create/save in a new directory.
for example, i input "%d% %m% %y%/%user%"
would that create a new directory each day and when ever a user connectss create an individual log for them in the directory. that would make it real easy to archive log files and to find only the recent logs

788
HFS ~ HTTP File Server / Re: Log Files
« on: May 03, 2007, 02:01:36 AM »
Thanks ill download it as soon as i get home from school in a few hours. I should probably be getting back to my work but its hard and boring  ;D

789
HFS ~ HTTP File Server / Re: Log Files
« on: May 03, 2007, 01:37:36 AM »
Thanks Rejetto, I think that will work fine. This should make it a lot easier to see who has done what. If I have any problems with it ill let you know.  :D

790
HTML & templates / Re: Search files function
« on: April 30, 2007, 02:56:08 AM »
yeah, thats the only drawback to my idea but when im the only one the adds files to my hfs it works for me. :D

791
HFS ~ HTTP File Server / Re: Thinking of HFS 3
« on: April 28, 2007, 06:58:05 AM »
The FTP protocol is not yet supported, it is on the todo list.

792
RAWR-Designs / Thunderchicken of Glory - 2.8.0 -
« on: April 28, 2007, 02:59:12 AM »
Thanks, Ill remember that

793
RAWR-Designs / Thunderchicken of Glory - 2.8.0 -
« on: April 27, 2007, 03:29:53 PM »
I was just having a look at the preview on your hfs and i noticed that when you choose preview the box appears relative to the file on the web page, i was just wondering if it would be better if it appeared in the centre of the screen because i when i tried it the box appeared at a position lower then what i could see on the page, so i had to scroll down.
it isnt a big issue but i thought id mention it because its those little things that make the usability and the first impression a whole lot better.

794
RAWR-Designs / Thunderchicken of Glory - 2.8.0 -
« on: April 27, 2007, 02:55:06 PM »
Nice Job!  :D
sorry i couldnt help but read that nice little file that said "please dont read me" anyways I think you all have done a brilliant Job and after i get some sleep cuz its 12:30 ill try it out properly.

Foggy  ;D

795
HTML & templates / Re: Search files function
« on: April 27, 2007, 02:40:56 PM »
I use a simple batch file to create a site map that you can search with your browsers search, similar to what That_stevens_guy asked for. the only requirments of it are you need to be using real folders with the same file structure that is represented on hfs as the folders on the hdd.
the batch file runs this command from within the root folder and creates a text file called site map with a map of all folder and files.
Code: [Select]
for %%B in (.) do tree "%%~fB" /F>"Site Map.txt"
Foggy

Pages: 1 ... 51 52 53 54