My Programmer Stole Coding From Another Website

16 replies
I recently hired a programmer to create a simple script for me. Basically, I asked him to create a clone of another website that I really like. After I paid him and downloaded the script that he 'supposedly' created from scratch, I immediately noticed that some of the coding was exactly the same as the coding of the website that I wanted him to clone. After doing a little research, I discovered that it's possible to steal an entire website with a certain kind of software program. Is it illegal for me to use the script if most of the coding isn't original?
#coding #programmer #stole #website
  • Profile picture of the author RobinInTexas
    It mostly depends on the copyright of the code/software. Much of what is out there is licensed under GPL in which case you can use it. Probably with attribution.

    I am not a lawyer, in fact have no legal training whatsoever. I don't even play a lawyer on tv.
    In no event will I be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of my opinion. Taking legal advice from anyone via the internet is a bad idea, you should do your own research and consult proper legal counsel before embarking on anything after breakfast.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9041075].message }}
  • Profile picture of the author WPCHARLIE
    Based on what limited information you provided, all he probably did was extract the basic html and css files of the website you referenced. Anyone can do that quite easily, and I would suppose he handed it to you intact with the same naming conventions.

    While this is not illegal, it's not good practice either. At the very least, if you want to emulate a certain look or functionality of another site, do it in your own style. Don't copy/paste exactly.

    Regardless, it's not something the third party website is going to sue you over if that's what you're really wondering.
    {{ DiscussionBoard.errors[9046994].message }}
  • Profile picture of the author valvednd
    sounds like you got exactly what you paid for. when you ask a coder to "clone" something there isn't a lot of room for interpretation in that statement, and it'd be a complete waste of his/hers time to go through it and rename variables or css classes/ids. what was it? the site may have been built on a common framework like bootstrap or kickstarter so the base of all those projects is the same anyway...

    dont be too concerned, the original site probably lifted it from someone else anyway
    {{ DiscussionBoard.errors[9047076].message }}
  • Profile picture of the author sbucciarel
    Banned
    You requested a clone of someone else's work and now you're worried that it's not original? Go figure.
    {{ DiscussionBoard.errors[9047457].message }}
  • Profile picture of the author christogonus
    Originally Posted by gregdavidson727 View Post

    I recently hired a programmer to create a simple script for me. Basically, I asked him to create a clone of another website that I really like. After I paid him and downloaded the script that he 'supposedly' created from scratch, I immediately noticed that some of the coding was exactly the same as the coding of the website that I wanted him to clone. After doing a little research, I discovered that it's possible to steal an entire website with a certain kind of software program. Is it illegal for me to use the script if most of the coding isn't original?
    Mr. gregdavidson,
    I do not understand what you really mean here. The programmer may not have stollen the script. If you use any special software to rip down a website, what you get is the HTML and CSS equivalent translation of the website.
    If you see PHP codes, then know that the programmer must have written the code himself or may have got the script from whoever that must have developed the script from scratch.
    So, I think you owe this developer an appology if you have told him any bad word and you can consult him if you need any changes in the application you desire.
    Signature
    I am a developer and can support on WHMCS, Cpanel, VPS, SSL and more. Add Me On Skype: christogonus2

    >> I offer WHMCS Setup, Updates & Technical Support <<
    {{ DiscussionBoard.errors[9048145].message }}
  • Profile picture of the author David B
    You can only identify public information from a website I.e. The html, css, javascript. Not any back end code. Try using the view-> source option in your browser to see some the html etc.

    Now if any of the html/css/javascript point to files hosted by that other website you would want to get that changed since they could be changed by the other website and your site would be broken. Public files like those hosted by Google for jquery (e.g.node.js ) are fine.
    {{ DiscussionBoard.errors[9048579].message }}
  • Profile picture of the author K Meier
    The only thing you can "steal" from a website (apart from the content and pictures) is the html output that you see in your browser, javascript and the css files. Everything else such as php files can not be stolen (unless you hack into the server and download the source code, which is highly unlikely).
    I assume you are simply referring to some html code, javascript or css.
    In my opinion, that is not a big deal
    {{ DiscussionBoard.errors[9057085].message }}
  • Profile picture of the author kdavies
    Not illegal, just potential breach of copyright.
    {{ DiscussionBoard.errors[9057227].message }}
  • {{ DiscussionBoard.errors[9059104].message }}
  • {{ DiscussionBoard.errors[9059949].message }}
  • Profile picture of the author dgmufasa
    Can css files (like styles.css) be stolen from a website?
    {{ DiscussionBoard.errors[9074689].message }}
    • Profile picture of the author K Meier
      Originally Posted by dgmufasa View Post

      Can css files (like styles.css) be stolen from a website?
      Yes very easily. They are open to everyone who views a website.
      {{ DiscussionBoard.errors[9074690].message }}
  • Profile picture of the author dgmufasa
    Thanks - is there any way to keep this from happenning? Perhaps embed files with some kind of virus so that if the person downloads it, they will "catch it"?
    {{ DiscussionBoard.errors[9083404].message }}
  • Profile picture of the author infomercialking
    Hi, I am not an attorney but 99% of all code written can NOT be copyrighted because it is part of the "Existing Art." For example, you can't copyright code to popup a message box because that is just a part of the programming language. When companies have programmers sign contracts saying it is a "work for hire" what the companies don't understand is that they do NOT own 99% of the code because the code is part of the existing art. However, what is protected by copyright is the "look and feel" of a website and your site must look different enough so that a person would not think it is the same.

    Bill SerGio, The Infiomercial King
    {{ DiscussionBoard.errors[9084833].message }}

Trending Topics