Eightkiller wrote:I would like to know how I can prevent giving access to anyone to the files, for example. I can't access with the URL to /wp-content/uploads/images, for example (i get 403 errors), /images is the folder I would like to manage with FilesApp, and create galleries inside to incorporate with ember after that.
The question is not entirely clear. Is this Files app or Embed? To display files in embed AND files app, the images need to be accessible from the web of course, and I don't know how you have setup your Wordpress. Yes you can password-protect Files app, but that will protect access to the APP, and will not change access to any of your images.
If you want to protect Embed app, you would need to password protect the Wordpress page where you have added Embed
Eightkiller wrote:Yet i'm able to install the index.php of FileApp, directly inside /wp-content, and it gives me access to the whole tree folder under it, but it gives access to anyone, so it's completely unsafe and hackable.
Yes you can add Files app anywhere, and it will allow view access to all files and folders from where it's located. If you are using it strictly for Embed, then why not drop Files app in the root of dir that you want Embed to access? Surely that is not the entire /wp-content dir.
Furthermore, you can add password-protection to Files app. Open the file _files/config/config.php, and you will see many commented out options. You can add username and password. See instructions here:
viewtopic.php?f=67&t=10180
Of course, you can also block access to Files app directly from server using .htaccess. Furthermore, you could also drop Files app index.php in a blocked, protected, hidden folder /something/only/you/know and allow it to work just as an API. Many options, but no need to make things complicated.
Eightkiller wrote:1 - Install file app only in the /images folder
First step here is to drop Files app index.php directly in the /images folder. You only need to put Files app index.php in a folder that contains the files/folders you want to display in Embed app. That would be first thing to do!
Eightkiller wrote:2 - Force some kind of login to access to the file manager after that
See my response above about setting login to Files app from the config.
About Embed licence price, yes it's $39.00 same as File app. For further assistance, perhaps I can help you out tomorrow? It's past midnight here. We can continue here, or maybe easier if we go to chat and deal with it directly. Embed is quite new, documentation is limited, and it does require some messing around, especially in Wordpress.