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 ... 52 53 54
796
HFS ~ HTTP File Server / Re: Thinking of HFS 3
« on: April 24, 2007, 09:17:23 AM »
yeah, thought it would
i had one more idea :)

UPnP
I know its on the todo list but i thought id bring it up because it would prevent alot of problems with forwarding through a router

797
HFS ~ HTTP File Server / Re: Thinking of HFS 3
« on: April 24, 2007, 07:30:47 AM »
I got an idea ill keep it short sharp and simple

User Registration

798
HFS ~ HTTP File Server / Re: Log Files
« on: April 24, 2007, 07:20:32 AM »
Im glad yous like my idea, it brongs a warm happy feeling inside or im hungry. so lets wait and see what rejetto thinks of it.

799
HFS ~ HTTP File Server / Log Files
« on: April 22, 2007, 04:40:00 AM »
after reading a couple posts about log files it got me thinking of somehow getting per user logs. so instead of have just the normal log file with everything. you could also have a log file for each different user that logs in. that would make it alot easier to see which users have done what since theyd have their own log file.
eg. i connect to the server and log in, all my actions are recorded to the normal log but also a log called foggy is created with just details of what i have done.

im just throwing around some ideas so please post any comments

800
HFS ~ HTTP File Server / Re: Thinking of HFS 3
« on: April 21, 2007, 05:59:30 AM »
I've 2 ideas i dont think they are on the todo list, so here they are and if you are doing major changes the first onemight be possible, but i know very little programming so just say if it isnt

firstly when uploading instead of having the %progress% in an iframe hw about getting some sort of flash progress bar that will read the status from hfs making it appear as realtime data instead of it reloading itself every second.

Secondly this may have been posted before and if it has sorry but i havnt got the time to check right now. in the vitual file system if you could get a %user% tag so that each different user could have their own folder they can upload to without needing to create each folder individually and setting the upload permissions etc.

Please say if you think any of these ideas are possible or not.

801
HTML & templates / Re: HFS Live 2
« on: April 18, 2007, 09:57:11 AM »
I just wanted to say Chrno that i love live 2 and im going to use it as my default template from now on and the other day when you were posting it you were driving me crazy with suspense because i got on the net 5 minutes after you posted saying about live 2 and i waited about an hour for you to post before i had to go.  :D
Well Done i really love it

Foggy

802
HFS ~ HTTP File Server / Re: folder to be viewed for only one account
« on: April 08, 2007, 02:05:27 AM »
try right clicking on the folder that you want to restrict access to and goto the restrict access menu and only select your username. i believe that that makes you the only person that can see and access the folder but correct me if im wrong

803
Hi
  • How can I generate a File Listing?
    If I click in the browser on "File Listing" a new window opens but I stays empty? What to do?

I dont know if this will help but i didnt like the file list that was made by hfs so i made a batch file that will create a folder tree in a text document of all the folders in your hfs, but it will only work if they are real folders and all in the same directory
e.g i have a folder labeled hfs and in it are all the different files/folders that my hfs contains.

Code: [Select]
cd "C:\web\files\hfs"
for /D %%A in (*) do tree "%%~fA" /F /A>"%%~nA - Extended Characters.txt"
for /D %%B in (*) do tree "%%~fB" /F>"%%~nB - ASCII.txt"
change the path after cd to where your hfs folders are kept
it will create a different text file for each folder and will place them in the folder that contains all the folders. if you only want one text file for all the folders replace (*) with (.) and it will only do it to the folder specified after cd

Foggy
ps i probably left some important information out so please tell me if i did.

Pages: 1 ... 52 53 54