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 - ~GeeS~

Pages: 1 2 3 4 5 ... 18
31
HTML & templates / Re: Template without JavaScript
« on: March 09, 2007, 08:12:07 PM »
Are there any templates available that have no Javascript in them, and also come with a login page?
If you do not want any javascript in the template and also have a login page you can try my old grey template:
http://www.rejetto.com/forum/index.php?topic=2690.0
The grey.tpl was designed by me just for that purpose.  ;)
The trick is to differentiate between the [loggedin] and [login-link] section like if/else. And of course, you should, no you must, edit it to your needs.

Just copy and paste the code to hfs.tpl and create at least one account first (e.g. guest:guest) in order to be able to get to the filesystem.
Remember, this template has not been updated for some time and i do not know whether it is compliant with the latest changes in HFS.

There is also another way to get a login page, but i forgot (default file type like index.html in your root or alike and activated by a HFS option ... ???, a description can be found in some of the older postings here or the HFS forum, pls. search yourself).

32
HFS ~ HTTP File Server / Re: %folder-name%
« on: January 23, 2007, 07:36:31 PM »
and what if someone wants to display "maison" ?
Exactly!
Leave it as it is: just / , a valid sign in any language, just my 2cents.

33
HFS ~ HTTP File Server / Re: Linux?
« on: January 14, 2007, 09:52:01 PM »
I will be extremely busy next week, i'll try to connect and test.
Didn't had the time to bring my server up.

34
HFS ~ HTTP File Server / Re: Limit Number of Password Attempts
« on: January 14, 2007, 08:55:11 AM »
This was requested some time ago. It's in the to-do list.

35
HFS ~ HTTP File Server / Re: How to stop hotlink ?
« on: January 13, 2007, 11:38:59 PM »
Thank you for your patience. 100% convinced now. You are right, i did not read well & didn't do my homework right.
 :)

36
HFS ~ HTTP File Server / Re: How to stop hotlink ?
« on: January 13, 2007, 05:40:07 PM »
I got your point!
Final question, if you don't mind: Why support a deprecated, insecure UA-request?

37
HFS ~ HTTP File Server / Re: How to stop hotlink ?
« on: January 13, 2007, 04:19:26 PM »
I thought this issue
http://www.rejetto.com/forum/index.php?topic=3797.msg1018716#msg1018716
http://www.rejetto.com/forum/index.php?topic=3621.0
has been solved some time ago, but apparently not.  :o

Why not If URI of httprequest(GET, POST,...) contains user:pass@, then "Request not supported blah" or chop{user:pass@}, else preceed in case that menu URL encoding include password (for DL managers) is disabled?

38
HFS ~ HTTP File Server / Re: How to stop hotlink ?
« on: January 13, 2007, 02:54:21 PM »
you can't "disable" user:pass thing. it's up to the browser.
...
i guess you were confusing with the option inside HFS to automatically put the user:pass in the page.
Yes, this is what i meant. So, does HFS except accept user:pass@ if this option is disabled, what it should not IMHO, or did i get your answer wrong?

39
HFS ~ HTTP File Server / Re: How to stop hotlink ?
« on: January 13, 2007, 02:20:58 PM »
... a smart browser (like Opera) can always disable referrer.
and don't forget good ol' Proxomitron!
You could set a password on your directories eventually a public one like guest:guest, but then you should disable the user:pass@yourserver/hotlink command option. Hotlinkers then would be annoyed by the login pop-ups  ;D and will be forced to link to your entry page.

OT@ Rejetto: I found somewhere in the HFS sources main.pas  that the referrer is handled one way or the other, can this referer logged in the Apache format logs, could not find out how-to?
It's already there, did not see it because i,ve disabled referer in my browser  ::)



40
HFS ~ HTTP File Server / Re: Linux?
« on: January 12, 2007, 09:24:58 PM »
 :) After disabling "Persistant Connections" (Hint!?) in the HFS menu, upload of files within LAN (700MB iso!) completed succesfully for first time! 
 :( Download still fails after some bytes on LAN, but succesful on Localhost... 
Interesting: Connection is killed immediately, contrary to XP ?!? Changing other menu options did not help so far .

DennisLockhart: Your template seems to be very buggy, i did the tests with the default.tpl.

41
HFS ~ HTTP File Server / Re: 2.1 has come
« on: January 11, 2007, 09:37:12 PM »
... * now some special files are protected with same access rights as the root folder: /~img*, /~progress, /favicon.ico
- uploading, only upload rights were checked but no access rights
;D  :)

42
HFS ~ HTTP File Server / Re: Linux?
« on: January 11, 2007, 09:00:10 PM »
Thx for enabling the upload. I've uploaded some e-books about Ubuntu, GRUB and a pps presentation, hope you like them.
Did it with IE, did not get the confirmation page, just a white screen on complete upload or the upload just stops for files bigger than 5-6 MB with IE progress bar on 100%. (If you want to fully DL the incomplete files just search with google for the exact filenames as uploaded e.g. "Addison.Wesley.Moving.to.Ubuntu.Linux.Aug.2006.chm" , ~17MB !)   ;)

Still have the problems with incomplete DL, my wild guess for now is that for some reason the connection time-out span is much shorter than normal and the transfer is interupted. DL is much more sensitive to this than UL  ???

My experiments with Ubuntu/Wine/HFS have been done with a slightly modified winecfg: Win-version XP, deactivated sound and 3D graphics. Don't know the influence, hadn't time yet for testing.

In case more ~ubuntu users want do some testing:
Follow the instructions on https://help.ubuntu.com/community/Wine , especially the "(Not recommended)" part to get the newest version of Wine.  ;D or here http://www.winehq.com/site/download-deb

For compiling the HFS sources: http://www.winehq.com/site/docs/winelib-guide/index , this is not my cup of tea for the moment never compiled anything before except some simple BASIC stuff years ago, but if someone want to try ... or give me the instructions what to compile or to rename/change from the HFS sources before compiling, I would give it a serious try.

Pls post your experiences.


43
HFS ~ HTTP File Server / Re: Linux?
« on: January 10, 2007, 09:16:12 PM »
The better news:  ;D
After update to wine 0.9.29 according to the instructions on the winehq site and running winecfg first, local downloads (1.5MB) seems to work fine.  :D
Still some minor issues (dragndrop, fonts), but in principle it seems to work now.
Because the installation is on a PII 266MHz everything runs is slow.
Will switch to my fast box for further testing ... Will keep you informed ...
Your experiences/hints are welcome!
Hope this works ... bye bye XP or Vista!

Thx DennisLockhart for showing me the way!!!

44
HFS ~ HTTP File Server / Re: Linux?
« on: January 10, 2007, 06:12:04 PM »

I've got HFS running under 'wine' on Kubuntu 6.10.
Seems to work great for me so far and was pretty simple to do.
I've got pretty limited bandwidth but you can check it out at http://65.5.179.174:8080/ if you've got patience.

Dennis
-----------------------------
First the good news:
I've just checked your site and all pages were served fine! My trials with wine still end with a connect, but no pages are served.
The bad news:
With IE and O all downloads (or jpg's) stop responding after exactly 10080 bytes served. With O i can stop the transfer and after resuming the next 10080 bytes are served,and so on ... but i guess this is not what we want to achieve...

Did you get full downloads when you tested internally?
Coincindentally, yesterday i've started wine again and tested HFS with it (on Ubuntu Edgy 6.10 32bit).
I've loaded wine from the ubuntu repository, have to check the exact version. Did also the winecfg to create this pseudo-win directories. Update and self-test works fine, but browse button does not respond and surfing with FF to 127.0.0.1 (desktop) or 127.0.1.1 (localhost) still not responding.

Dennis, could you pls describe what you did?
Did you use the winelib compiler?
I'm a beginner on linux, before I submit a bug report, first i'll try to follow and understand the instructions from the winehq site.
Could you enable upload for some tests?

Rejetto, which files of the source have to be compiled? All? Or main.pas ... ?

45
HFS ~ HTTP File Server / Re: Experimenting
« on: January 08, 2007, 06:22:51 PM »
had no time to work on HFS 3 lately.
all the available time passed fixing bugs on HFS 2.
i'm working on my degree thesis these days.
take your time!
the more features, the more bugs ...
Good luck... isn't HFS worth at least a PhD?

Pages: 1 2 3 4 5 ... 18