rejetto forum

An HFS Software Bundle made by Me

raybob · 40 · 30360

0 Members and 1 Guest are viewing this topic.

Offline rednyle

  • Occasional poster
  • *
    • Posts: 14
    • View Profile
Raybob,

I'm trying to change the background to something other than black for the page right after they have successfully logged in, which file is that? The page that says, "Good Afternoon, User." I can't seem to find that file anywhere.

Thanks,
Dom



Offline raybob

  • Moderator
  • Tireless poster
  • *****
    • Posts: 454
    • View Profile
    • FileSplat.com
the FHFS folder doesn't inherit all the security permissions from the C:\ for some reason.

As for creating multiple users with the same browser, a simple clearing of the cookies in your browser should do that trick.


1) That shouldn't affect every computer though and would react the same way with regular HFS

2) In V1.1 there's an option for that... run the installer.  :)


Also anyone asking for help please make sure you're running the newest version before you ask because I'm constantly finding and fixing things that got screwed up and new builds come every couple days as I have time (though not for a while after now)


Also note that the following has already been fixed for 1.1.1 (just put up) and then that will probably be the last or at least penultimate version for a while...

Fix: Submission script was still checking for signed up cookie even if the option was disabled
Improve: Decompressed the ajax.signin script, ADDED COMMENTS
Fix: The browser would redirect to a nonexistant page if clicking submit on the signin prompt w/o input
Improve: More small changes to the readme
Fix: Browsing with the URL http://localhost/ would loop a redirect
Improve: Re-wrote the wrongemail2 alert on the newaccount page
Improve: If signing in with the validation ID cookie, it redirects
Fix: Shared folder buttonheaders weren't as wide as they should have been
« Last Edit: November 08, 2011, 03:56:48 AM by raybob »


Offline rednyle

  • Occasional poster
  • *
    • Posts: 14
    • View Profile
Raybob,

Which file is for creating folders when a new user is created? The default creates music, photos, my documents and videos but I just want my documents to be there and nothing else.

Also, which file controls the panel for current user, directory, file actions, other actions, etc..? I want to turn off some of those features certain users.

Thanks,
Dom


Offline raybob

  • Moderator
  • Tireless poster
  • *****
    • Posts: 454
    • View Profile
    • FileSplat.com
Direct any questions here please/thanks.....
« Last Edit: November 09, 2011, 04:00:09 AM by raybob »


Offline raybob

  • Moderator
  • Tireless poster
  • *****
    • Posts: 454
    • View Profile
    • FileSplat.com
Hey guys for the next major version (1.2 maybe), would anyone have any interest in incorporating MySQL into FHFS rather than just using TXT files to store values?

I found a way to load/manipulate SQL databases in HFS even w/o the actual SQL protocol....  This for example will print a value loaded from SQL onto the page:

Code: [Select]
{.set|command|use FHFS; SELECT value FROM data WHERE name='greeting'; .}
{.exec|"C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe" "--defaults-file=C:\Program Files\MySQL\MySQL Server 5.5\my.ini" -uroot -p{.get account|{.^username.}|password.} "--execute={.^command.}" |out=return .}
{.set|return|{.replace|value
||{.^return.}.}.}
{.^return.}

The only problem here is that this method is exceedingly slow.  Even with default HFS options, a (very) long query can take >10 seconds  :(
« Last Edit: November 12, 2011, 12:13:18 AM by raybob »


Offline crazyboris

  • Tireless poster
  • ****
    • Posts: 140
    • View Profile
i have a problem.
files that are uploaded without accound cant be downloaded.
you get to the download page and have to wait 5 sec , but then nothing happends.
in hfs you can see that the download page is requesting the file.

in iexplore file is never uploaded.
well in hfs it says file is uploaded but its not in the shared folder.

when you use firefox the file IS uploaded and is in the shared folder , but cant be downloaded.


using the 1.1.1 version.


Offline raybob

  • Moderator
  • Tireless poster
  • *****
    • Posts: 454
    • View Profile
    • FileSplat.com
1) Don't ask for help if you're not on the latest version

2) Direct any questions here please/thanks.


Offline Petro

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
Is the FHFS-Forum down? Can't connect...

When I start FHFS-Server it opens the Browser on 127.0.0.1
but only displays that Page is under construction.
Port-forwarding done as written in Readme.

Edit:
If i type 127.0.0.1:xxxx = the port I use   it displays me
a FHFS-Error Page with
"ERROR 403 - Unallowed
This server is not yet configured.
Read the readme, run the installer."

But where or how can I configure this???
« Last Edit: January 12, 2012, 11:12:35 AM by Petro »
hm.....no need for this


Offline raybob

  • Moderator
  • Tireless poster
  • *****
    • Posts: 454
    • View Profile
    • FileSplat.com
You're not supposed to change the port until after you've run the installer.

Note that changing ports often doesn't work in 1.3.2, but will work completely in 2.0 which is coming out soon.

Also the forum was down for a while while I migrated to a new server but it's up again.
« Last Edit: January 15, 2012, 04:52:23 AM by raybob »