Disable right click download option for pictures?

Is there a way to prevent users from downloading profile pictures to their local machines from other users of a dolphin site?

I know there will be in any case the screenshot option, but I like to protect at least the direct download option.

 

Thanks,

Dirk

Quote · 17 Sep 2010

Hi there,

yes, there is. We have our right mousse button disabled (and the screenshot too...).

I know we found it by googling it, but I will try to find it with my colleague that programmed our site, and will let you know.

Regards,

Sleepless
Quote · 17 Sep 2010

 

Hi there,

yes, there is. We have our right mousse button disabled (and the screenshot too...).

I know we found it by googling it, but I will try to find it with my colleague that programmed our site, and will let you know.

Regards,

Hello it's not good example.
PS: All good internet user's will can disable javascript and download all pictures

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Sep 2010

Hi,

found it.

in file _header

+++++++++++++++after the code line++++++++++++

<head>
<title>__page_header__</title>
<base href="<bx_url_root />" />

++++++++++++++++place following javascript+++++++++++++++++++



<script language="JavaScript">
function alert(){
alert('Disabled Key. The copy of contents of this site is reserved and protected by Copyright. Thank you');
return false;
}

function rejectTecla(oEvent){
var oEvent = oEvent ? oEvent : window.event;
var tecla = (oEvent.keyCode) ? oEvent.keyCode : oEvent.which;
if(tecla == 44 ){
alerta();
}
}
</script>

<script language="JavaScript">
document.onkeypress = rejectKey;
document.onkeydown = rejectKey;
document.oncontextmenu = alert;
</script>

 

I believe it is useful, after all, 99% of users can not disable java and users feel secure by having this feature.

Regards,

Sleepless
Quote · 17 Sep 2010

This may have been useful back during the hay-day of GeoCities. Now, it's essentially useless, especially since some browsers will even ignore the alert on its own and show the right-click menu anyways.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 17 Sep 2010

It works perfectly in explorer and mozilla, and here people use 99% explorer (God knows why....). It works because we know our country (maybe we are still leaving in the dark ages...) and we know our users ...

Sleepless
Quote · 17 Sep 2010

I post this a long time and work for me and other people who use my code

go here >>>> http://www.boonex.com/unity/forums/topic/Disabling-right-click.htm

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 17 Sep 2010

@UFO360 - Please copy your code here.  I am getting "Access Denied" when I try your link.  I'd really like to know how you did this.  Thank You.

Someday, Someway.
Quote · 18 Sep 2010

 

@UFO360 - Please copy your code here.  I am getting "Access Denied" when I try your link.  I'd really like to know how you did this.  Thank You.

Copy the linked text (not the actual link) and paste it into your address bar. There's a URL-related bug where some links will fail to work for some people.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 Sep 2010

Excellent!  Thanks.

Someday, Someway.
Quote · 18 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.