473,394 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Do not copy code

I am looking for a code to prevent someone from copying my text or photo
from a page.
Thank you Elizabeth
Jul 20 '05 #1
4 7943
TEES_91 wrote:
I am looking for a code to prevent someone from copying my text or photo
from a page.
Thank you Elizabeth


Only ask once.

There is no solution to prevent copying text or images, short of not
publishing them in the first place. I can copy anything that appears on
my screen.

--
Mark.
http://www.tranchant.freeserve.co.uk/

Jul 20 '05 #2
On Thu, 24 Jul 2003 15:12:35 +0200, TEES_91 <"TEES_91"
<TE*****@insightbb.com>> wrote:
I am looking for a code to prevent someone from copying my text or photo
from a page.


You can't. Anyone who says you can is lying or lacking insight.

Ciao

Zak

--
================================================== ======================
http://www.carfolio.com/ Searchable database of 10 000+ car specs
================================================== ======================
Jul 20 '05 #3
TEES_91 wrote:
I am looking for a code to prevent someone from copying my text or photo
from a page.
Thank you Elizabeth


You will find several "solutions" proposed, none of them very effective. The
usual one is to use a piece of Javascript which intercepts mouse buttons 2
and/or 3, preventing the menu with the "save image" or "view source" being
displayed. Instead a popup box is displayed. Other solutions prevent
caching of webpages and images to stop people scavenging their web browser
cache directories.

It is easy for anyone with the technical know-how to circumvent any of
these. I use a banner advert filter which also disables certain Javascript
commands including interception of mouse clicks (and also the odious
practice of some websites resizing the browser window).

As regards copying text, there is nothing to stop someone getting a pen and
paper and copying it that way, or recording themselves reading the text
aloud.

Jul 20 '05 #4
TEES_91 wrote:
I am looking for a code to prevent someone from copying my text or photo
from a page.


http://david.us-lot.org/www/hide/

--
David Dorward http://david.us-lot.org/
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

42
by: Edward Diener | last post by:
Coming from the C++ world I can not understand the reason why copy constructors are not used in the .NET framework. A copy constructor creates an object from a copy of another object of the same...
10
by: utab | last post by:
Dear all, So passing and returning a class object is the time when to include the definition of the copy constructor into the class definition. But if we don't call by value or return by value, ...
8
by: rKrishna | last post by:
I was trying to understand the real need for copy constructors. From literature, the main reason for redfinition of copy constructor in a program is to allow deep copying; meaning ability to make...
13
by: Jeroen | last post by:
Hi all, I'm trying to implement a certain class but I have problems regarding the copy ctor. I'll try to explain this as good as possible and show what I tried thusfar. Because it's not about a...
22
by: clicwar | last post by:
A simple program with operator overloading and copy constructor: #include <iostream> #include <string> using namespace std; class Vector { private: float x,y; public: Vector(float u, float...
3
priyan
by: priyan | last post by:
hai everybody, I need to copy data from a text file to a table i used copy command like this copy city from 'e\ccccc.txt' with delimiter as ',' it worked successfully. But now i...
3
by: maheshkadam | last post by:
Hi friends I am new to perl so please guide me. I have one application which created backup log file every day.But it appends that file so you can see logs for different day in one file only. ...
13
by: JD | last post by:
Hi, My associate has written a copy constructor for a class. Now I need to add an operator = to the class. Is there a way to do it without change her code (copy constructor) at all? Your help...
11
by: Dijkstra | last post by:
Hi folks! First, this is the code I'm using to expose the problem: ------------------------------------------------------------------ #include <functional> #include <string> #include...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.