The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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?
|
#2
|
|||
|
|||
So you want to know when people copy & paste your content?
|
#3
|
|||
|
|||
Yes. I'd like to know who, when, and what they copied if possible.
|
#4
|
|||
|
|||
Not possible.
|
#5
|
|||
|
|||
You can install who has read a thread (search it). It will at least give you a common denominator.
|
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
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> |
#8
|
|||
|
|||
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... |
#9
|
|||
|
|||
tbh I'd try not to worry about it.
|
#10
|
||||
|
||||
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.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|