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 - SonyUSA

Pages: 1
1
FHFS / Re: All users suddenly missing!
« on: August 27, 2016, 01:06:38 AM »
No, it wasn't a VPS, it was just a Windows Server box we had spare in our rack. I was the only one that logged into that box. Thanks for offering some suggestions though!

2
FHFS / Re: All users suddenly missing!
« on: August 23, 2016, 11:27:13 PM »
I've closed and restarted the server many times before, but this time it wiped everything... I dunno :/

Sorry,, but I have to move to another product, this is going to cost me hours of work to get the users access to their files, whether I migrate or re-do this platform, and I can't have that happen again :(

3
FHFS / All users suddenly missing!
« on: August 23, 2016, 05:22:46 PM »
(Decided to open a new thread.)

Basically, I couldn't access the server remotely via HTTP (request could not complete error) so I remoted into the box running it and the FHFS server was showing as Off. I went ahead and closed down the GUI and opened it back up...

The user list in the box promptly erased itself and I got a message that "Could not locate the root files...". It's only showing the Shared folder in the VFS listing now and none of the users can log in. They all have a ton of files they need to access and I'm up sh**s creek right now. Please help? :)

Side Note: They still show in the User Accounts tab under Options and the credentials work, they just can't log in because their files aren't "linked".

Found this in the logs, this was the last two entries from yesterday:

Code: [Select]
46.174.191.xx - - [22/Aug/2016:19:59:53 -0500] "GET / HTTP/1.0" 200 118260 "" "openscan"
64.16.214.xx - - [22/Aug/2016:20:02:48 -0500] "GET /myadmin/scripts/setup.php HTTP/1.0" 404 50491 "" ""

Edit: Nevermind, just saw it gave back 404 to that request. I'm guessing this was an attempt to crack into a Wordpress.

4
FHFS / Re: 500 - This account is missing it's root file folder
« on: August 23, 2016, 04:28:36 PM »
Hey Raybob, I -just- had this exact problem. My server was offline so I logged into the box, shut down the whole GUI and then started it back up. The user list on the left cleared itself out and then I got the missing folders errors, and now all my users are gone :/ It's been working perfectly for a couple months and nobody gets on this box but me and I haven't logged into it directly for weeks... Anything I can provide that can help?

Edit: Sorry, opened my own thread here http://www.rejetto.com/forum/fhfs/all-users-suddenly-missing!/msg1061590/

5
FHFS / Re: User folder as registered email address
« on: June 26, 2016, 06:10:32 AM »
On a side note, I think I just figured out a security flaw...

User creates a login ID of "deleted.adminguy" and can access that deleted accounts files... ? Maybe even pass the ascii code to generate the dot in the username if name.name is forbidden?

6
FHFS / Re: User folder as registered email address
« on: June 26, 2016, 06:04:31 AM »
this is a better question for raybob, at the start of FHFS, ther is a startup script where i think a dim / string value can be scripted top do this....

and i think it might be  %e-mail% - Not 100% sure what the string it is for an email address...

the problem i see is the first start creation in with is tries to make a user folder, and the "@" sign would get in the way there...

Thanks for chiming in, I did a search for user-content/^username and did a replace all to user-content/^email (something like that) for 5 occurances, then modified another file as such:

Code: [Select]
{.mkdir|{.from table|installvars|CONTENTDIR.}\content-users\{.upper|{.^account-create-param2.}.}\private.}
And everything seems to work fine, folder names with @ don't seem to be an issue with Windows, there's a few bugs such as admin console showing root file folders for the user being missing, however a larger problem comes into play when you DELETE an account, because as far as I can tell it doesn't pass the user's email address as an "account-delete-param" and therefore I cannot delete or rename their file folder. Which means if someone deletes their account and ANOTHER user creates an account with the same creds, they can access all of that person's files (I tested this)... any hints? :)

7
FHFS / User folder as registered email address
« on: June 25, 2016, 04:49:01 PM »
I was looking through the templates and saw most of the user folder references are by variable, which is good, but for what I'm using it for it would be great if the users folder name was their email address instead of username, that way I can process their uploaded files and easily send them an email reply since I'll have explorer open already. This will help other admins who don't have FHFS admin accounts to find their email addresses easily, also.

For instance: D:\HFS\Uploads\Content-users\stanley@stanleysteamer.com\private\

Any idea what to change to enable this? I feel like it would be an easy thing to do... :)

Pages: 1