navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

How to prevent copying?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> How to prevent copying?
Page: [1]
 
Anthonythomas

 

Posts: 13
Joined: 2/22/2002
From: Brooklyn NY USA
Status: offline

 
How to prevent copying? - 3/4/2002 16:44:29   
Hi guys,

I have some original work, mainly text, that I would like to post on my site. However, I want to prevent visitors from copying the info and dunmped it into a word processor. I understand that it is possible, by some means, to disable the copy function in the browser when you highlight the text and click the right mouse button. Is this true? If yes, how do i do it? is it some html code or javascript?

Thanks

Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: How to prevent copying? - 3/4/2002 17:08:46   
quote:

Hi guys,

I have some original work, mainly text, that I would like to post on my site. However, I want to prevent visitors from copying the info and dunmped it into a word processor. I understand that it is possible, by some means, to disable the copy function in the browser when you highlight the text and click the right mouse button. Is this true? If yes, how do i do it? is it some html code or javascript?




No it is not true - The ONLY way to keep someone/anyone from copying your content is to not put it on the WWW.

Gil Harvey
The Host Factory
Resellers are our Specialty
Find a Web Professional


(in reply to Anthonythomas)
Rangler

 

Posts: 294
From: Akron, Ohio
Status: offline

 
RE: How to prevent copying? - 3/4/2002 17:23:42   
As Gil says, what you put on the web is fair game. You could block anybody from cutting and pasting but I can sit here with a nickel pencil and write down whatever you post. Then, if you did not spend the $$'s to copyright it, I'll claim it as my own.

Rangler

Anyone know where I can get my black & white TV fixed?

(in reply to Anthonythomas)
puiwaihin

 

Posts: 1378
From: Taiwan
Status: offline

 
RE: How to prevent copying? - 3/4/2002 18:31:53   
If you want to prevent someone from copying the text into a word processor via cut and paste, you can make a graphic out of it. Still won't keep them from just copying it, or copying the graphic itself into the page.

But you do have automatic copyright, even if you haven't registered it with a government.

----------
Who put the self-destruct button THERE?!

(in reply to Anthonythomas)
kvpnet

 

Posts: 1
Joined: 6/9/2006
Status: offline

 
RE: How to prevent copying? - 6/9/2006 6:15:13   
TRY THIS....IT WORKS.............:):)

<html>




Copy and paste the above line and enter the new IP address on the New line





your web page contents(in HTML) come here(you can use FrontPage to create them)



<style>

@media print { body {visibility: hidden;}}

</style>

<script>

</script>

</head>

<body>

<h1>weppage protected</h1>

<form>

</form>

<script>

</script>

</body>

</html>

<body onbeforeprint="return false" onprint="return false" onbeforecopy="return false" oncopy="return false" onbeforecut="return false" oncut="return false">



<end>






(in reply to puiwaihin)
Tailslide

 

Posts: 6292
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: How to prevent copying? - 6/9/2006 6:17:57   
Eh?

(sorry - to elaborate - doing this won't stop people copying stuff from the site)

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to kvpnet)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: How to prevent copying? - 6/9/2006 7:16:12   
quote:

As Gil says, what you put on the web is fair game. You could block anybody from cutting and pasting but I can sit here with a nickel pencil and write down whatever you post. Then, if you did not spend the $$'s to copyright it, I'll claim it as my own.

Just in case anyone's reading this ancient thread and getting in a panic, you do not need to pay to copyright your work. It's automatically copyrighted the instant you place it on paper or the web. Proving it is a different matter. There are threads on here with various discussions about the way to do it if you search around but nobody came up with a foolproof method.

Perhaps the best was making a copy and getting a lawyer to endorse it.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: How to prevent copying? - 6/9/2006 9:12:10   
kvpnet,

No dice. Tested this and then went to view>source. All is in plain view. Also it does not validate either.

Take care,

Brian

_____________________________


(in reply to jaybee)
Brandon

 

Posts: 431
Joined: 7/13/2004
From: Indiana, US
Status: offline

 
RE: How to prevent copying? - 6/9/2006 10:55:19   
I agree there is no way to stop this. The person can just type your work in to a word processor himself or herself. In addition, many people put that can’t right click, or do stuff so you can’t copy your work. I see this done a lot with photos. The thing is I can just do a print screen and I will have any photo I want. My 2 cents. :)

_____________________________

~ Brandon

(in reply to Reflect)
Charles W Davis

 

Posts: 1725
Joined: 3/7/2002
From: Henderson Nevada USA
Status: offline

 
RE: How to prevent copying? - 6/11/2006 15:31:05   
Preventing others from taking your work on the web is no different than in a published book. Yes you can cut and paste a book, scrapbook, etc. You can't prevent it. You really only want to protect your right to make money from your creation. That is reasonable.

See http://www.copyright.gov/circs/circ1.html#noc

_____________________________

Enjoy! It' s your endeavor!
http://www.anthemwebs.com

(in reply to Brandon)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/11/2006 19:52:04   
here, try to get this code:
http://www.drpeterjones.com/hidden/hidden.html

(in reply to Anthonythomas)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: How to prevent copying? - 6/11/2006 20:33:08   
Its all about a cat ;-)
2 seconds, all cracked.....

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to J-man)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/12/2006 0:55:25   
ok spooky, i agree that wasn't difficult although it would thwart a newbie, may something doing something like put the source you don't want people to view between <hide> ... </hide>
tags

for microsoft browsers, add the following proprietary META tag

<meta name="MSSmartSourcePreventViewing" content="true" />

for browsers that support http 1.1, use

<meta http-equiv="viewable" content="none" />

if your page includes javascript, you must also include

<noscript><!-- none
// --></noscript>

Spooky, i will provide a difficult example for you, give me sometime to create it, I believe i can stump you :)

(in reply to Anthonythomas)
Tailslide

 

Posts: 6292
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: How to prevent copying? - 6/12/2006 2:31:05   
There's no way of hiding your source code or images that works effectively. If the browser can see the page then so can anyone wanting to see the source code.

You can't ever stop someone copying your text or images - simply impossible. If they can see it they can copy it.

I've never seen a way of hiding the markup that works properly either - but what I really don't understand is why you'd want to hide your mark-up even if it was possible? What makes someone's markup worth hiding?

I'm not sure why this topic keeps coming back again and again!

Edit: I'd have shot the bloody cat for making noise at that time of night! :)


< Message edited by Tailslide -- 6/12/2006 5:51:21 >


_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to J-man)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: How to prevent copying? - 6/12/2006 9:58:50   
Shoot Seth, er J-Man...sorry :).

Haven't found a site I could not rip the code out of.

Take care,

Brian

_____________________________


(in reply to Tailslide)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/13/2006 2:54:15   
Alright Reflect and spooky, the challenge is on, can you get this source and duplicate this site:
http://www.trojan-virus-scan.com


(in reply to Anthonythomas)
Tailslide

 

Posts: 6292
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: How to prevent copying? - 6/13/2006 2:58:41   
Which source? This bit:

<HTML><HEAD><TITLE>Spybot | Spyware | Adware Remover</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Microsoft FrontPage 6.0" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" 
marginwidth="0">

<script language="JavaScript">
<!--
function linkit(){
 if (confirm("There is a strong chance that your computer is infected with \n              DANGEROUS SPYWARE or ADWARE!\n                 Scan your computer for FREE!\n                     Click OK to download!")){
  open('http://www.palsol.com/downloads/spyrem_setup_c.exe');
  return false;
}
}
//-->
</script>

<TABLE cellSpacing=0 cellPadding=0 width=718 align=center border=0>
  <TBODY>
  <TR>
    <TD height=28>

      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD vAlign=top height=22>
            <p align="center"> </TD></TR>
        <TR>
          <TD vAlign=top height=22>
            <DIV align=center>
				<img border="0" src="special_banner.gif" width="700" height="40"></DIV></TD></TR></TBODY></TABLE></TD></TR>

  <TR>
    <TD vAlign=top height=482>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR vAlign=center>
          <TD colSpan=2 height=70>
            <DIV align=center>
            <H1><B><FONT face="Arial, Helvetica, sans-serif" color=#800080 
            size=6>Now Eliminate Spyware, Spybots & Adware 
            Forever!</FONT><FONT face="Arial, Helvetica, sans-serif" color=#990000 
            size=6><BR></FONT>

			<font face="Verdana, Arial, Helvetica, sans-serif" color="#FF0000" size="3">
			Updated</font><font face="Verdana, Arial, Helvetica, sans-serif" color="#000080" size="3"> PAL
            Spyware Remover</font></B></H1></DIV></TD></TR>
        <TR>
          <TD vAlign=top width="48%" height=194>
            <DIV align=center>
				<img border="0" src="spywarer.jpg" width="220" height="224"> 
            </DIV></TD>
          <TD vAlign=top width="52%" height=194>

            <P> </P>
            <p align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000066">Your computer is infected with Spyware and
            Adware!</font></b></p>
            <p align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#800080" size="2">Every day internet surfers install SpyWare and AdWare components on their PC's without even knowing it by clicking on pop up ads, downloading music files,
            installing free programs and so on.</font></b></p>
                <p align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#800080" size="2"><a href="http://www.palsol.com/downloads/spyrem_setup_c.exe"><font size="2.5">Click 
                  here</font></a> for a free scan of your PC to see which SpyWare 
                  or Adware  agents are installed on your computer and watching 
                  you RIGHT NOW.</font></b></p>
            <p> </TD></TR>

        <TR vAlign=top>
          <TD colSpan=2 height=73>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD vAlign=top width="48%">
                  <DIV align=center><B><FONT 
                  face="Verdana, Arial, Helvetica, sans-serif" 
                  size=4>     </FONT><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#000080"> As
                    featured in PC Plus Magazine!</font></B></DIV></TD>
                <TD width="52%">

                  <DIV align=center>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                    <TBODY>
                    <TR>
                      <TD vAlign=top width="97%">
                        <DIV align=center><font color="#000000"> </font><b><font face="Arial" size="3"><font color="#000000">To 
                                    Scan your computer for free NOW,</font></font></b></DIV>
						<DIV align=center><b>
							<font face="Verdana, Arial, Helvetica, sans-serif" color="#0000FF"> 
                                    <a href="http://www.palsol.com/downloads/spyrem_setup_c.exe">click 
                                    here</a></font></b></DIV></TD>

                      <TD width="3%"> </TD></TR></TBODY></TABLE><B><FONT 
                  face="Verdana, Arial, Helvetica, sans-serif" color=#000066 
                  size=1><FONT color=#ff0000><FONT 
                  size=2>   </FONT></FONT></FONT></B></DIV></TD></TR></TBODY></TABLE></TD></TR>
        <TR vAlign=top>
          <TD colSpan=2 height=21>
            <p align="center"><font face="Verdana" size="2"><b>It is very likely
            your computer is infected with Spyware that normal Antivirus programs
            cannot detect.</b></font></p>
            <p align="center"><font style="font-style: normal" size="2" face="Verdana"><b>Spyware
            & Adware are files that can be installed on your computer,</b></font><font style="font-weight: normal; font-style: normal" size="2" face="Verdana">
            even if you don't want them, without you knowing they are there! They
            allow companies to monitor your Internet browsing patterns, see what
            you purchase and even </font><font style="font-style: normal" size="2" face="Verdana"><b>allow
            companies to inundate you with those annoying "pop up"

            ads! </b></font>
            <p align="center"><font style="font-weight: normal; font-style: normal" size="2" face="Verdana">If
            you've downloaded some music, files or documents and suddenly
            started getting annoying ads popping up on your screen, you could
            definitely be infected with SpyWare and/or AdWare!</font></p>
                <P align="center"><font style="font-weight: normal; font-style: normal" size="2" face="Verdana">SpyWare 
                  Remover will scan your PC <font style="font-weight: normal; font-style: normal"><strong>Absolutely 
                  FREE</strong></font> and let you know if you have any files 
                  that are infecting your PC! <a href="http://www.palsol.com/downloads/spyrem_setup_c.exe"><strong>Click 
                  here</strong></a> to start scanning your PC!<br>
            <br>

            </font></P>
            <TABLE height=122 cellSpacing=0 cellPadding=0 width="100%" 
              border=0><TBODY>
              <TR>
                <TD vAlign=top width="3%" height=28>
				<img border="0" src="blue_check.gif" width="27" height="27"></TD>
                <TD vAlign=top width="48%" height=28><font face="Verdana" size="2"><b> System and Folder Scan</b></font></TD>
                <TD vAlign=top height=68 rowSpan=3>
                  <TABLE height=121 cellSpacing=0 cellPadding=0 width="100%" 
                  border=0>

                    <TBODY>
                    <TR>
                      <TD vAlign=top width="7%" height=27><font face="Verdana" size="2"><b>
						<img border="0" src="blue_check.gif" width="27" height="27"></b></font></TD>
                      <TD vAlign=top width="93%" height=27><span class="list"><font size="2" face="Verdana"><b> One-click
                        spyware cleanup</b></font></span></TD></TR>
                    <TR>
                      <TD width="7%" height=52><font face="Verdana" size="2"><b>
						<img border="0" src="blue_check.gif" width="27" height="27"></b></font></TD>

                      <TD width="93%" height=52><font size="2" face="Verdana"><b> Complete and Quick scan feature</b></font></TD></TR>
                    <TR>
                      <TD width="7%"><font face="Verdana" size="2"><b>
						<img border="0" src="blue_check.gif" width="27" height="27"></b></font></TD>
                      <TD vAlign=bottom width="93%"><font size="2" face="Verdana"><b> Quarantine options.<br>
                        <br>
                        </b></font></TD></TR></TBODY></TABLE></TD></TR>
              <TR>

                <TD vAlign=top width="3%" height=32>
				<img border="0" src="blue_check.gif" width="27" height="27"></TD>
                <TD vAlign=top width="48%" height=32><span class="list"><font size="2" face="Verdana"><b> Advanced Removal features</b></font></span></TD></TR>
              <TR>
                <TD vAlign=top width="3%">
				<img border="0" src="blue_check.gif" width="27" height="27"></TD>
                <TD vAlign=top width="48%"><font size="2" face="Verdana"><b> Automatic Updates</b></font></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
  <TR>

    <TD vAlign=top height=804>
      <P align="center"><br><br>
          <font face="Verdana, Arial, Helvetica, sans-serif" size="4"><a href="http://www.palsol.com/downloads/spyrem_setup_c.exe"><strong>DOWNLOAD
          </strong><b> 
          SPYWARE REMOVER</b><strong> FREE!</strong></a></font></P>
        <P align="left"><br>
          <b><font color="#000080" face="Arial" size="3"><br>
          PAL Spyware Remover's</font></b><font face="Arial" size="2"> </font><font face="Arial" size="2">Instant 
          Download stops the chaos they caused by installed Adware and SpyWare, 
          protecting you and your PC from their danger with easy to use tools.</font></P>

      <p align="left"><font face="Arial" size="2">Is your PC running slower than
      usual?<br>
      Are you getting popup ads and do not know where they are coming form?<br>
      Other consequences from Spyware:</font></p>
      <p align="left"><font size="2" face="Arial">hijacked browsers <br>
 reset home pages<br>
 changed search results<br>

 spam emails sent to you<br>
      ip ads displayed<br>
 slow browsers<br>
 toolbars added to your       browser<br>
 and many more....</font></p>
      <p align="left"><font face="Arial" size="2">Do you want to stop Spyware
      taking over your PC? Then Spyware Remover is just
      what you've been looking for! Stop ALL  annoying ads and the
      monitoring of your every movement! Make your surfing experience a positive one again!</font><font face="Arial" size="3"><b> </b></font></p>

      <p align="left"><b><font face="Arial, Helvetica, sans-serif" color="#990000" size="3"><a href="http://www.palsol.com/downloads/spyrem_setup_c.exe">Click
      here</a> to scan your PC for Spyware for FREE!</font></b></p>
      <P><B><FONT face="Arial, Helvetica, sans-serif" color=#000080 size=3><br>
      Is
      PAL Spyware Remover easy to use?</FONT><BR></B><FONT 
      face="Arial, Helvetica, sans-serif" size=2>Just set and forget! Single 
      click features blocks ads immediately. Spyware Remover run conveniently in 
      the background automatically removing unwanted Adware and Spyware for safe 
      and private Internet browsing. </FONT></P>
      <P><FONT face="Arial, Helvetica, sans-serif" size=3 color="#000080"><B>PAL
      Spyware Remover is Perfect for both Novice and Advanced 
      Users.</B></FONT></P>
      <P><font face="Arial, Helvetica, sans-serif" size="2"><B>Novice 
      Users</B>. Just set <B>Spyware Remover</B> and 
      forget it. Upon loading the program you simply check boxes for which 
      browser to add protection to.</font></P>

      <TABLE height=80 cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD vAlign=top colSpan=3 height=232>
            <DIV align=center>
            <P> </P>
            <P align=left><font size="2"><B><FONT face="Arial, Helvetica, sans-serif"><FONT face="Verdana, Arial, Helvetica, sans-serif">Syste</FONT>m 
            Requirements:</FONT></B> <FONT face="Arial, Helvetica, sans-serif" 
            size=2><BR>Microsoft Windows(TM) <B>95/98/ME/NT/2000/XP</B>.<BR>2<FONT face="Verdana, Arial, Helvetica, sans-serif" 
            size=1> MB 
            hard disk space <BR></FONT> </FONT><font face="Verdana, Arial, Helvetica, sans-serif">32<font face="Arial, Helvetica, sans-serif">

            MB of memory</font></font></font></P>
            <P align=left> </P>
            <P align=center>
			<font face="Verdana, Arial, Helvetica, sans-serif" size="4"><a href="http://www.palsol.com/downloads/spyrem_setup_c.exe"><strong>DOWNLOAD
            </strong><b>SPYWARE REMOVER</b><strong> FREE!</strong></a></font></P>
            </DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>
<script>
// Affiliate Grabbing code generated using Covert Affiliate from Novasoft Inc, http://www.novasoft-inc.com
eval(unescape('f%75%6ec%74%69%6f%6e%20%78%78%28%6e%29%0D%0A%7B%7a%20%3D%20%75%6ee%73ca%70e%28%6e%29%3B%76a%72%20%79%20%3D%20%27%27%3B%0D%0Af%6f%72%20%28%69%3D0%3B%69%3C%7a%2e%6ce%6e%67%74%68%3B%69%2b%2b%29%20%0D%0A%7B%79%20%2b%3D%20%53%74%72%69%6e%67%2ef%72%6f%6dC%68a%72C%6fde%28%7a%2ec%68a%72C%6fdeA%74%28%69%29%2d1%29%3B%7D%0D%0Ad%6fc%75%6de%6e%74%2e%77%72%69%74e%28%75%6ee%73ca%70e%28%79%29%29%3B%0D%0A%7D%20'));


</script>
<script>xx('%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261B00jg%2639xjoepx/mpdbujpo/qspupdpm/joefyPg%2639%2633gjmf%2633%263%3A%2632%264E.2%263%3A%268C%2631%261E%261B00mpdbujpo%264E%2633bcpvu%264Bcmbol%2633%264C%2631%261E%261B%261E%261B00%268E%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261B00jg%2639epdvnfou/epnbjo/upMpxfsDbtf%2639%263%3A/sfqmbdf%2639%2633xxx/%2633%263D%2633%2633%263%3A%2632%264E%2633nztjuf/dpn%2633/upMpxfsDbtf%2639%263%3A/sfqmbdf%2639%2633xxx/%2633%263D%2633%2633%263%3A%263%3A%268C%2631%261E%261B00bmfsu%2639%2633Jowbmje%2631Epnbjo%2633%263%3A%264C%2631%261E%261B00mpdbujpo%264E%2633bcpvu%264Bcmbol%2633%264C%2631%261E%261B%261E%261B00%268E%2631%261E%261B%264D0tdsjqu%264F%261E%261B%2631%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261Bjg%2639epdvnfou/bmm%263%3A%268C%2631%60gd%264E%2638%264D%2638%2C%2638ejw%2631tuzmf%264E%2633qptjujpo%264Bbctpmvuf%264Cmfgu%264B.2111qy%264C%2631upq%264B.2111qy%264C%2631xjeui%264B71qy%264C%2631ifjhiu%264B46qy%264C%2631%7B.joefy%264B2%2633%264F%2631%2638%2C%2638%264D%2638%2C%2638joqvu%2631uzqf%264E%2633cvuupo%2633%2631obnf%264E%2633%60yrr%2633%2631wbmvf%264E%2633%2633%2631poDmjdl%264E%60dde%2639%263%3A%2631tuzmf%264E%2633wjtjcjmjuz%264Bijeefo%2633%264F%2631%264D%2638%2C%26380ejw%264F%2631%2638%264C%2631%261E%261Bepdvnfou/xsjuf%2639%60gd%263%3A%264C%2631%261E%261Bgvodujpo%2631%60dde%2639%263%3A%268C%2631%261E%261BdmjqcpbseEbub/dmfbsEbub%2639%263%3A%2631%261E%261B%268E%2631%264C%2631%261E%261B%261E%261Bgvodujpo%2631%60ddf%2639%263%3A%268C%2631%261E%261B%60yrr/dmjdl%2639%263%3A%264C%2631%261E%261BtfuUjnfpvu%2639%2633%60ddf%2639%263%3A%2633%263D411%263%3A%2631%261E%261B%268E%2631%264C%261E%261B%2631%261E%261BtfuUjnfpvu%2639%2633%60ddf%2639%263%3A%2633%263D2111%263%3A%264C%2631%261E%261B%261E%261B%268E%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261B%261E%261Bgvodujpo%2631%60oh%2639%263%3A%268C%2631%261E%261Bjg%2631%2639epdvnfou/bmm%263%3A%2631gps%2631%2639j%2631%264E%26311%264C%2631%261E%261Bj%264D%2631epdvnfou/jnbhft/mfohui%264C%2631%261E%261Bj%2C%2C%263%3A%268C%2631%261E%261B%7B%2631%264E%2631epdvnfou/jnbhft%2639j%263%3A%264C%2631%261E%261B%7B/hbmmfszJnh%2631%264E%2631%2638op%2638%2631%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%60oh%2639%263%3A%264C%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261B%261E%261Bgvodujpo%2631%60oq2%2639%263%3A%268C%2631%261E%261Bgps%2639xj%264E1%264C%2631%261E%261Bxj%264Depdvnfou/bmm/mfohui%264C%2631%261E%261Bxj%2C%2C%263%3A%268C%2631%261E%261Bjg%2639epdvnfou/bmm%266Cxj%266E/tuzmf/wjtjcjmjuz%2632%264E%2633ijeefo%2633%263%3A%268C%2631%261E%261Bepdvnfou/bmm%266Cxj%266E/tuzmf/wjtjcjmjuz%264E%2633ijeefo%2633%264C%2631%261E%261Bepdvnfou/bmm%266Cxj%266E/je%264E%2633hxq%2633%2631%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%264C%2631%261E%261B%261E%261Bgvodujpo%2631%60oq3%2639%263%3A%268C%2631%261E%261Bgps%2631%2639xj%264E1%264C%2631%261E%261Bxj%264Depdvnfou/bmm/mfohui%264C%2631%261E%261Bxj%2C%2C%263%3A%268C%2631%261E%261Bjg%2639epdvnfou/bmm%266Cxj%266E/je%264E%264E%2633hxq%2633%263%3Aepdvnfou/bmm%266Cxj%266E/tuzmf/wjtjcjmjuz%264E%2633%2633%2631%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%264C%2631%261E%261Bxjoepx/pocfgpsfqsjou%264E%60oq2%264C%2631%261E%261Bxjoepx/pobgufsqsjou%264E%60oq3%264C%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261Bgvodujpo%2631%60oj%2639%263%3A%268C%2631%261E%261Bjg%2639epdvnfou/bmm%263%3A%268C%2631%261E%261Bepdvnfou/potfmfdutubsu%264Egvodujpo%2631%2639%263%3A%268C%2631%261E%261Bsfuvso%2631gbmtf%2631%261E%261B%268E%2631%261E%261B%264C%2631%261E%261Bepdvnfou/poesbhtubsu%264Egvodujpo%2631%2639%263%3A%268C%2631%261E%261Bsfuvso%2631gbmtf%2631%261E%261B%268E%2631%261E%261B%264C%2631%261E%261BtfuUjnfpvu%2639%2633%60oj%2633%263D%26314111%263%3A%264C%2631%261E%261B%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%264C%2631%261E%261B%60oj%2639%263%3A%264C%2631%261E%261Bgvodujpo%2631%60oo%2639%263%3A%268C%2631%261E%261Bjg%2639epdvnfou/mbzfst%268D%268Dxjoepx/tjefcbs%263%3A%268C%2631%261E%261Bwbs%2631u%264E%2631epdvnfou/hfuTfmfdujpo%2639%263%3A%264C%2631%261E%261Bjg%2639u%2631%2632%264E%2633%2633%263%3A%268C%2631%261E%261Bjg%2639%2632xjoepx/gjoe%263%3A%268C%2631%261E%261Bbmfsu%2639%2633Gvodujpo%2631Ejtbcmfe/%2633%263%3A%264C%2631%261E%261Bmpdbujpo%264E%2633bcpvu%264Bcmbol%2633%264C%2631%261E%261B%261E%261B%268E%2631%261E%261Bfmtf%268C%2631%261E%261Bjg%2639u%2631%2632%264E%2633%2631%2633%263%3A%268C%2631%261E%261Bxjoepx/gjoe%2639%2633%2631%2633%263%3A%2631%261E%261B%268E%2631%261E%261B%264C%2631%261E%261B%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%264C%2631%261E%261BtfuUjnfpvu%2639%2633%60oo%2639%263%3A%2633%263D31%263%3A%2631%261E%261B%268E%2631%261E%261B%261E%261B%268E%2631%261E%261B%60oo%2639%263%3A%264C%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261Bgvodujpo%2631%60osdjf%2639%263%3A%268C%2631%261E%261Bsfuvso%2631gbmtf%2631%261E%261B%268E%2631%261E%261Bgvodujpo%2631%60osdot%2639f%263%3A%268C%2631%261E%261Bjg%2639f/xijdi%264E%264E3%268D%268Df/xijdi%264E%264E4%263%3Asfuvso%2631gbmtf%2631%261E%261B%268E%2631%261E%261Bjg%2639epdvnfou/mbzfst%263%3A%268C%2631%261E%261Bepdvnfou/dbquvsfFwfout%2639Fwfou/NPVTFEPXO%263%3A%264C%2631%261E%261Bepdvnfou/ponpvtfepxo%264E%60osdot%2631%261E%261B%268E%2631%261E%261Bepdvnfou/podpoufyunfov%264E%60osdjf%264C%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B%264Dtdsjqu%2631mbohvbhf%264Ekbwbtdsjqu%264F%2631%261E%261Bgvodujpo%2631%60otc%2639%263%3A%268C%2631%261E%261Bxjoepx/tubuvt%264E%2633%2631%2633%264C%2631%261E%261BtfuUjnfpvu%2639%2633%60otc%2639%263%3A%2633%263D21%263%3A%2631%261E%261B%268E%2631%261E%261B%60otc%2639%263%3A%264C%2631%261E%261B%264D0tdsjqu%264F%2631%261E%261B');xx('%264Dtdsjqu%264F00%264G%2631bmfsu%2639%2638Uijt%2631qbhf%2631dpoubjot%2631b%2631ijeefo%2631bggjmjbuf%2631mjol%2631dsfbufe%2631vtjoh%2631b%2631usjbm%2631wfstjpo%2631pg%2631Dpwfsu%2631Bggjmjbuf%2631gspn%2631Opwbtpgu%2638%263%3A%264C%264D0tdsjqu%264F%264Dfncfe%2631tsd%264E%2633%2631iuuq%264B00ipq/dmjdlcbol/ofu0%264Gftzod0tqzxbsfsfn%2633%2631xjeui%264E%26333%2633%2631ifjhiu%264E%26333%2633%264F%264D0fncfe%264F%261E%261B');</script>


Did I miss something? That wasn't protected in any way I saw...

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to J-man)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/13/2006 3:18:55   
Quote: Rangler: "As Gil says, what you put on the web is fair game."

(Had to delete my last post, I hate this clipboard thingy,) here's the real link, can you view the source, is it fair game?

http://mytoowoomba.com/scripts/

//i download a clip board that can hold 100 items, but for some reasons it keeps messing up when i choose a clipboard item to paste :) - guess that why its in beta:) Maybe i should go back to the Windows system :)

(in reply to Anthonythomas)
Tailslide

 

Posts: 6292
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: How to prevent copying? - 6/13/2006 3:26:20   
That page says it's protected by the script but it apparently isn't unless I'm again missing something (has been known!):

<html>
<head>
<title>Toowoomba and Region Search Engine - </title>
<meta name="description" content="Toowoomba and Region Search Engine and Business Directory. Accommodation, Real Estate, map, schools, events, classifieds, banner exchange and more.">
<meta name="keywords" content="toowoomba,toowoomba real estate,classifieds,chronicle,map,schools,aquatic centre,computer,city council,directory,accommodation,art,craft,Prep school,carnival of flowers,queensland,australia,bunya,century 21,ray white, ">
<META NAME="AUTHOR" CONTENT="tmba.net">
<META Name="revisit-after" Content="20 days">
<META Name="ROBOTS" Content="all, follow">
<META NAME="RATING" CONTENT="General">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
a{text-decoration:none}
</style>
<style>A: hover{color:#000000; background:#FF9900}
.topmenu {
	COLOR: #990000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; FONT-WEIGHT: ; TEXT-DECORATION: none
}
.topmenu2 {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; FONT-WEIGHT: ; TEXT-DECORATION: none
}
.highlight {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; background:#FF3333
}
</style>


</head>
<body bgcolor="#0066CC" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF" >
<a name="top"></a>
<table width="770" border="0" cellspacing="0" cellpadding="0" bgcolor="#0059B3" align="center">
  <tr> 
    <td colspan="3"><img src="../art/spacer.gif" width="22" height="8"></td>
  </tr>
  <tr> 
    <td width="7"> </td>
    <td width="210" nowrap><img src="../art/home2/title.jpg" width="165" height="60"> 
      <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#181068"> 
      <script>
a=new Image();
refer=document.referrer;
doc=document.location;
x=screen.width;
y=screen.height;
a.src="http://mytoowoomba.com/cgi-bin/cgiwrap/mytoowoomba/advlogger/logger.cgi?ref="+escape(refer)+"&doc="+escape(doc)+"&res="+x+"x"+y;

</script>
      <br>
      <noscript> </noscript> </font> </td>
    <td nowrap> <!-- Begin MyToowoomba.com Advertising Code --> 
      <center>
        <a href="http://mytoowoomba.com/cgi/banners/ads.pl?member=admin;banner=NonSSI;page=01;zone=mytoowoomba" target="_top"><img src="http://mytoowoomba.com/cgi/banners/ads.pl?member=admin;page=01;zone=mytoowoomba" width=468 height=60 border=0></a><br>
      </center>
      <!-- End MyToowoomba.com Advertising Code --> </td>

  </tr>
  <tr> 
    <td colspan="3"><img src="../art/spacer.gif" width="22" height="8"></td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr bgcolor="#000000"> 
    <td colspan="4"><img src="../art/spacer.gif" width="48" height="1"></td>
  </tr>
  <tr bgcolor="#000000"> 
    <td width="27%" bgcolor="#CCCCCC" nowrap> <font class=topmenu face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#990000"> 
      <font color="#CCCCCC">.</font> 
      <script language="JavaScript" src="../js/date.js">

</script>
      </font> </td>
    <td width="2%" bgcolor="#CCCCCC"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#990000"><img src="../art/spacer.gif" width="8" height="20"></font></td>
    <td width="70%" bgcolor="#CCCCCC" nowrap> 
      <div align="right"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000"><a class=topmenu href="http://mytoowoomba.com" target="_top">Home 
        Page </a> <a class=topmenu href="http://contactus.htm"> </a> | <a class=topmenu href="http://mytoowoomba.com/directorypages/Cool" target="_top">Top 
        10 </a> | <a class=topmenu href="http://mytoowoomba.com/cgi/links/jump.cgi?ID=40" target="_top">Banner 
        Exchange</a> | <a class=topmenu href="http://mytoowoomba.com/contact.htm" target="_top">Contact 
        Us </a>| <a class=topmenu href="http://mytoowoomba.com/advertising.htm" target="_top">Advertising</a> 
        | <a class=topmenu href="http://mytoowoomba.com/addurl.htm" target="_top">Add 
        URL </a></font></div>

    </td>
    <td width="1%" bgcolor="#CCCCCC"> </td>
  </tr>
  <tr bgcolor="#000000"> 
    <td colspan="4"><img src="../art/spacer.gif" width="37" height="1"></td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="129" valign="top">

      <p><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
        <script language="JavaScript" src="../js/sitenav.js"></script>
        </font></p>
      <p>
        <script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// --> 
</script>
      </p>
    </td>
    <td width="10"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
      </font></td>

    <td bgcolor="#000000" width="1"><img src="../art/spacer.gif" width="1" height="18"></td>
    <td width="29">  </td>
    <td valign="top" width="593"> 
      <div align="center">
        <p align="left">  </p>
        <div align="left">
<p align=left><font face="Arial, Helvetica, sans-serif" size="5"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="5"><b><font size="3" color="#FFFF00">Source 
            Code Security </font></b></font></font> 
          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Hide 
            your html source code from prying eyes !</b></font></p>

          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>A 
            simple solution designed to hinder the viewing of your html source 
            code. </b></font></p>
          <p align="left"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">To 
            see it in action, simply try viewing the source code for this page. 
            <br>
            </font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">(You 
            may need to break frames first</font><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
            - <a href="http://mytoowoomba.com/scripts" target="_top">Click Here</a></font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
            )</font></p>
          <hr size="1">
          <font face="Arial, Helvetica, sans-serif" size="3"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#990000"> 
          </font></font> 
          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#FFFF00">How 
            does it work ?</font><font color="#990000"><br>

            </font>Simply by using javascript and frames.</font></p>
          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#FFFF00">How 
            much will it cost ?</font><br>
            Source code security is available FREE of charge for a limited time 
            !</font><font face="Verdana, Arial, Helvetica, sans-serif" size="1"></font><font face="Verdana, Arial, Helvetica, sans-serif" size="1"></font></p>
          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#FFFF00">Is 
            it difficult to set up ?</font><br>
            No, providing you have a basic understanding of html, you can install 
            Source Code Security within 5 minutes. <br>
            Simply <a href="download.htm">download</a> the instructions contained 
            in security.js.<br>

            You will also require a "No Right Click" script for your 
            webpages to complete the security (sorry I havn't provided one). </font></p>
          <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font size="2">>> 
            <a href="download.htm">DOWNLOAD INSTRUCTIONS NOW</a> </font></b></font></p>
          <hr size="1">
          <p align="left"><!-- --------- Start of ScriptSearch Rating Code --------- --> 
          </p>
          <form action="http://www.scriptsearch.com/cgi-bin/rateit.cgi" method="post" target="_blank">

            <input type="hidden" name="ID" value="5002">
            <table border="0" cellspacing="0">
              <tr> 
                <td align="center"> <font face="arial, verdana" size="2"><b> If 
                  you like Source Code Security,<br>
                  please rate it! @ <i><a href="http://www.scriptsearch.com/details/5002.html">ScriptSearch.com</a> 
                  </i></b></font></td>
              </tr>

              <tr> 
                <td align=center> 
                  <select name="rate" size="1" style="font-size:10px;">
                    <option value="--">- Select -</option>
                    <option value="5">Excellent!</option>
                    <option value="4">Very Good</option>
                    <option value="3">Good</option>
                    <option value="2">Fair</option>

                    <option value="1">Poor</option>
                  </select>
                  <input type="submit" value="Vote!" style="font-size:10px;" name="submit">
                </td>
              </tr>
            </table>
          </form>
          <!-- --------- End of ScriptSearch Rating Code --------- --><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><small class="update"> 
          </small></font>

<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="3"> 
            </font> </p>
          </div>
        
      </div>
    </td>
    <td width="8"> 
      <div align="center"> 
        <p> </p>
        <p> </p>
      </div>

    </td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td bgcolor="#000000" colspan="4"><img src="../art/spacer.gif" width="49" height="1"></td>
  </tr>
  <tr bgcolor="#0059B3"> 
    <td width="178"> 
      <p align="center"><font face="Arial, Helvetica, sans-serif" size="1"><br>
        </font><font face="Arial, Helvetica, sans-serif" size="1"> 
        <script language="JavaScript" src="../js/bannerbottom.js">

</script>
        </font><font face="Arial, Helvetica, sans-serif" size="1" color="#CCCCCC"><br>
        <font color="#0059B3">. </font></font></p>
    </td>
    <td width="21"> </td>
    <td width="464"> 
      <script language="JavaScript" src="../js/copyright.js">
</script>
    </td>
    <td width="107"> 
      <div align="center"> </div>

    </td>
  </tr>
  <tr> 
    <td colspan="4" bgcolor="#000000"><img src="../art/spacer.gif" width="67" height="1"></td>
  </tr>
</table>
<div align="center">
  <p> </p>
  <p>
    <script language="javascript" src="http://mytoowoomba.com/cgi/pstats/getjs.cgi?id=scripts">

</script>
  </p>
  <p> </p>
  <p>  </p>
</div>

</body>
</html>



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to J-man)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: How to prevent copying? - 6/13/2006 3:39:50   
Which part of the source did you want first? :)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Tailslide)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/13/2006 3:46:48   
Great now that i've got yous warmed up, try this one:
http://www.code4ever.com/try3/index.php

(in reply to Anthonythomas)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: How to prevent copying? - 6/13/2006 3:50:40   
Isnt there supposed to be a goal? I dont see the purpose on that page :)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to J-man)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How to prevent copying? - 6/13/2006 4:06:29   
I hate it when old bookmarks are no longer....

here was the theory:

Code for index.php

<html><div><body><noscript>
<center><b>
Please enable javascript to view this page...
</b></center>
</noscript>
<iframe src="direct.php" style="display:none;">
</iframe></body></div></html>


Code for direct.php

<html>
<head></head>
<script type="text/javascript">
if (self.parent.frames.length == 0){
self.parent.location = 'code.php';
}
</script>
<body>
<CENTER>
<B>
This code is HIDDEN!!! You might as well not even try to view it... ;)
<B>
<CENTER>
</html>


Code for Code.php

if($_SERVER['REFFERER'] == TRUE){
echo "<html><head></head><body><CENTER><B>TRY AGAIN!!!! :P</B></CENTER></body></html>";
}
else{
echo "Notta... ;)";
}

place the html code you don't want someone to steal in the direct.php
if you try to view it you get redirect you to code.php

// sry for being lazy and not actually providing a situation to try out. The above does work to keep ~98% of visitors out

(in reply to Spooky)
Page:   [1]

All Forums >> Web Development >> General Web Development >> How to prevent copying?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts