rejetto forum

please help

dakota · 26 · 8498

0 Members and 1 Guest are viewing this topic.

Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
ok good idea but now how do i incoperate it into the page so it looks like this


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
I do see the idea and I like it, maybe we could make a script that took the info from the on page form and put the info into the login form on another page logged you in then closed the login page and refreshed the browser that you are using to view the page. Just an idea, it could work though.


Guest

  • Guest
Rejetto
 I too would like to have a "home page" with a link to
bring up the hfs directory. Of all the great features of
HFS this would be the most desireable for many of
us, I suspect.
 ~GeeS~ has his "grey" template posted, and it does
this. You just click on the very large orange
address and it changes pages to the hfs directory,
and it wasn't set as file mask.
Works great, but I'd like to use my own style,
rather than modify someone else's. Since
I'm not good at html, I can't see how it works.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
Quote from: "Guest"
I too would like to have a "home page" with a link to
bring up the hfs directory. Of all the great features of HFS this would be the most desireable for many of us, I suspect.
what's the problem?
put your files in a folder, but your homepage in the root
then put in your homepage a link to the folder. <a href='/folder'>enter</a>

guys, what you are asking are not features, you should just learn html/javascript!


Offline ~GeeS~

  • Tireless poster
  • ****
    • Posts: 269
  • "The web was made for sharing..."
    • View Profile
Guest wrote:
Quote
Rejetto
I too would like to have a "home page" with a link to bring up the hfs directory. Of all the great features of HFS this would be the most desireable for many of us, I suspect.
~GeeS~ has his "grey" template posted, and it does this.
You just click on the very large orange address and it changes pages to the hfs directory, and it wasn't set as file mask.
Works great, but I'd like to use my own style, rather than modify someone else's.
Since I'm not good at html, I can't see how it works.
Thanks for the compliments!
In fact for this purpose I've written the "Grey" template; first to have a
public homepage and eventually other pages for my content and secondly
the HFS file directory for down- and upload with password access. So HFS
works perfectly as web- and fileserver at the same time.
Momentarily, but due to lack of time proceeding slowly, i'm trying to pre-
configure a "Default HFS Configuration" which includes the features of a combined file- & webserver.

The basic idea is to have a compressed file (zip, rar or 7z) which by
unpacking results in f.e. C:\Default_HFS\hfs.exe, ...\hfs.tpl, ...\hfs.ini, ...
hfs.vfs  and some default subdirectories for upload, download, webpages
(HFS Help, Template Help etc). with some basic (html)-files etc. The user
would have a full preconfigured default web- and fileserver available with
the same effort as just running the hfs.exe distribution, but much more
 features. Each user could do it for themself, but in my opinion this would
show the full potential of HFS to new users and add some value to HFS.

I'm also not so good in HTML, in fact the "Grey" template was my first
written HTML, but in fact the principle is quite simple:

In the hfs.tpl, which is in fact a kind of "dynamic index.html" which will be
 served when your site is visited, put your hompage-html in the section
[login-link] and the hfs-html in the section [logged-in] of the hfs.tpl file. In
 the [login-link] section put a link to href=/~login. This will open the
user:pwd window and execute the html of the [loggedin] section (with the
hfs directories).
Why not start with an existing tpl? Just modify to your taste. See
www.w3.org/MarkUp/Guide/ for intro to HTML.
GeeS
~GeeS~


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
a different HFS distribution... sounds good
and since HFS is free (GPL) you can do it even without asking my permission
but in the future there may be a user-made section for HFS


Anonymous

  • Guest
Quote
what's the problem?
put your files in a folder, but your homepage in the root
then put in your homepage a link to the folder. <a href='/folder'>enter</a>
And it works great ! Guess I was trying to make it more
difficult than it is.
Thanks Rejetto !
 I am learing a little about html, just don't have much
free time to spend.


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
you don't need new ideas but someone to make the old ones :)


Offline sigudian

  • Occasional poster
  • *
    • Posts: 21
    • View Profile
Quote from: "rejetto"
i had an idea
a javascript that onClick builds an url like http://user:password@server/~login
then move the browser to that url

it may work

can u write such a script?? it would be nice to have


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
not me, i'm not a javascript programmer and it's better i spend my time on HFS ;)