Click here to Skip to main content
15,912,504 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
sir_download_alot21-Apr-15 23:45
professionalsir_download_alot21-Apr-15 23:45 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 0:27
Mark_Wallace22-Apr-15 0:27 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Sunil kumar Suryavamshi22-Apr-15 1:24
Sunil kumar Suryavamshi22-Apr-15 1:24 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
_Maxxx_22-Apr-15 1:27
professional_Maxxx_22-Apr-15 1:27 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 3:05
Mark_Wallace22-Apr-15 3:05 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Dan Neely22-Apr-15 3:21
Dan Neely22-Apr-15 3:21 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 5:57
Mark_Wallace22-Apr-15 5:57 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 6:54
Mark_Wallace22-Apr-15 6:54 
OK, looking on the "server" machine into services that aren't running (because it does seem pretty weird that it manages to do everything using only the browser), I found upload/download/sync services, and a bunch of XML config files.

Three of the config file are just file listings, and I presume that they are copied to/from their server to display the file listings.

The fourth one contains all the personal information. Here's its (redacted) content:

XML
<?xml version="1.0" encoding="utf-8"?>
<Config>
  <EmailID value="" />
  <UserID value="[redacted]" />
  <ComputerID value="[redacted]" />
  <UserRegistrationStatus value="[redacted]" />
  <BaseFolderPath value="[redacted]" />
  <Upgraded value="0" />
  <VersionNo value="1.9.02" />
</Config>


Note that I didn't have to redact the e-mail address, because it wasn't there, and the user and computer IDs were numeric.

I have yet to find anything at all on "client" machines -- I've accessed files from Windows, Android, and iOS machines. Nothing is installed on them, I've found nothing copied into them, other than the files I copied, and everything is done exclusively through the web-app, in a browser window.

And, just like the "server", all the web-app asks for is an e-mail address and a user name/password combo.
I wanna be a eunuchs developer! Pass me a bread knife!

GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Dan Neely22-Apr-15 7:44
Dan Neely22-Apr-15 7:44 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 8:36
Mark_Wallace22-Apr-15 8:36 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
d.shapiro22-Apr-15 3:29
d.shapiro22-Apr-15 3:29 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
XH558v22-Apr-15 4:15
XH558v22-Apr-15 4:15 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
d.shapiro22-Apr-15 4:18
d.shapiro22-Apr-15 4:18 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
A. A. J. Rodriguez22-Apr-15 4:16
A. A. J. Rodriguez22-Apr-15 4:16 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
patbob22-Apr-15 5:36
patbob22-Apr-15 5:36 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Man of Code22-Apr-15 4:15
Man of Code22-Apr-15 4:15 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Herbie Mountjoy22-Apr-15 4:50
professionalHerbie Mountjoy22-Apr-15 4:50 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Man of Code24-Apr-15 10:25
Man of Code24-Apr-15 10:25 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Man of Code24-Apr-15 10:41
Man of Code24-Apr-15 10:41 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Alaajabre22-Apr-15 16:22
Alaajabre22-Apr-15 16:22 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace22-Apr-15 20:16
Mark_Wallace22-Apr-15 20:16 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Bassam Abdul-Baki23-Apr-15 0:41
professionalBassam Abdul-Baki23-Apr-15 0:41 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace23-Apr-15 3:58
Mark_Wallace23-Apr-15 3:58 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Bassam Abdul-Baki23-Apr-15 4:16
professionalBassam Abdul-Baki23-Apr-15 4:16 
GeneralRe: I know I'm probably the last one here to have heard of this, but... Pin
Mark_Wallace23-Apr-15 4:25
Mark_Wallace23-Apr-15 4:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.