NameSilo

Image Stealing

SpaceshipSpaceship
Watch
Impact
0
On win xp (im not sure about other os) u can put ur mouse over an image for a sec or two and there will be a thing come up where people can save it. Is there a way to get rid of that with HTML or something?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
A very simple meta tag to remove that menu..

<meta http-equiv="imagetoolbar" content="no">

just put that in with your other meta tags and the toolbar wont come up when you hover...

but it doesnt disable the right click.. you would need a Javascript mouse capture event for that.


<script language="JavaScript" type="text/javascript">
<!-- hide from old browsers
var message="put a message here"; // Message for the alert box

function nosource(b) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (b.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = nosource;
// --> </script>



good luck
 
0
•••
Ya I have the right-click disabled and the text select...now one more thing...is there a way to disable dragging the of a picture to the status bar and then saving it?
 
0
•••
unless you use Javascript against left-clicks (VERY ANNOYING), no.

Also, that script you use with the anti-right-click is useless
(Howto get passed Anti-Right-Click alert boxes), use this code:

<SCRIPT LANGUAGE="JavaScript">
<!--
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}

if (self.location == top.location)
{
top.location.replace("index.htm");
}
//-->
</SCRIPT>

Also, if you want to block the little box with the save button appearing, add an ISMAP to the tag.

Example:
<IMG SRC="image.bmp" ISMAP ALT="">

Hope this helps!
 
0
•••
honestly , your attempts to thrawt theft of your images will go in vain. First of all, the images will be stored in temporary internet files folder. You can stop that by using flash to dispaly the image. However this still is vulnerable. When it comes to images on the web, if you can see it, you can steal it. A simple screenshot is all thats needed.

sorry buddy, just get use to the fact that people can steal your work. Yet then again, isn't that fact kind of flattering?
 
0
•••
hey mptarh, whats up with your sig? thats too similar to mine, I thought of it first! ok ok, a friend did, but still!
 
0
•••
By the time I read you post I changed it anyway.

Hey, a friend told me mine too. My friend is better than your friend! :argue:
 
0
•••
well my friend could beat up your friend! ok probly not, my friend is a short fat white mexican, but it would sure be funny to watch!
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer

We're social

Spaceship
Domain Recover
CatchDoms
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back