The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Yes, I realize that (ultimately) no deterrent can stop someone who really knows what they're doing.
However, no-right-click does deter the lion's share of people trying for free downloads. It's kind of like locking your home/car. Do you realize that, if someone is hell-bound intent on getting into your car, or home, they can? But you still lock your car and your home, right? In the same way, employing a no-right-click is still a good idea for an image-hosing forum, as it prevents most people from trying. Thanks and, btw, do you have a solution? Jack |
#12
|
||||
|
||||
Do you realize that you should use a better tone against an administrative member?
Also, if you deactivate JS in your Browser, many of these "scripts" wont work. Besides, you can also use screenshots/snapshots to get images. Solution? If you dont want them to be seen on other pages you can using .htaccess to prevent hot linking or watermark them. Best solution is, if you dont want images to be shared or loaded, dont post them on internet (but this you probably dont want to hear ) |
#13
|
||||
|
||||
I stop using websites that prevent me from right clicking.
|
Благодарность от: | ||
Elite_360_ |
#14
|
||||
|
||||
Code:
<script> document.oncontextmenu = function(e) { var target = (typeof e !="undefined")? e.target: event.srcElement if (target.tagName == "IMG" || (target.tagName == 'A' && target.firstChild.tagName == 'IMG')) { alert('This image is protected by legal copyright and is the property of its owner'); return false; } } </script> |
#15
|
|||
|
|||
Quote:
Jack |
#16
|
||||
|
||||
You should know, a lot of people find this very annoying on websites.
Also when you load a web page, all the images get downloaded on your PC, to a Cache or Temp directory. All you need to do is, in FireFox click the sites Favicon, go to More Information, then click on the Media Tab and all the forum images are right there for you to download. All the images that are loaded anyway. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|