Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 14-03-2005, 01:59 PM   #1 (permalink)
In The Zone
 
Join Date: Aug 2004
Location: ..:::In Beautiful Hearts:::....
Posts: 339
Default Protect Photos on web from copying


Is thre any script to disable print screen button and prevent the the image being added to the temp folders ? so that the mage can be protected ?

any function on keydown , key press... etc ?
any way image can be protected frmo right click, save as etc but the above mentioned ?
vijaythefool is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-03-2005, 08:46 AM   #2 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2005
Posts: 22
Default dude

why don't you try to find one on

http://www.planetsourcecode.com

I had it but lost the cd

just register for free login and download unlimited codes

bye

8)
divyaansha is offline  
Old 15-03-2005, 09:51 AM   #3 (permalink)
In The Zone
 
rohan's Avatar
 
Join Date: Mar 2004
Location: Bangalore
Posts: 297
Default Theres Nothing you can do

All images are first downloaded to the cache and then shown, hence you cannot do anything to prevent this stuff. Well however you can surely disabel right click onh your site which will prevent users from right clicking any image.

There are many codes here. Try all and see which works on all browsers:

Quote:
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>
Quote:
This works on Netscape 6. It will silently disable the right click menu without any alert:

<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!docum ent.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
Quote:
This one will disable only the image toolbar in IE 6.0:

In the <head> section put the following code:

<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

Or for any image put the following code:

[img]test.gif[/img]
ThanX, Rohan Ultra
__________________
If there wasn't greed, we still would have been single-celled organisms.
rohan is offline  
Old 15-03-2005, 10:10 AM   #4 (permalink)
Apprentice
 
Join Date: Mar 2005
Location: Cyberspace
Posts: 97
Default

Try using a software called Artistscope secure image i think
__________________
Hibernating ....
banned2wise is offline  
Old 15-03-2005, 11:43 AM   #5 (permalink)
Wise Old Owl
 
Join Date: Dec 2004
Location: New Delhi/Bangalore
Posts: 1,087
Default

Do as rohan says, disable right click. i also disabled right click on my website's home page
__________________
Shwetanshu Srivastava
I can give a headache to an aspirin!
shwetanshu is offline  
Old 15-03-2005, 11:55 AM   #6 (permalink)
In The Zone
 
Join Date: Aug 2004
Location: ..:::In Beautiful Hearts:::....
Posts: 339
Default

Talking abt right click .... still any one can get the image out of ur page....
think....

Artist scope is useless buddy . just go through the applets and ull get the image without an extension just rename it with a . jpeg extension . u get the image.

on win xp :
when a image with no right click is loaded just wait for the image load and see an option can be seen on the top left corner to save

To over Come this just use another layer of a transparent gif image using <div> on ie5 and <layer> on others browsers. when the save option appers over the image the blank gif imagew ill be saved which is layered above the protected image.......


But when print screen button is used the image can be captured !

in no ways mage can be saved perfectly !
vijaythefool is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by ico
- by Piyush
- by icebags
- by clinton

Advertisement




All times are GMT +5.5. The time now is 12:24 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2