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 04-05-2002 03:54 PM

Quote:

Originally posted by Sparkz
This is not Sesame Street (or however it is spelled). Ppl here are actually able to think and have opinions...

Well sometimes it seems it is LOL

gee chill out, it was only posted light heartedly.

Sparkz 04-05-2002 03:58 PM

Lol, I was not bashing you.
If it was bashing at all, it was bashing The One That Does Not Want Others To Express Their Views[TM].

Personally, if people does not like my hacks or mods or whatever, I don't really care. I made it primarily for myself.

But whining because someone says they don't like it, well...

Smellycat 04-05-2002 04:02 PM

Quote:

Originally posted by Sparkz
Lol, I was not bashing you.

But whining because someone says they don't like it, well...

nah i know, But that what makes me come here so much its more entertaining that TV! and free!

Bugz 04-11-2002 06:03 PM

left click and right click really fast and right click menu comes up.

drives fast 04-16-2002 04:02 AM

there is software out there that will eliminate any theft of images or code on your site. It actually gray's out the view button in the browser and right clicks and anything else you can throw at it. It can even be set to dissable all navagation buttons in the browser which I found to be quite annoying when you got the "page not found" thing because you couldn't click the back button and try again.

But anyway.....there is security...it is out there.....and yes...it is quite expensive too.

Use all the little tricks that are easily obtainable and that will discourage most that attempt since many barely know how to browse let alone aquire content.. There are even scripts that will replace the image with one of your choosing when someone tries to steal it. Integrating it into vbulletin is the tricky part.

Sparkz 04-16-2002 07:53 AM

Quote:

Originally posted by drives fast
there is software out there that will eliminate any theft of images or code on your site. It actually gray's out the view button in the browser and right clicks and anything else you can throw at it. It can even be set to dissable all navagation buttons in the browser which I found to be quite annoying when you got the "page not found" thing because you couldn't click the back button and try again.

But anyway.....there is security...it is out there.....and yes...it is quite expensive too.

Use all the little tricks that are easily obtainable and that will discourage most that attempt since many barely know how to browse let alone aquire content.. There are even scripts that will replace the image with one of your choosing when someone tries to steal it. Integrating it into vbulletin is the tricky part.

As long as everything is already downloaded to your harddrive, I still cannot see how any of this would stop me from 'stealing' the images...
Just a quick look through the cached files would do it... I could just delete the cache before loading the page, to limit the number of files I'd have to search...

drives fast 04-17-2002 04:55 AM

It actually prevents that too along with not allowing the images to be stored in the temp dir

When you pay $1200 fro protection software.....it really does work

Neo 04-17-2002 05:15 AM

Its easy, with combinations of the no right lick, turning the page cache off, and using a dynamic script that can only call the image from your current script.... but it doesnt really matter if someone can just PrtScrn ;)

Sparkz 04-17-2002 12:30 PM

Quote:

Originally posted by drives fast
It actually prevents that too along with not allowing the images to be stored in the temp dir

When you pay $1200 fro protection software.....it really does work

I guess it forces you to have Java enabled? Or even better, maybe it is some active-x component...

I'd like to see that run on my linux box :)

hidjra 06-27-2002 08:06 PM

You can also put this in you body

PHP Code:

<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" ....> 

And you can use this script so that people dont open a page outside your frame settings, using the Menu -> View -> Source;

PHP Code:

<script language="JavaScript"
           <!-- 
           if (
top.frames.length!=0
               
top.location=self.document.location
           
//--> 
</script

But like Sparkz said, this is stupid, everyone smart enough knows how to get the ++++s he/she needs. The people that don't know this (the so called newbie) should'nt be a thread to u anyway :)


All times are GMT. The time now is 02:37 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.01841 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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