Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI am using Wordpress 4.9.8 and WooCommerce 3.4.6 and Feed Them Gallery PRemium for bulk upload to sell photos. My problem is when a customer buy a photos, it works fine, but on the order-re ceived page the name showed for the url of the photo, is somethign like
.jpg
which is just impossible! Any customer can then found any photo. How can I hide that url? Any help much appreciate. Thanks!
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI am using Wordpress 4.9.8 and WooCommerce 3.4.6 and Feed Them Gallery PRemium for bulk upload to sell photos. My problem is when a customer buy a photos, it works fine, but on the order-re ceived page the name showed for the url of the photo, is somethign like
https://instantmax/wp-content/uploads/2018/10/tennis03.jpg
which is just impossible! Any customer can then found any photo. How can I hide that url? Any help much appreciate. Thanks!
Share Improve this question asked Oct 23, 2018 at 9:13 user6330534user6330534 13 bronze badges 01 Answer
Reset to default 1Anyone who knows the absolute path of a file can find it. There are several possibilities, two simple ideas to set up:
- Generate a random name for each file
- Generate a temporary link for each download
In both cases, I guess a plugin already exists.