Website Copy Protection

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #15) by Tyssen on Oct 4 2005, 11:17 PM. (Line Breaks Removed)
QUOTE(qwertyiscool @ Oct 2 2005, 01:25 AM)Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...Search engines do. What you're describing - hiding keywords by making them the same colour as the background - is a technique that will get you blacklisted with search engi... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Website Copy Protection

kvarnerexpress
Hey people, thanks for the help in advance.

I notice that my competition refuses to put the time into their websites that I do and have been stealing my pages. Copying my web text is one thing, but I notice often times my entire page is stolen, from what looks like a 'Save Page As' deal. What can I do to protect myself from this web theft, or at least to make it harder.

I dont use any java, I use straight CSS on all my pages. Thanks.

kvarnerexpress

Reply

Tyssen
If it's a business site, sort out the copyright of your site legally (ie more than just putting © on your pages) and then if they continue to do it (because it's too late if they've already done it and you didn't have the necessary notices in place), stick your lawyers on them. A threatening letter usually will do the trick. Or maybe your local office of fair trading (if you have one where you are).
There are various things you can do to try and stop people stealing your code, but none of them are foolproof and in my opinion, you'll spend time & energy that could be better used elsewhere.

Reply

fffanatics
I totally agree. Copiers will always exist and there is no way to totally prevent against it. Like Tyssen said you can legally try to prevent it. The only other way i know of is to search google for code to prevent a right click and the view source option in IE. Those can be done easily but are not always very effective but atleast they are something

Reply

Hamtaro
There are other ways of viewing the source in IE (and other browsers) than just right clicking. However, things like disabling right clicking will help prevent stealing it. Also, I do believe I saw somewhere (not so sure where it was) a way of encoding your web pages using JavaScript (beware that those without JavaScript probally will not be able to view it if you decide to use it). Even by protecting it with JavaScript, there are still other ways (I don't know of any, but there's always a way to get around things). I think I found that code on the JavaScript Source (but it is possible that I didn't), which is at: http://javascript.internet.com/

Hope I helped you some (sorry that I couldn't remember exactly where that was..)

Reply

biscuitrat
Yes, but the right-click disabling is not only annoying but it can be easily avoided or bypassed. I just expect that those people who are stealing my code are learning from it, as I did in my ignorant youth, or are enjoying the fact that one day, I will find them and smite them. And they will never stray from their path of righteous web design again.

Reply

jlhaslip
As Biscuitrat says, viewing the source code is one thing, and an excellent way to learn, but copying it to re-use is another matter all together. There are copyright issues invovled. Particularly if they are selling the code. By all means get a Lawyer involved, even if it just to send them notification that you are aware of their activities.

On the other hand, I have been quite successful in approaching other authors to ask them to 'borrow' their code. I will not knowingly use another design without asking. Most authors will consent without much negotiation. There are lots of Open Source pages out there that are free, so why steal one?

As people get more experienced with their coding skills, they will be less likely to "steal" yours. IMHO, let them view your source. If they learn something from it, that's a good thing.

Reply

dogomchawi
What the others said already is definately true - you should, if it is a business or such related site, try to protect it legally.

It is a serious offense to copy site stuff like that. I don't know the fines involved but i know that stolen site artwork and stuff can create a lawsuit / fine that can run for 10's of thousand of dollars that the ripper has to pay back to the original owner.

There are entire sites devoted to preventing stuff like this - I would say that you should check em out and see either what they offer or what measures they reccomend. There is a site for pictures (ripperhunting.com) that makes it thier job to find people who do this kind of stuff.

good luck

Reply

Lozbo
Yes, i agree with that, as you can't learn everything in books, you must search pages to find out how they did it. And about copying and pasting it just like that i believe that at least they should post a "thanks to" note or something, i mean there are projects that take more time to develop and a lot of time and money for someone just stealing it, but like they say, you are never going to completely avoid it.

Reply

beeseven
QUOTE(Tyssen)
If it's a business site, sort out the copyright of your site legally (ie more than just putting © on your pages)


Actually under U.S. law a "©" has legal power, so stick one in there if you don't have one already (I think the preferred format is "© YEAR-YEAR AUTHOR"). If they continue just threaten to sue.

Reply

p_a
I made site for my students to use it thru exam process.

Tests are in few groups, every test has 15-45 questions.

First I used Javascript to have window over complete screen, without menus, toolbars, borders.

I excluded right mouse key.

Also, I disabled Ctrl and Alt keys.

I disabled printing the webpage.

I insert the code to recogniized if Internet Expolorer version 6 or above is installed, and what operating system is at the PC.

Few other things also I disabled, but, unfortunately Windows XP SP2 came and it disables fullscreen Javascript capability for sites not recognized as trusted.

Also, even I disabled Alt key, Alt+Tab still worked, and Ctrl-Alt-Delete still worked also. It seems to be two keyboard combinations are defined in Operating System lowlevel processes, and there is not an easy way to disable them.


Reply

Latest Entries

Tyssen
QUOTE(qwertyiscool @ Oct 2 2005, 01:25 AM)
Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...

Search engines do. rolleyes.gif What you're describing - hiding keywords by making them the same colour as the background - is a technique that will get you blacklisted with search engines.

Reply

galexcd
QUOTE(Lozbo @ Sep 30 2005, 11:58 PM)
I know there are sometimes things you dont want to get too much attention though...
How is that? like a swf that calls from beneath it another swf file or variables or something? Im not sure if i understood correctly and id like to know...thanks!
*



Yes, when you directly link to a flash file via html, anyone can just view the sorce, and find out the url that flash file is in. They can then download it, or even get the original .fla by decompiling it. dry.gif

To prevent this, you link hml to sorta the "empty shell" of the flash. You can have flash import functions from other swf files, and that does not show up in the decompiled fla, so they cant go hunting for that swf. You also should put all movie clips in separate swf's and then improt them.

All the code, and all the graphics should be in separate flash files, or just 1 file. Depending on what your style is.

I can't remember the coad right now on how to import external data like that, but i have a big book on flash, and ill look it up for you later. laugh.gif

Reply

galexcd
QUOTE(Tyssen @ Sep 30 2005, 11:27 PM)
Too lazy? Too smart more like it. You know why you hardly see any all-Flash sites around? It's not cos of the work involved, it's cos users just don't like them that much and search engines certainly don't.
*




If you can format your flash so it is not the stadard size, make it look like its the entire html page, but dont make it too flashy, just make it normal looking. What your user can't know wont hurt them.... rolleyes.gif

What I did on my site was make parts of it in flash. I made one swf file (this is where it gets cool), i made the text on it a variable, and i made the url it goes to another variable. Cheak it out here. Try changing the variables in the url. If you take them out, the text automatically says "ATP" hehe, then i can proove that i created it if anyone tryies to steal them. cool.gif

And, if you want them to work in search engines, you re-wright the keywords (in whatever color the background is) after the flash file.

Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...

Reply

Lozbo
QUOTE(qwertyiscool @ Sep 30 2005, 11:44 PM)
i HATE the sites that dissable right click it does not help at all and it is extreamly annoying if i want to do some stuff with images...
*


Yeah i dislike them too, its really annoying. Like if you are showing off your page, it means you are showing off your info, it means you actually DO WANT people to know about it, so maybe they want to copy and paste the dates or times of the event or whatever, or maybe they want it printed, so you cannot censore all becouse of thieves... they will always find a way.

I know there are sometimes things you dont want to get too much attention though...

QUOTE(qwertyiscool @ Sep 30 2005, 11:44 PM)
the only way people can get your coad is by using a flash decompiler, and to get the people who do, just have the flash load from an external flash file, that way nobody can steal your code...
*


How is that? like a swf that calls from beneath it another swf file or variables or something? Im not sure if i understood correctly and id like to know...thanks!

Reply

Tyssen
QUOTE(qwertyiscool @ Oct 1 2005, 03:44 PM)
Too lazy to redo your enite site in flash?  well,  sorry, then you will have to deal with the theives.

Too lazy? Too smart more like it. You know why you hardly see any all-Flash sites around? It's not cos of the work involved, it's cos users just don't like them that much and search engines certainly don't.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : website protection

  1. Build A Website - (12)
  2. Website Drop Shadow Effect Help - (7)
    Well I am in a need of help, I want to add this cool drop shadow effect to a website I am building,
    but unfortunately for me I can't seem to get it right. I want to apply this drop shadow effect
    to this website The first person to effectively apply this drop shadow to this website
    will get a 50 credit prize All the files are provided, you have to download the OSWD file to get
    the images and style effect, there is no rush but if you can get it done right away I be much
    appreciated....
  3. Website Problems Please Help - Unwanted gap between the welcome bar and flash. (6)
    I just set up this website, none of the links are in working condition yet. This is mainly because
    im trying to get rid of this anoyying gab in between my flash object and my welcome bar (its the
    small dark grey/brownish gap). Does anyone know exactly how to fix this without messing anything
    else up vis changing the code or possibly even the size of the flash? Thanks. Here is the website:
    http://www.childrenofconan.trap17.com/ Moved to html section in anticipation of that being the
    correct Forum ...
  4. Making This Website Automatically Scale For Browsers - (1)
    Hi I am trying to scale the code below so It can be used for a furniture business website
    successfully, heres the code: "http://www.w3.org/TR/html4/loose.dtd"> Home
    Lorem ipsum quaeque
    eripuit probatus id usu, nec ea dos epic uri verterem, quando tempr et mei. Eam equidem erroribus
    an, id nam illum perse- cuti read more 12/20/2007 Lorem ipsum
    quaeque eripuit probatus id usu, nec ea dos epicuri verterem, quando tempr ...
  5. Help With Website Layout Correction For All Browsers - Page gets larger on Firefox 2 (4)
    If you go to my site at http://boozkerstweaks.trap17.com and you look at the home page everything
    is fine on all browsers. Problems start to arise very soon however. Here is my list of problems and
    i was wondering if someone could help with just whats wrong. I have done a HTML validator and found
    only 3 errors and all these problems still occured. You might find more now though because i am
    screwing around with the code. Here is the list of browsers and errors: Netscape 8.1: After you
    click on the pulldown menu and click the only tweak avaible at the moment the pag...
  6. Background Image Picture On A Website - how do u make a pic a backround?? (3)
    ?email me if u know! Trap17 forum asks you to post contributes with substance. ...
  7. How To Make Cms For My Dynamic Website? - A Content Management System (3)
    It is a pain trying to have to write new code everytime you want to change something on my website.
    I know there is an easier way to update content. I read about COntent Management systems which
    apparently use XML. When I would enter the administartion area there woudl be dynamic fileds in
    which I could edit the data and when I click submit it would change. The thing is that I know how
    to add these forms to a page but I dont know how to create an adminstration area. I use php and one
    of my friends said to use XML. I have a book but it is taking a long time to read....
  8. Making A Refresh Link On Your Website. - refresh local webpage (16)
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> post it on ur website
    CODE <a href="javascript:this.location.reload();" style="color:
    #000000; font-weight: normal">refresh</a> It can refresh local webpage. U
    can add it at ur forum so that each topic u are reading can be refresh easily. If ur website
    return to homepage after pressing I.E. refresh button, then u must need this coding. /cool.gif'
    border='0' style='vertical-align:middle' alt='cool.gif' /> Beacus visitors only w...
  9. Website Deployment Problems - (3)
    Hello, I have developed a website that is specific to IE. The website looks great on my local
    machine. I then move it to my production environment. For some reason, the website now looks
    different when I view it from the production server. The strange thing is... I am using the same
    browser. I always believed that HTML was downloaded to the client and then it was up to the browser
    to render it. Considering I am viewing the webpage using the same browser from my machine... I
    should have received the same thing. Which lead me to believe that I didn't upload it prop...
  10. How Do I Mirror A Website? - (4)
    After the last batch of hurricanes we lost 5 days of traffic due to power outages in S. Florida.
    What I really want to do is redirect a visitor to a copy of the website if the original site takes
    more than a set amount of time. If heavy traffic causes the original site to take more than 10
    seconds to load I want the visitor automatically redirected to a copy on a different server. Can
    this be done somehow? I'm thinking the requests might have to go through a first server that
    times the two other servers and decides which is the best route. Any ideas? Thanks, ...
  11. Html Templates - HTML Templates for website (3)
    Where do i get free HTML Templates to use in look and feel of website? Any link will be
    helpfull....I know there are some free templates available but it is hard to find even by
    gooooogling it. Please, share if you have any. Thank You....
  12. Ftp Website - (0)
    hi guys, i am creating an FTP site which will have alot of folders on it each with subfolders and
    so on. the folders will be created every day on a machine and then sent to the site. i wanted to
    know if i can use a custom made DOS program created using the C language to upload the files and
    create the folders on the site or do i have to upload the folders invidually. i am a complete
    novice on FTP sites but have created a client for FTP transfers already, a pointer to a library of
    functions or general help would be gratefully appreciated. i am using VC++ 6 and windo...
  13. I Finally Found A Simple Way To Do A Blendtrans - - want some cool effect for your website? (1)
    ok, this code isn't supported by some browsers, like Firefox. But it still works for the
    OnMouseOver. This code basically fades one images into another one. Really cool effect
    /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> . First thing: build or
    find 6 images, 3 pair. your going to want to build buttons that are close in relation, so they fade
    properly. Name the images as so: image1_on.gif , image1_off.gif image2_on.gif , image2_off.gif
    image3_on.gif , image3_off.gif now put these in a folder called: "images" inside your original...
  14. Optimizing Website? - (10)
    I am sure there is the way to optimize website, so that is looks exactly how you want in every
    browser. I don't know it, so can somebody help me with that?...
  15. Tips on creating a good website! - (8)
    1) Navigation: Keep it simple (KISS), and make sure it's consistent from page to page. No matter
    where you place your menu bar -- either at the top or down the side -- always include a small text
    menu at the bottom of every page. If you're one of those people easily impressed with Flash,
    don't design your navigation with it. There are still some people who don't have or want the
    plug-in, so they won't be able to navigate your site. Besides, search engine spiders can't
    read it, so won't be able to spider the individual pages of your site if the...
  16. Website Security - encryption/html function disabling etc. (2)
    Hey Guys, Searched for posts re: webpage security (keeping slimeB*lls from "borrowing" your content)
    on the forums & came up blank. So thought I'd start a string here. OK, so does anyone have any
    info to contribute? Has anyone used html encryption programs? Does this create problems with
    browsers "reading" the page content or other functionality problems? What about webpage/html
    modifications/"updates" after the page has been encrypted? How good is the encryption OR how easy is
    it to hack/crack etc. ??? Anybody? Cheers! PS-Any strings/links in the forums I've...
  17. Show The Last Update Time Automatically - very helpful to your website (5)
    After we ourselves upload webpage, will often bring in constant renewal in and add the new content ,
    and how could let net friend to browse through webpage know working hard getting newer one's
    own? Usually we will list the last date that this webpage will be upgraded in one mao of the
    webpage, but if this job is come to do by hand, troublesome and easy to forget. How to solve this
    problem? Having seen this small skill, you will say , it was so simple originally definitely. All
    right, now we do it. The source code pastes the frame : <script language="JavaScrip...
  18. going to far when designing a website - all opinions for this one (3)
    how far is going to far to make sure to get those 90 billion hits a day on your website. if your
    creative with your scripting and it makes the user looking at your page happy ok that fine and
    dandy. but if you add all thos high speed tricks to your website like making text flash 6000
    different pop up adds per click QUOTE then you should be drag outside and shot for wasting web
    space /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> . but for me
    if its a useful trick like making text pop up if a person wants to know more that cool bu...



Looking for website, copy, protection

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for website, copy, protection

*MORE FROM TRAP17.COM*
advertisement



Website Copy Protection



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE