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
|
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 |
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 |
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 |
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 |
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 |
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 |
@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. |
@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 |
Someday, Someway. |