making my webpage impossible to steal from  | | |
February 28th, 2002, 10:12 PM
|
#1 (permalink)
| | Banned
Join Date: Feb 2002
Posts: 804
| making my webpage impossible to steal from
i read in one of the Apache manuals that there was a setting to make it not possible to save or copy pictures from my website.
i can't find where i read it so do any of you know? |
| |
February 28th, 2002, 11:53 PM
|
#2 (permalink)
| | Xtreme Ultimate Member
Join Date: Apr 1999 Location: Sandy, Utah
Posts: 7,947
|
Nothing on the net is truly "secure" You will only slow down the theft of images. If you really dont want others to have them then dont post them to the net.
__________________
-Mntsnow-
|
| |
March 1st, 2002, 12:02 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Moved to Germany
Posts: 2,397
| |
| |
March 1st, 2002, 12:05 AM
|
#4 (permalink)
| | Senior Member
Join Date: Oct 2001 Location: New Jersey
Posts: 707
|
__________________
"It's only after we've lost everything that we're free to do anything" www.rjponzio.com
Last edited by PonzSpyder : March 1st, 2002 at 12:07 AM.
|
| |
March 1st, 2002, 12:14 AM
|
#5 (permalink)
| | Not Really a Member
Join Date: Oct 2001
Posts: 25,394
|
can also take a screenshot
no way to get around that one.
Especially with WinXP automatically sizing the images for you (cause Big Bills knows thats what you want :P I shut that bug errrr "Feature" of REAL quick when I get a chance) means you can't oversize the image to avoid having a screen shot taken. |
| |
March 1st, 2002, 12:14 AM
|
#6 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Alabama
Posts: 1,309
|
The best I know of is using this in combination with Code: <TABLE BACKGROUND="picture_to_show.jpg" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD><IMG SRC="clear.gif" HEIGHT="50" WIDTH="50"></TD></TR>
</TABLE> would be the best thing to do.
Looks like the link got posted before I could post it.
Edit: Right Click Save Target as.. to get the clear.gif picture.
Last edited by ChoaticWhisper : March 1st, 2002 at 12:19 AM.
|
| |
March 1st, 2002, 12:22 AM
|
#7 (permalink)
| | nuisance since 1968
Join Date: Oct 2001 Location: ɐqɟs
Posts: 10,457
|
Why is this such a problem? Is your site going to be of such an awe-inspiring layout & design and so unique to the web that you might incur damages (physical/mental/otherwise) if someone lifts a bit of your code?
I know it sounds like I'm being a smartass here, and I am to a point, but I'm also being serious...IOW if you do have what you think is an outstanding, award-winning web page design then by all means, do whatever you can to protect yourself. However, if it's just another web site (amongst billions) then I really am baffled at the paranoia thing and at your unwillingness to share your knowledge with others who may be simply learning to build sites and just want to see how you did what you did. |
| |
March 1st, 2002, 12:25 AM
|
#8 (permalink)
| | Senior Member
Join Date: Oct 2001 Location: Alberta, Canada
Posts: 563
|
if right click is disabled and I see a picture I like all I do is drag it to the address bar or status bar and it goes to a new page with just the image and then I save away....
But after a little playing around I realised this could be prevented by putting the image inside an <a href="#"></a> tag.
so it'd look like this: Code: <a href="#"><img src="path to image" border=0></a> the "border=0" eliminates the ugly border created when an image is made into a hyperlink....
also, some JS scripts eliminating the rightclick feature can be defeated by clicking and holding the middle mouse button (if u have one..) and then clicking the right mouse button and releasing both together... (roughly like that, takes a try or two...)
and theres always the good ol' cache!!
probably the best option to (almost) completely stop a person from getting stuff is to create an all Flash website. But even then, all you need is a printscreen button and a photo editor!
But best of luck!
cya!  |
| |
March 1st, 2002, 12:25 AM
|
#9 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Alabama
Posts: 1,309
|
Hey Outpatient, I dont think this thread is really dealing with source code but pictures, I had some drawings up on a site before I didnt want anyone taking them, as for the code I dont care. |
| |
March 1st, 2002, 12:27 AM
|
#10 (permalink)
| | Ultimate Member
Join Date: Oct 2001 Location: Moved to Germany
Posts: 2,397
|
I must say that I learned allot of HTML and Javascript in the past by looking into the source. That doesn't mean I was planning to steal the content.
Its still possible to do CTRL-A and CTRL-C to copy the text, meaning the content, which is more important to protect than ones site layout IMO. |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |