How can i encrypt my links so the download link can NEVER be found out? Say i have a link : www.site.com/file.zip I want to encrypt it so people can never find out the exact link, but still be able to download it. How can i do it?
Redirect file.zip to a php script, which can check if you're logged in, or have the correct permissions. If so, it will serve your file, if not, it could display an error or redirect you to a login page.
If you just do not want them to be able to send url to others or have it listed on search engines then use some of the free sites that encryopt it for you and add the code they give you. If not try what Synchronium said.
Ok, things to look up: 1) htacess & mod_rewrite 2) serving content that's not text/html with php As for a tutorial, go look for one. This idea was just off the top of my head. I've never had to do it before, but if I was ever going to, this is probably the method I would chose.
I dont know much about this, all i want to do is protect my links. Can someone tell me an easy solution? Google didnt help
I have a site that users can upload files to and download when needed. I used a php script to create a folder with a random name and then using a SQL database you can associate the random name with the actual name of the file.
Can you guide me through? This is what i want: I upload a file to the server through ftp, lets say its www.site.com/file.zip I want the site name to be completely hidden, but at the same time the user can download off it. How can i do that?
It is not the ideal way to do it - but if you know nothing about programming then you could password protect a zip file - you could email the user the password to access it.
are you trying to hide your URL or the zip files? if you are trying to protect the zip files you can download a php script that will allow users to register and then login into a password protected area where you can host the zip files. I would suggest the book 'PHP and MySQL for dynamic Websites'.
Hi, I think this might be helpful to you, http://freecodesnippet.com/articles/php/serving-files-through-php/ It hides URL completely and lets one download with original path hidden. for example http://site.com/xyz/abc/mnop/qrst/wzyz/myfile.zip can be downloaded by http://site.com/download.php?fileID=xksifioagjasdkljaiosdgjasdl best of luck with it.
Why does someone need a download link? The way I do it is to email the zip file to a provided address - that way I NEVER give out the actual script location, and besides, I keep the zip files in a location that is outside the webroot so they can never be downloaded from a link.
just to to: rstore DOT info SLASH members SLASH zxoowdrb3ybdr DOT html and paste your code into the top box, click step2 and step3. Presto! all done!
even tough this is an old post if u still want paypal encryptor..u may use the software avilable at http://paylockgenerator.net/example.html