vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   I have a question (https://vborg.vbsupport.ru/showthread.php?t=201472)

Compactc9 01-12-2009 04:20 AM

I have a question
 
My problem is that I have users on my site who are copy/pasting what people say on the forums and sending it to other people who I don't particularly care to know what is being said. Is there a way to put something in the site that records who does what in the forums? Or some other way to find out who is doing this?

Bellardia 01-12-2009 04:23 AM

So you want to know when people copy & paste your content?

Compactc9 01-12-2009 04:50 AM

Yes. I'd like to know who, when, and what they copied if possible.

Marco van Herwaarden 01-12-2009 10:16 AM

Not possible.

UncoderMom 01-12-2009 10:55 AM

You can install who has read a thread (search it). It will at least give you a common denominator. :)

Bellardia 01-12-2009 01:11 PM

Seems silly :)
Why talk bad about people in your forum when it seems to be pretty easily accessed? If you want to talk about it then restrict the people viewing it to the people you trust.

UKBusinessLive 01-12-2009 05:20 PM

You could always use a no right click hack and perhaps place your sensitive threads only accessable to a more higher
usergroup ;)

Code:

<SCRIPT language="JavaScript">
<!--
var message="Right-mouse click has been disabled.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
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>

Just add it to your Header, should work forum wide

https://vborg.vbsupport.ru/external/2009/01/48.png

Compactc9 01-12-2009 09:52 PM

Ok, will try that.

Basically whats happening is that there are certain people out there who are wanting to make my life running my site miserable (its a long story why). Regardless of what they say, they take a certain pleasure in being able to read everything said on my site and continue to rub my face in it. And someone on my site is forwarding them everything everyone says to these people. I just wanted to know if there was some easy way to get to find them out with something so I could dispose of them easily. It's a vacuum collector's forum, so the content isn't the least bit sensitive, its just these people...

punchbowl 01-12-2009 10:09 PM

tbh I'd try not to worry about it.

Dismounted 01-13-2009 05:17 AM

Javascript right-click "protection" is about as useless as it gets, TBH. It's not very hard to get around, and those who want to get to the information they need will get it.

UKBusinessLive 01-13-2009 05:18 PM

Quote:

Originally Posted by Dismounted (Post 1710601)
Javascript right-click "protection" is about as useless as it gets, TBH. It's not very hard to get around, and those who want to get to the information they need will get it.

To me and you perhaps, But the average man in the street or one with little programming knowledge :erm:

Its the only solution thats viable so far and a site about vacuum cleaners, i'm sure you'll want to catch a glimpse of the newest Dyson model :D

Digital Jedi 01-13-2009 05:26 PM

Quote:

Originally Posted by UKBusinessLive (Post 1711168)
To me and you perhaps, But the average man in the street or one with little programming knowledge :erm:

Its the only solution thats viable so far and a site about vacuum cleaners, i'm sure you'll want to catch a glimpse of the newest Dyson model :D

Actually, it has nothing to do with programing knowledge. Disabling right click just disables right click. It doesn't have any affect on say, the copy/paste buttons already in their browser window. If they copy content that way, they won't even notice you've added the script. Also, the script is not acknowledged by all browsers.

Bellardia 01-13-2009 08:07 PM

Place an invisible div over the post, this would keep people from selecting the content but still allow them to read it. While they still could view source/highlight it other ways it's a bigger pain in the ass.

Dismounted 01-14-2009 03:57 AM

Quote:

Originally Posted by Bellardia (Post 1711358)
While they still could view source/highlight it other ways it's a bigger pain in the ass.

View > Page [s]Source[/s] Sauce (;)) - in FF

That's wasn't so hard, was it? :D

Bellardia 01-14-2009 05:01 AM

But how many people want to scan through the source of a page?
By the sounds of the content it could make some people mad, but I doubt they'd go through any extra work just to copy it.

Dismounted 01-14-2009 05:16 AM

If you wanted to copy the content, just highlight and Ctrl+C... Right-click "protection" doesn't stop this. :)

Digital Jedi 01-14-2009 06:01 AM

Or click your browser's copy/paste buttons, as I mentioned. And in browsers like Opera, the right click script doesn't even work.

Marco van Herwaarden 01-14-2009 09:05 AM

And it would make users like me leave the site without ever looking back. My browser uses Mouse-Gestures to navigate. Use right-click->open in new tab a lot. Disabling right mouse button has nothing to do with copying content (don't need a mouse for that) but all with normal navigation.

PS The only people you might stop are real web-novices, and i think it is unlikely these are the people that would copy&paste things to other sites to start with.

My conclusion: It won't stop anyone from copying, but it will drive away more experienced users from your site.

punchbowl 01-14-2009 09:24 AM

There's a handful of forums dedicated to talking about what's going on with my forum. I take it as a compliment.


All times are GMT. The time now is 08:47 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.01810 seconds
  • Memory Usage 1,754KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete