Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 20.10.2004, 15:23   #1 (permalink)
Baby Mamber
 
Christopherusly's Avatar
 
Join Date: Sep 2004
Posts: 21
Christopherusly is on a distinguished road
Default Image theft

You spend a lot of time working on graphics for your site, whether it be your logo, any component images or in my case, photographs of a "product". You do not wish for persons to be able to easily right click and take that image, ok you have get arounds such as the floating image tool bar in IE, or you just save the webpage you are visiting then raid the /image directory.

Wouldn't it be great if there was an option within mambo, either as part of the core, or as a mambot, which specifically prevented users from saving your image files ?

What do you think ??

The javascript to do this go as follows..

Code:
<!-- Start of no right click script --><script language="JavaScript">

// No rightclick script.

var message="On this page you can't right-click in Windows?"; // Put your message for the alert box between the quotes.

// Don't edit below!

function click(e) {

if (document.all) {

if (event.button == 2) {

alert(message);

return false;

}

}

if (document.layers) {

if (e.which == 3) {

alert(message);

return false;

}

}

}

if (document.layers) {

document.captureEvents(Event.MOUSEDOWN);

}

document.onmousedown=click;

</script>
__________________
Microsoft gives you windows, Linux gives you the whole house.
Christopherusly is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 20.10.2004, 16:05   #2 (permalink)
Professional Mamber
 
zorkhh's Avatar
 
Join Date: Apr 2004
Location: Northern Germany
Posts: 713
zorkhh is on a distinguished road
Default Re: Image theft

Hi,

Javascript is very easy to switch off - and then your pictures are easy to copy.

I usually use a combination of tricks (e.g. picture as background and a transparent gif over the picture, javascript, ...). But even this won't help too much, if the user comes with firefox and uses the "Page Info", where he can save all media directly from the menu.

All you can do is to make it as hard as possible to get the images. If someone wants to have them, he'll get them...

ZorkHH
__________________
News and stories around Joomla! PlanetJoomla.com
For individual Joomla-AddOns visit Joomlaexpert.com
zorkhh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.10.2004, 16:07   #3 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Image theft

Personally I hate sites that attempt to limit my browsing with such restrictions.

Also you can around all these blocks anyway.
In Firefox there is an extension that specifically switches of the ability of sites to block you for using right clicking.

Also your example requires javascript, one could get around this by simply switching off javscript on their browser.


The simple answer is that there is no effective way to do what you want.
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.10.2004, 16:24   #4 (permalink)
TJF
Mamber
 
Join Date: Aug 2004
Posts: 81
TJF is on a distinguished road
Default Re: Image theft

In the worst case scenario they can always just do a Print Screen and paste it into Photoshop...

Try cutting up images into several pieces to discourage right click -> save as thieves.
TJF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.10.2004, 16:44   #5 (permalink)
Baby Mamber
 
Christopherusly's Avatar
 
Join Date: Sep 2004
Posts: 21
Christopherusly is on a distinguished road
Default Re: Image theft

this was just an idea. I shall stick with my embedded watermarks in that case.

cheers guys.
__________________
Microsoft gives you windows, Linux gives you the whole house.
Christopherusly is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Background image mrtickle Template Discussions 5 13.02.2005 16:38
not wanted image in the mainmenu doggystyle Mambo 4.5.1 General Talk 0 27.09.2004 21:49
htmlarea_xtd-c and having separate image directories mhapner Mambo 4.5 'How Do I' Questions 0 21.09.2004 21:03
Create image on the fly Alikon Development Discussions 13 10.08.2004 10:46
HTMLArea 3 v1.0 Image Upload Greek Mambo 4.5 'How Do I' Questions 0 09.06.2004 16:37


All times are GMT +2. The time now is 13:25.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.