QuarkQuarkQuark2001 Posted June 27, 2004 Posted June 27, 2004 Long time ago, I created my web site.I uploaded some songs, videos up to there.I just want to link them to files but many of them directly just press "save as.." or use flashget to download my items. I want to have a skill to protect my files. That's what I want to greet these hackers.Can anyone tell me what to do and how to make it?
NSX Posted June 27, 2004 Posted June 27, 2004 Well, you can get rid of the "right-click" --> "save as" by disabling right click on your page.
QuarkQuarkQuark2001 Posted June 27, 2004 Author Posted June 27, 2004 Well, you can get rid of the "right-click" --> "save as" by disabling right click on your page. how about the flashget?
Dave Posted June 27, 2004 Posted June 27, 2004 Well, you can get rid of the "right-click" --> "save as" by disabling right click on your page. *cringes* Why not just password protect the directory with .htaccess?
MulderMan Posted June 27, 2004 Posted June 27, 2004 yep id go with htaccess or some sort of php login script, but then youdd have to give out the username+password to your friends or whoever you want to download the files.
Dave Posted June 27, 2004 Posted June 27, 2004 Compared to disabling right click with JS (something that can be overcome anyway), it's not that much of a problem.
MulderMan Posted June 27, 2004 Posted June 27, 2004 in internet explorer i can get round the right click thing easily but in firefox i cant .
Sayonara Posted June 27, 2004 Posted June 27, 2004 Unless you turn off javascript, or use the handy "break right-click blocker" extension.
mossoi Posted June 27, 2004 Posted June 27, 2004 You can't give people access to items and then stop them saving/downloading them. If you don't want things downloaded then don't put them on the net. If you do want them downloaded but only by certain people than password protect the directories as Dave said.
QuarkQuarkQuark2001 Posted June 28, 2004 Author Posted June 28, 2004 You can't give people access to items and then stop them saving/downloading them. If you don't want things downloaded then don't put them on the net. If you do want them downloaded but only by certain people than password protect the directories as Dave said. That not like web site like Euro and mine.. Euro 2004 web site is protected from download video from it, it just links you to real one....How can it do?
Sayonara Posted June 28, 2004 Posted June 28, 2004 You need a particular service on the server hosting the site, called a "streaming mount point". This is not normally packaged with hosting services and you'd have to pay extra for it, plus you would need the proper software to make the streaming media files themselves.
albertlee Posted June 28, 2004 Posted June 28, 2004 QuarkQuarkQuark2001, as long as I read your first message, to me, and to other experienced internet users, can "save as" your files easily as long as all of your files are shown in your web page, people just have to check the source code/html, or go to temporary files to check the link........ are you creating your own web disk rather than a website? One way to defend your files being known the link is not to make a page that links to it,... Second way is to learn Java applet, which is better secure than such as asp, php, etc.....it makes harder for the hackers to find out the link, because the applet is binary java code, not only simple text like HTML. hope it helps Albert
Dave Posted June 28, 2004 Posted June 28, 2004 I wouldn't use a Java applet for something as simple as file protection.
albertlee Posted June 28, 2004 Posted June 28, 2004 well, dave, I assume Quark wants to share his videos and songs on his website, but on the other hand, he does not want people to "save as" them....... thats why it makes things so complicated, bothering to use java applet.... if it is simple as a webdisk, then dont make a page that links to it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now