vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   protect images with a Copyright message in explorer on right click (https://vborg.vbsupport.ru/showthread.php?t=36674)

Smellycat 03-28-2002 03:51 PM

protect images with a Copyright message in explorer on right click
 
Small bit of java code to stop users right clicking on images within vbulletin pages and saving them to disk.

Add this to your header template

<!-- copyright -->
<script LANGUAGE="JavaScript">
function click() {
if (event.button == 2) {
alert('Images Are Copyright!.');
}
}
document.onmousedown=click
// -->
</script>
<!-- copyright -->

Xelation 03-28-2002 05:29 PM

This is so stupid, anyone can still get your images even if the right click is disabled.

Xanthine 03-28-2002 05:46 PM

Yea, View -> Source and just find the image url or on XP or Mac just drag the images to your desktop.

Psychdrone 03-28-2002 06:21 PM

ya but not everyone is smart enough to do that!

Smellycat 03-28-2002 06:22 PM

well run it in frames then they see the frame source. on viewing the source.

its far from bullet proof obviously, but luckily not everyone has your amazing I,T skills do they!

you could even add this!

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

turns off the image tool bar in explorer

just one step to go! stopping the drag and drop
... Help mr I.T Guru Please!

Flame Away!

Nemesis77 03-28-2002 08:58 PM

there are java scripts out there that disable right click all together so they can't right click to view source. it disables right click anywhere on the site.

Xanthine 03-28-2002 09:18 PM

... with internet explorer you can click on View on the top bar and hit as source to view as source.

Smellycat 03-28-2002 09:20 PM

Don't tell everyone LOL

you can also just click file & save as and get everything!

c-pr0mpt 03-28-2002 11:07 PM

Or a simple print screen and paste if a person REALLY wants something. There is no way to stop it.

nafae 03-28-2002 11:12 PM

along with the fact that disabling right click is just annoying, because most people (or perhaps its just me?) like to randomly hit mouse buttons and select text when they are reading it. Perhaps I am just overly anxious ;)


All times are GMT. The time now is 06:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00995 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete