vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   Stop users from right clicking on forums. (https://vborg.vbsupport.ru/showthread.php?t=85075)

Red5 10-25-2002 06:52 AM

i'ts kind of lame though anyone can by pass this code, and anyone can get this code over at any scripts page...so....

Mr. X 10-25-2002 06:57 AM

"Otherwise it would be great to prevent image stealing."

Not really. Like said its not hard at all to get around it in IE6, and it wouldnt work at all in Moz etc. But clueless users wouldnt know most likely so in that end it would work nicely :)


Personally if image stealing was a problem I'd use .htaccess.

Photon 10-25-2002 11:15 AM

hacked ;) rightmouseclick and hold the button, press "enter" unhold :)

DustinLikeOGM 10-25-2002 02:19 PM

but it would help image stealing from newbies :-0

Tony G 10-25-2002 11:44 PM

They may not be newbies to right clicking, though.

phill2003 10-28-2002 04:15 AM

[qoute]that would be great to avoid people stealing your images by right clicking, and "save image as"[/quote]

you having a laugh all the images from your forum are already in the temp internet folder anyway waiting to be moved to the desktop all this does is annoy users:)

jed717ph 10-31-2002 03:54 AM

This is good so that the texts in the forum such as important infos may not be copied easily.

Nice!

Jakelshark 11-01-2002 12:56 PM

heres something i was working on you might like

this adds a real cool right click menu insted of that pop up (no offense)

easy edit and can post images (icons), links, and text

well have fun with it, theres a how to edit file included

it might not concel your stuff, but its easy to stop begginers and look real nice :D


screenshot a working demo

(i know that temp needs some work, but i have been doing my html and flash site lately)

if you get a brown/black page go here then right click (you get a preview of my site)

imported_Porter 11-07-2002 01:42 PM

This is a way 2 avoid a no-right-click popup:

Quote:

<script language=JavaScript>
<!--

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;}
// -->
</script>

x-wave 12-25-2002 08:00 AM

That actually doesn?t wotk right. Make a right click, then when that windows pos up, just keep pressing the mouse button and hit "enter" on the keyboard, then let the mouse button and u?ll see :)


All times are GMT. The time now is 06:11 AM.

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.01701 seconds
  • Memory Usage 1,737KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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