Wordpress downloads page with upload option - wordpress

I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a downloads page with an upload button that allows users to instantly add files to that downloads page.
Does anyone perhaps know of a way to do this? or know of any plugins one can use?
Thanx in advance.

For the "Security" part (not accessible thru internet), the best is to have your wordpress website hosted on a local server. It makes it unaccessible from internet and will be fast thru wifi network. You can use the domain name of the computer/server (computername.domain.com) to access your website. If you want to use another name eg:mylocalsite.com, you'll have to use a DNS Server to redirect local visitor to your website.
For the plugin, Since there seems to be a lot of plugins that would do the job, i would suggest you to visit Wordpress plugin repo and select the good one that suits your needs (User login or not, only images or files,etc...)

Related

I need to transfer my website to another domain

I want to transfer my website from its domain to another domain that is used for my company emails.
The issue is that the first domain is not serving the website correctly, So I need to transfer the whole website to the company domain, But the company domain is used for important emails accounts (The email is like yamen#domain2.com), I'm not a network professional so if there any full solution description or a tutorial or just link that would be great.
I'm trying right now to backup my website to be ready for the transfer process.
But I do not know what is the best and healthy way to do that.
Is there any way to do that correctly with out losing any data (Because everything online).
To do a quick and secure backup and restore of all your site content, including the database, I use the "All-in-One WP Migration" plugin.
All-in-One WP Migration
It works very well

I am not able to see 'create application password' section in wordpress

I am trying to create a script from How to upload images using wordpress REST api in python?
The only problem is that I am not able to see the the section where I can create application password. My only goal is to create a application password, I don't know what else to write but feel free to ask me anything anytime.
Screenshot - https://i.stack.imgur.com/AbM1u.png
After seeing the screenshot of WordPress admin you share, I found that you are using wordpress.com to host your website.
This is surely limited by wordpress.com
See WordPress.com plans to know, which plan includes what.
You can host WordPress at own hosting to get this access. WordPress source code can be downloaded from WordPress.org

Admin access to entire Wordpress site with plugin and is it safe?

I see that third party Wordpress dashboard tools like ManageWP or InfiniteWP have access to entire Wordpress site by installing theirs plugin on that site.
This way they have admin access to my Wordpress site so they can update plugins, do site backup etc.
How this is possible and is it safe?
As far as my knowledge says, ManageWP has two methods of getting admin access to the wordpress site.
Installing a Worker Plugin
Saving Admin username and password
Once they get the admin access, they view the wordpress dashboard in an iframe inside of the ManageWP panel. The rest of the controls happen via third party plugins installed by the ManageWP.
Coming to your next question about if it is safe, As per this link,
We take security very seriously. We had no security-related incidents in our history (and we’ve been around since 2010).
Their serves run over AWS Infra, so we can be sure that they have a solid server security, but I would still recommend not to host any sensitive data over a website which could control your wordpress site completely via admin panel.

Looking to use a sub domain for the customer area of a WordPress site

I am new to this site and I am a designer more so than a programmer. I have thoroughly searched for a fix or answer to this but so far found nothing.
I have a website (www.face.eu.com) that is powered by WordPress. We have customers that can log in to the site in order to download tools.
What I want to achieve is a secure area that the login customers are directed to. So, my idea was to have another installation of WordPress on a sub domain (www.users.face.eu.com) and after logging in they are directed here, the site uses the same theme therefore looks the same.
Is this possible and would it keep the user logged in after the redirect?
If you have a different installation of Wordpress, then no. These two installes have different cookie secrets in wp-config.php and so cannot share a login.
However, you should be able to accomplish this using the Network feature in Wordpress 3, which was previously named WPMU (Wordpress MultiUser). On http://codex.wordpress.org/Create_A_Network is a detailed tutorial on how to get this functioning.
If you have completed these steps, you can spawn a different blog on a subdomain, yet share plugins, themes and users.

WordPress MU: Login from main page but not individual blogs

I recently upgraded to WPMU 2.8.6 and ever since, my users can't log in on their individual blogs, but they can log in from the main page.
My site is at blogs.mtwp.net (we're a school district).
So if a user goes to blogs.mtwp.net/BLOGNAME/wp-login.php, their password is rejected. If they go to blogs.mtwp.net/wp-login.php, they can log in and get to the dashboard from there.
But it's not all users. Site admins can get in just fine.
We're using wpDirAuth 1.4 if that makes a difference.
Honestly, I'm stumped. Any help would be very much appreciated. Thanks!
you would seem to have enabled the WPdirauth plugin at the top level blog but not on others. Only your top level blog will have the necessary information to connect to your directory.
Site admins are not typically part of your internal directory - they're a Wordpress user which means they can still log-in ok without needing to connect to Active Directory or whatever you're using.
Enable WPdirauth on all blogs that you need users to login to.
Try reviewing your wp-config file. You should see something like this:
define('SUBDOMAIN_INSTALL', true);
Depending on how you've configured Wordpress, this must be enabled to log in to the dashboard of secondary sites.

Resources