Slashdot Mirror


Stop! Website Thief!

Rick Zeman writes "We've all heard of people grabbing an image from this web site, ideas from that web site, or some content from yet another web site. But what do you do when someone takes your entire web site and hosts it in a foreign country? Silicon.com has an article that tells the tale of two such web sites."

124 of 475 comments (clear)

  1. /. the bastards! by zedmelon · · Score: 4, Informative
    This sucks. I don't know if anything can be done legally, but we can slashdot the hell out of the offending site, right?

    http://www.carorcar.com
    solo
    another page
    and another page

    Or maybe just a thousand of us firing off wget -r in their direction. Redirect it to /dev/null...

    Will this get me a "-1 Instigator" mod? ;)

    --
    Mom says my .sig can beat up your .sig.
    1. Re:/. the bastards! by tessaiga · · Score: 4, Interesting
      This sucks. I don't know if anything can be done legally, but we can slashdot the hell out of the offending site, right?
      Um, given that I assume the reason carorcar.com copied someone else's site in the first place was to get money from advertiser revenue from page hits, doesn't that just help their scheme make more money?
      --
      The bold print giveth, and the fine print taketh away ...
    2. Re:/. the bastards! by Andorion · · Score: 4, Funny

      The original site is handling the traffic worse than the offending site! =(

      ~Berj

    3. Re:/. the bastards! by dsanfte · · Score: 4, Insightful

      Ad Revenues are based off click-through rates, not page impressions. As long as you don't click the ads, it's fine.

      --
      occultae nullus est respectus musicae - originally a Greek proverb
    4. Re:/. the bastards! by jargoone · · Score: 5, Informative
      Someone needs to do a
      man wget
      Pay special attention to the section on the
      -r
      option.
    5. Re:/. the bastards! by pavon · · Score: 4, Informative

      Yep, so slashdot something that doesn't have an advertizement in it. try:

      while yes; do wget -O /dev/null http://www.carorcar.com/gifs/race/gp-start-1.jpg; done

    6. Re:/. the bastards! by Anonymous Coward · · Score: 5, Funny

      I did that once, the guy stole graphics and content from my site, so I just linked it to his site. it took 2 weeks and the bandwidth bill killed his site. It was very effective since he was unresponsive to the first mail from me, asking him to cut it out.

    7. Re:/. the bastards! by fizbin · · Score: 4, Interesting

      The ads are hosted on a different server (which actually, at this moment, seems to not be serving them with ads).

      But in any case, since wget won't pull content from a different server unless you give it the -H flag, this will simply suck their bandwidth without giving them any ad revenue:

      cd /tmp; while true; do wget -r -nd --delete-after -o /dev/null http://www.carorcar.com/; date | xargs echo "Again at"; done

      (Don't forget to cd, or you might end up deleting files in the current directory named the same thing as files on that site)

      They're also using IIS, so someone could conceivably pull out all the IIS hack attempts sitting in their access logs from the script kiddies and see how well patched they are.

    8. Re:/. the bastards! by stry_cat · · Score: 5, Interesting
      Ad Revenues are based off click-through rates, not page impressions. As long as you don't click the ads, it's fine.
      Not always true any more. I have been telling my clients to charge per page impression. Newspapers, magazines, and other print publications base their ad rates on the number of copies distributed. Charging per page impression is much more consistant with this method. The per click method doesn't take into account TOMA (top of mind awarness) or even harder to measure advertising concepts.
    9. Re:/. the bastards! by FuzzyBad-Mofo · · Score: 2, Funny

      Unfortunately, it seems to be a problem for some people to distinguish between actual flamebait or trolling, and what is sometimes an honest mistake, a different sense of humor, or simply a different viewpoint. I firmly believe that potential moderators should be given a competency exam before receiving moderation privileges.

    10. Re:/. the bastards! by SirSlud · · Score: 2, Informative

      I write adveritising servers and reporting engines, and thus I know quite abit about the online marketing world. Cost Per Thousand Impressions is a very common payout scheme.

      Ie, you're wrong. :P

      --
      "Old man yells at systemd"
    11. Re:/. the bastards! by the+pickle · · Score: 3, Insightful

      Nobody's suggesting "we" do it to all sites "we" find "not correct." (Who the hell is "we," anyway?)

      Just this particular set of bastards who have VERY CLEARLY stolen content from at least two sources who DID NOT give them permission to do it -- RTFA.

      And I say fire away. It's obvious these folks are intent on screwing legitimate sites. Why else would they take down their illegal mirror of CarEnthusiast and replace it IMMEDIATELY with an illegal mirror of the Finger Lakes Region SCCA chapter's site? If you or anyone else can think of a legitimate reason for that behaviour, I'm all ears...

      p

    12. Re:/. the bastards! by krahd · · Score: 2, Insightful

      You're not getting it at all. What I'm saying has nothing to do with the thieves, it's all about not doing justice for yourself. Perhaps you're right here, they are thieves. Or perhaps not, and the article (which I read, btw) is plain wrong, how do you know?

      Even if they are thieves, you cannot judge them and punish them, this is not (or at least, this should be not) a neo far west.

      --krahd

      p.d. perhaps you still not getting it: just imagine I report to /. that you had ripped my site.

      --
      mod me up scottie!
    13. Re:/. the bastards! by Pieroxy · · Score: 3, Informative

      Of course. The original site has some dynamic content - hence a CPU usage higher than the second one which probably contains just HTML rips of the original one.

      Works like a charm, you scale better, you don't do the content. You just have a wget running on the background every 10 minutes to update your site!

    14. Re:/. the bastards! by ATMAvatar · · Score: 2, Funny

      Where oh where is my +1 Hero moderation option.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    15. Re:/. the bastards! by DrSkwid · · Score: 2, Interesting

      why go to all that illegal trouble, just use your own IP and anonymous proxies

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    16. Re:/. the bastards! by Dirus · · Score: 2, Insightful
      I know with a webbrowser I can force a reload, but how would I do this with wget?

      Add "-C off" to turn cache off, and while you are at it you can also add "-D www.carorcar.com" so you don't follow any links back to the offical site without knowing.

      cd /tmp; while true; do wget -r -nd --delete-after -C off -D www.carorcar.com -o /dev/null http://www.carorcar.com/; date | xargs echo "Again at"; done
  2. Easy by netfool · · Score: 5, Funny
    Easy:

    1) Submit story to silicon.com
    2) Submit story to slashdot.org
    3) Imagine what Car or Car's server looks like as it catches fire do to the /.ing.

    4) ....then, get back to work.

    --
    Left 4 Dead Gaming Group - http://www.l4dgg.com
  3. It happens, what can you do? by jkauzlar · · Score: 4, Funny

    I remember when I had my own website, and a young Cowboyneal asked to 'mirror' it for me...

    1. Re:It happens, what can you do? by robochan · · Score: 2, Interesting

      This happened not too long ago with The Linux Game Tome. About.com had taken all of the Linux Game Tome's content and printed it as its own.

      --
      ...Rob
      The American Dream isn't an SUV and a house in the suburbs; it's Don't Tread On Me.
  4. Welcome to my site !!!!! by Anonymous Coward · · Score: 2, Interesting

    I KISS YOU !!!!!

  5. Flattered or angry? by Anonymous Coward · · Score: 5, Interesting

    I wrote a biography of a famous historic figure, and I placed it in my web site, devoted to this figure. I put a copyright on the site. Since then, I've seen it all over the place, including online encyclopedias. Don't know whether to be flattered or angry.

    1. Re:Flattered or angry? by pdbogen · · Score: 4, Funny

      Dude... You made a biography of CowboyNeal?

    2. Re:Flattered or angry? by gpinzone · · Score: 3, Interesting

      With the news that Full Throttle 2 is being cancelled, I remembered that I was the one who wrote the first Full Throttle's walkthrough:

      http://www.the-spoiler.com/ADVENTURE/Lucas.Arts/fu ll.throttle.4.html

      Doing a google search yielded some interesting results. A few people have tried to take credit, but the body of the text still has my name and old email! If you're going to plagiarize, at least do it correctly.

    3. Re:Flattered or angry? by Mysticalfruit · · Score: 2, Funny

      I've had that happen a number of times. Usually they strip out my name and repost what I have verbatim. Sometimes they take credit themselves. I discovered this by accident once and have noticed this ever since. I've even had slashdot comments ripped off. Whats so hard about original thought or writings anyways? If immitation is the sincerest form of flattery, whats plagarism?

      --
      Yes Francis, the world has gone crazy.
    4. Re:Flattered or angry? by Idarubicin · · Score: 4, Informative
      A wholesale copy if credited to the original author, as far as I am aware (IANAL), is fine. A direct copy WITHOUT credit is plagerism.

      Er, no. Even if you credit the original author, if you duplicate the work without permission then you've infringed his copyright. Even if you give Peter Jackson and New Line Cinemas full credit, you still aren't allowed to duplicate Return of the King and give copies to all of your friends. Website content is no different.

      You may quote a website--in moderation, and with appropriate citation--for various purposes (fair use) but duplication of the whole thing (or a substantial part thereof) is out of bounds.

      You are perfectly legal if you link to any content on the public internet. Obviously, you're also in the clear if you obtain permission in advance to mirror a site for someone.

      --
      ~Idarubicin
  6. Fight back! by CraigoFL · · Score: 4, Funny
    But what do you do when someone takes your entire web site and hosts it in a foreign country?

    Post the URL here, and then Slashdot the buggers into oblivion! Make their bandwidth bill so high that they'll beg you to take it back!

  7. ICANN by IAmTheDave · · Score: 2, Interesting

    Would copyright law give you legal action to have the domain name turned off, since the content it points to is infringing so horribly obviously?

    --
    Excuse my speling.
    Making The Bar Project
  8. Hypocrites by Anonymous Coward · · Score: 2, Insightful

    Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it...

    1. Re:Hypocrites by kfg · · Score: 2, Insightful

      Although in this case there aren't simply "stealing," they are plagerizing.

      I don't think anybody here is claiming to be Madonna.

      KFG

    2. Re:Hypocrites by Anonymous Coward · · Score: 2, Funny

      Where's the WIAA when we need it?

    3. Re:Hypocrites by nycsubway · · Score: 5, Insightful

      Theres a big difference between using IP from a source for your own benefit, but its another thing to use that IP to make money for yourself. Neither of which are particularly good.

      If you listen music you downloaded from the internet for free, its not the same as copying a CD and selling it with a copied cover.

      I'm not saying that copying music for your own use is a good thing to do, but its not nearly as bad as selling something that you've copied as your own.

    4. Re:Hypocrites by Anonymous Coward · · Score: 5, Insightful

      Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft"

      I do.

      but when someone does the same to your website, you call them thieves, and get all up at arms about it...

      I don't.

      You seem to be under the impression that everybody who reads Slashdot thinks the same way, and that you are the lone voice of reason. That simply isn't true.

      The reason this isn't hypocrisy is that the same people aren't alternating between the two viewpoints. Different people are responsible for the different viewpoints.

    5. Re:Hypocrites by shark72 · · Score: 4, Insightful

      "Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it..."

      Agreed. Typical arguments (which I've seen in just the past few days when discussing MP3/movie piracy here on /.) for abolishing copyrights in the digital domain include:

      • "Information wants to be free. Copying digital data doesn't take away anything from the original."
      • "If an artist doesn't want something to be copied, they shouldn't release it." (yeah, I know, this is "blame the victim" mentality, but many slashdotters happily use this as an argument for piracy or against DRM.)
      • "Digital content should be done for the joy of creating. If you're trying to get money for you work, you're a businessperson, not an artist, and therefore you suck. Piracy, and/or abolishing digital copyrights, will weed out the artists whose sole motivation is profit, and leave the world with the benefit of people who create for creation's sake."

      The important thing is that all of these arguments can be applied to the case of this Taiwanese site. As with MP3 piracy, some might argue that pirating a MP3 is really theft because it reduces the potential market for the material, and the same applies here -- this (if you will) pirated web site might collect ad revenue that the original site might have otherwise gotten. Many slashdotters would gladly tell the greedy artist "tough cookies" -- why no shame on the greedy web site creator who is clearly a luddite if they didn't see this coming?

      The bottom line is that in both cases, somebody else is benefitting off the work of an artist without compensating the original artist, and without the artist's permission.

      It's my hope that the "abolish online copyrights" crowd will chime in on this case and explain better than I can why pirating MP3s and movies is okay, and this is not.

      --
      Sitting in my day care, the art is decopainted.
    6. Re:Hypocrites by happyfrogcow · · Score: 3, Redundant

      "Information wants to be free. Copying digital data doesn't take away anything from the original."

      But the information was already freely available on the original site. The forged, plagerised site stole the presentation of the information to make themselves some advertising revenue.

      If an artist doesn't want something to be copied, they shouldn't release it."

      I can honestly say I've never heard this argument used.

      Digital content should be done for the joy of creating

      The original site creator did do that. he made it for his enthusiasm in all things car related. He then found out he could pay for the site with ad revenue, and maybe make some money for his hard work. The plagerists stole the presentation of this persons information solely to make money. they had no interest in using the information in an intellectual way.

      It's my hope that the "abolish online copyrights" crowd will chime in on this case and explain better than I can why pirating MP3s and movies is okay, and this is not.

      I'm not against "online copyrights" as you say. I am against the extension of copyrights for the purpose of greed, ie, Disney's fight to not let Mickey Mouse get released into the public domain. Abolishing copyrights is rediculous. Sensible copyright law is not. We don't really have sensible copyright law these days.

      I'm not in favor of pirating mp3's or movies, yet I do see a great difference between this and that.

    7. Re:Hypocrites by ChaosDiscord · · Score: 3, Insightful
      Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it...

      Typical Anonymous Coward trolling. Slashdot is neither a hive mind nor a borg. Believe it or not, the thousands of readers of Slashdot have diffent opinions. That you don't understand this marks you as an idiot or a troll.

      But on a more specific level, why are these two things totally different? If someone took one of my web sites and copied it for personal use I would be fine with that (although I'd ask that they use a bit of tact in doing the site rip; no need to be rude and totally soak all of my bandwidth). I'd be grumpy if someone provided a free public mirror of my site without my permission (that is, sharing my work), I would try to get the site taken down, but I'm going to be mellow about it. However, if someone were to take my web site, represent it as their own work, then try to profit from it, I would very, very angry. Similarly with music, movies, or software. Copies for personal use are fine; non-commercial sharing with original authorship preserved is wrong but we can work it out, commercial copies with authorship removed is evil.

    8. Re:Hypocrites by drooling-dog · · Score: 4, Funny
      Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it...

      Damn, the secret's out. Slashdot is really just one person, clacking madly away at the keyboard and pretending to be a vast community. Carpal Tunnel Syndrome will be the end of Slashdot, mark my words.

    9. Re:Hypocrites by KilobyteKnight · · Score: 2, Insightful

      It's my hope that the "abolish online copyrights" crowd will chime in on this case and explain better than I can why pirating MP3s and movies is okay, and this is not.

      It's simple really. Most slashdotters can't make music or movies, therefore those things should be free. Many slashdotters can make web pages, therefore they deserve credit for them.

      It seems to be all to common and very trendy these days, especially here. Some people have no respect for the work of others, only their own.

      I expect someone self-righteous jackass who thinks everyone owes them a free ride will come along moderate this down, but you all know I'm right.

      --
      When will Windows be ready for the desktop?
    10. Re:Hypocrites by Wes+Janson · · Score: 2, Insightful

      If I download a Brittney Spears song, I'm copying data for the purpose of my own enjoyment. If I copy another website and try to actively steal their revenue stream, that's a completely different matter. Look at it this way: downloading music translated to this case would be if I were to go to the original site, download a copy, and view it exclusively on my own computer for my own reference purposes, perhaps occasionally allowing a friend to view it. In this case, I am going to the original website, downloading a copy, hosting it onto the web, and actively attempting to steal the traffic from another site in order to make money. P2P isn't a money-making business for "pirates" of the latest pop song. In this case, it's theft for significant monetary gain. Yet again why we need to differentiate not between copying and not copying, but between what the copies are used for.

    11. Re:Hypocrites by milkman_matt · · Score: 2, Informative

      Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it...

      I've noticed this sort of thinking before, in fact, I used to agree -- Then I took into account that, think about it, slashdot has enough users to take out entire websites at the blink of an eye when a story is posted, and you STILL see a ton of posts by people who did not RTFA, so let's say it's a 50/50 split, 50% read the articles, and 50% don't. If half of the userbase reading the site at one point can take down a server, then I'm sure you can imagine that the opinions of slashdot will span the gambit. There's a lot of people here, hundreds of thousands, it's just people choose to speak up on different topics.

      To use your example, usually nobody feels strongy enough against P2P "Music sharing" to say anything about it, yet a lot of people do feel strongly enough FOR P2P as a technology to defend it's right to exist. So here you see slashdot is "mostly for the piracy of music" because nobody's defending the artist's right to get paid, when in fact, I seriously doubt that's the case. Just the loudest, more vocal people are heard.

      I don't think it's so much hypocracy, but a case of different people from a pool of hundreds of thousands speaking out about the stories that interest them the most.

      -matt

    12. Re:Hypocrites by strider_starslayer · · Score: 2, Interesting

      Slippery slope.

      I think the trick with the web site copying is not that it's 'not as bad' so much as it is the actual stealing of that persons work.

      Example; If I steal a song from the band Barrage because I apriciate there aleternative stylings- the song is still from Barrage, and anyone who asks me what that is will hear 'it's by Barrage'- hence, while I have stolen there work for monitary value, I have not 'stolen' there art.

      If I were to take a song of Barrage's and remove the vocals, add my own vocals and release it as my own song, THEN I would be doing the eqivalent of stealing someone's webpage- I'm taking their art, and claiming it as my own!

      PS. I like Barrage.

      --
      -Millions of Monkeys, Millions of typewriters, 6 hours of sorting through faeces encrusted pages to find: This post
    13. Re:Hypocrites by IainHere · · Score: 2, Funny

      Typical /. hypocrisy. When you misappropriate IP in the form of music, movies, and software, you say it's not "theft" -- but when someone does the same to your website, you call them thieves, and get all up at arms about it...

      You just need to understand that this is one of those irregular verbs; I exercise fair usage, you plagiarize, he has just been arrested under the Digital Millennium Copyright Act.

  9. domain by Anonymous Coward · · Score: 2, Interesting

    I had a successful website running for several years. Then someone registered a domain name that was two letters different than ours (think something along the lines of the difference between carsandtrucks.com and carandtruck.com). Then they set up a site that does exactly what we do, for exactly the same audience.

    Nothing i could do, because registering a trademark, finding a lawyer, suing these people.. all too much time, effor and money for a non-profit hobby site.

  10. It's slashdotted by utahjazz · · Score: 5, Funny

    Could someone post a mirror please?

  11. Re:You do nothing. by YodaNz · · Score: 2, Informative

    Quite often contacting their hosting provider and simply pointing out to them that they are hosting content violating your IP will be enough. Most hosts have T&Cs that cover this. This is, of course, after simply asking the person to stop using your IP. They may just not realise, or they may just be a 12 year old kid.

  12. whats wrong with mirroring? by xxdinkxx · · Score: 2, Insightful

    As long as they are not altering the content and then spoofing you domain.. (i.e in america typing www.website.com has the legit website where is country x typing www.website.com being a porn site)
    However, even if they are not being a true mirror, then what really can you do? not much. One could attempt to send them a please stop, and maybe even some scary lawyer letter, but if they are not in your same country what will it matter to them. Yes there are International laws, but how well has America for instance followed them as of late. DISCLAIMER: I am an American, and I am not bashing the USA without merrit.

  13. This happened to by TerminalInsanity · · Score: 5, Funny

    this happened to a website i had, but the idiots that ripped the site forgot to copy the stylesheet and left it linked to ours, so the next day their site was pink and purple, and a home for gay pride

    1. Re:This happened to by Anonymous Coward · · Score: 2, Funny

      Same thing here. A competitor used a graphic right off of our site - meaning they were pulling the image from our site. We conveniently changed the image to be a nice big Ad for us.

    2. Re:This happened to by Jim+Hall · · Score: 3, Interesting

      this happened to a website i had, but the idiots that ripped the site forgot to copy the stylesheet and left it linked to ours, so the next day their site was pink and purple, and a home for gay pride

      I run the FreeDOS.org web site, and we have several volunteer mirror sites. Once in a while, a mirror site stops getting updated, and I take them off the mirror list and notify the mirror's owner (if I still have the contact info.)

      It so happens that one mirror site hasn't been updated in over 2 years, but they still refer to an image-rotator CGI that is hosted on FreeDOS.org. That CGI now generates an 800x600 "hey dummy! this mirror site is way out of date!" message.

      Unfortunately, no one has contacted me and the site is still up. So I assume the mirror site owner is out to lunch. He still gets hits, though (I see the CGI in my access logs.)

    3. Re:This happened to by phorm · · Score: 2, Funny

      I could one-up you on that... everything to a single colour. Text, background, etc etc... all a nice hot pink.

      No readable text, just a lot of purty colours...

    4. Re:This happened to by wheany · · Score: 5, Funny

      I did something similar. Someone embedded picture of me from my website in their post on a forum while making fun of me. I changed my .htaccess to redirect all requests for the image that had the forum's domain in their referrer to goatse.

      I don't think the forum moderators were pleased with the guy who made the post...

    5. Re:This happened to by AndroidCat · · Score: 2, Funny

      Do browsers still support the blink attribute? I'm sure it doesn't get nearly enough use these days.

      --
      One line blog. I hear that they're called Twitters now.
    6. Re:This happened to by l1gunman · · Score: 5, Funny

      I liked this response and I pulled it myself...

      I had an item up for auction on eBay. A luser came along and posted the same item and snagged my photo. Not only did he snag the photo - he simply linked to my original storage location on .Mac. When I discovered what he had done, I changed my own link, reshot the photo he was linking to and uploaded again. Subsequent viewers of his auction page were treated to an image of a Port Noteworthy laptop lock beneath a hand holding up the middle finger. I and a few friends got a good chuckle out of that one.

    7. Re:This happened to by Jim+Hall · · Score: 2, Interesting

      Can you provide me with a link to that site? I would love to see it...

      Okay. Here's a non-clickable link to the offender:

      http://freedos.ne.com.ar/

    8. Re:This happened to by Jim+Hall · · Score: 2, Funny

      Yup, it's being slashdotted right now. According to the last access time in my web server logs, I think his site stopped responding at 21:09 US/Central.

      Slashdot has achieved what I could not. :)

      Thanks!

  14. Things you can do by prostoalex · · Score: 5, Informative

    There are very few people in this world who would maliciously copy the Web site for the purpose of mirroring it out of their own pocket. More often than not, it's the pageviews and ad rotation that they're after.

    Proliferation of Google Ads, and similar offerings from FindWhat and MarketBanker allowed a bunch of content-driven Web sites to exist and make money at the same time. At one of the sites I run the click-through ratio on Google Ads (the site's only means of survival) are at about 0.1-0.2% and thus more traffic and more content means more targetted visitors, more pageviews, and with 0.1-0.2% ratio being (you hope) constant, more money.

    So hit them where it hurts. If they earn money through Google, Findwhat or MarketBanker, contact the ad engines. Most of the time it's abuse of the service agreement and abuse of their advertising system. They send the paychecks, and if they tell the guy to shape up or have the account suspended, actions will be taken.

    Contact their ISP or hoster, regardless of the country. Unless both the hoster and site copier are the same people, you can find reasonable understanding there, with hoster giving then the warning to the copier about possible implications.

    Contact his advertisers. If you see lots of Amazon referral links, contact Amazon Associates support with the problem description. I never heard Amazon actually doing something about it, but the pressure from several points on the copier might enhance your chances of him giving up.

    1. Re:Things you can do by hacker · · Score: 2, Interesting
      I can help you with this, and with design. Hit me up privately (contact info on the gnu-designs site) and maybe we can work something out that mutually benefits both of us. As you've seen, I have a very strong sense of design, site quality, and work with very rigid standards.

      Part of the layout, is "quietly" placing the ads where they fit the best, in a manner which isn't annoying or in the user's way. Color, placement, and ad style are important.

      Another important point is that these ads are text-based , and they generate enough to cover a significant portion of our bandwidth bill.

      I tried the graphical banner ads for 3 months, which weren't really targeted (OfficeMax, Staples, battery companies, etc.), and hadn't earned a penny. 2 nights after I put up the Google ads, we had covered that month's bandwidth bill.

      They work, they aren't annoying, and they are targeted to the audience of my users. It works out all around.

  15. Its not a new thing by Anonymous Coward · · Score: 2, Insightful
  16. Re:first post. by The+Clockwork+Troll · · Score: 5, Funny

    There's a word for that: Macromediocrity

    --

    There are no karma whores, only moderation johns
  17. Content-Based by fembots · · Score: 2, Insightful

    You can't stop people from copying your design, especially where there is no appropriate laws to protect you. Even if there was, it wouldn't worth your time to sue those copycats. Only big companies can afford that, then again no one will be stupid enough to copycat a big company's website, except for scams and parodies.

    Anyway, if your site's content-based, ie the attractiveness of your website is not about the look, but the content, then you may stand a chance.

    For example, anyone can screen-scrap Slashdot to the fullest, but who is going to look at those copycat sites?

  18. Their business model is banner ads... by blorg · · Score: 2, Interesting

    ...so if that's pay per impression rather than pay per click, you just did them a very big favour.

  19. Found one today by Remlik · · Score: 4, Informative

    Check this out. Go to Yardcare.com. If you read the text under how to restore your lawn you'll notice refrences to pictures and charts but you don't see any.

    Now go to This Popular Mechanics Article and notice the text is verbatim, only this time with the proper pictures and charts.

    Which one is the origional site? Hmm...not to hard too figure out. I wasn't sure if I should have emailed PM or not, either way I think its rather rude and unbecoming of the web.

    --
    Apple free since 1990!
    1. Re:Found one today by robslimo · · Score: 2, Informative

      Apparently, Joseph Provey is a freelance home & garden writer. Google his name and you'll find his byline at several such sites.

      He probably sold the story to both Tora and PM.

    2. Re:Found one today by dasmegabyte · · Score: 4, Interesting

      You know, this isn't necessarily theft. Almost all newspapers and magazines resell their content for newsletters, "special sections," and the web, in exactly the same way that as clip art CDs. Many of them will allow you remove their byline if you're willing to pay them enough (and don't claim that you wrote it). No reason for PM not to do this...an article like "Improve your lawn" is considered filler. They'll probably never republish it, so it'll just sit in a library unless you offer them a few thou to buy the rights to the text.

      When I worked in the online newspaper biz, I wrote a piece of software to help rip content from obscure formats on these CDs into XML. We had a stack of hundreds of them, bought cutrate from other content providers who went out of business buying these sorts of articles and trying to resell them. We would then load this content into "online special sections" and give them to our customers to sell local ads and add their own content. The ones who took the initiative and understood the internet saw really good returns and great interest despite the fact that it was all recycled content.

      Remember: to most newspapers and magazines, articles are just there to take up space in between ads. Seriously. Ads are laid out first, and then content wraps around them. If content is too big, it gets pared down to fit around the ads. If content is too small, they buy something from AP/Reuters/UPI or take it from one of these CDs of stories...

      --
      Hey freaks: now you're ju
  20. Imitation is the cheapest form of flattery! by amigoro · · Score: 3, Interesting
    I really hate these kinds of people. I know how much time and effort it takes me to maintain my sites. And the last thing I want is some idiot coming and stealing my ideas.

    There isn't a lot you can do to protect yourself when people operate from these safe havens. That's what's most frustrating. The spammers have been doing this for years and have got away with it. And now content stealers.

    Will the bandits be able to steal a site like the newspaper here?. This site has only one page, and every other page is rendered dynamically. Maybe this is the solution.

    --


    Nothing to see here
  21. www. by _ph1ux_ · · Score: 3, Funny

    www.srashdot.org

  22. This stuff annoys the hell out of me by Anonymous Coward · · Score: 5, Interesting

    These people rip these sites, pass them off as their own - even put them on their CV, and get the jobs the true talent deserve. They need stringing up.

    For instance :-
    www.nevermindus.com vs
    www.digitalabstracts.com

    There is a great selection of these on Pirated Sites

  23. Re:Welcome to my site !!!!! NOT OFF TOPIC by drayzel · · Score: 4, Informative

    Umm... That post actually isn't off topic.
    Anyone still remember Mahirs 15 minutes of fame because of his crazy website? If I remember correctly someone pretty much stole all his content and hosted it for laughs...SO not offtopic, just not very well explained.

    The original can be found here
    http://www.ikissyou.org/famous_site/famous_s ite.ht ml

    ~Z

  24. oopsy by jeddak · · Score: 2, Funny

    ...We emailed them via the contact page, which was the same as our own, and heard nothing back," he said. "We then contacted the authority that controls the domain and heard nothing.

    Well, duh, of course. They also copied your cgi scripts....

  25. This happened to me a few years ago. by corporatemutantninja · · Score: 2, Interesting

    My site Physics 2000 started showing up in foreign countries, fully translated. It's a non-profit site, and of course we love the idea of having it available in other countries, but kind of unsettling to have it ripped off without a word.

    --
    Actually, I was trying to be Insightful, not Funny.
  26. fark ripped off? by Alu3205 · · Score: 2, Redundant

    This seems to have happened to fark.com, unless there's another explaination for this.

    --
    Slashdot comments can be accurate, highly modded, or posted quickly. Pick two.
  27. Japanese Slashdot!?! by dfay · · Score: 4, Funny

    Someone did this to /.!

    I hope Rob and Co. sue their pants off! Sheesh, what audacity!

  28. Simple solution. by sirrube · · Score: 2, Funny

    I agree. If the internet is truly the last 'wild frontier' I suggest an old west shootem up to resolve who the correct owner of the site is. We will put em to the slashdot test. Whichever site is still standing afterwords is the righfull owner.

  29. As an information site owner, by stratjakt · · Score: 2, Informative

    I am all too aware of the problems faced here.

    We accept article submissions to our site and have had another webmaster copy these articles. We are unable to do anything about it (not our copyright) and the authors seem unconcerned that their work appears on a site designed specifically to generate advertising revenue.

    It's a slap in the face to all the hard work I've done contacting people and seeking permission to use their work, for someone to come along and copy it on a daily basis to make a quick buck.

    Fortunately, most of our content is original and written in house so we can protect our own copyright, so the other site is far from a carbon copy of our own.

    In situations where our own work has been copied, the offenders have removed the material either on request or when we contacted their hosts.

    There should be more legislation in place to protect copyright interests. As it is, information is a free for all and simply removing the evidence when asked to removes all responsibility.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:As an information site owner, by shark72 · · Score: 4, Insightful

      "There should be more legislation in place to protect copyright interests."

      This is, without a doubt, the last thing I'd ever expect to read on Slashdot!

      In all seriousness, sorry to hear your story. Copyright violation is all fun and good when it happens to somebody else, and we can often fool ourselves into thinking that we're actually doing somebody a favor by copying somebody else's work against their will (the "by ripping this CD and putting it in my share directory I am actually giving them free advertising and somebody might go to their concert as a result of downloading it from Kazaa in lieu of buying the CD" argument). But as you've shown, it can mightily suck when it happens to you.

      --
      Sitting in my day care, the art is decopainted.
  30. Depends on the site/program by blorg · · Score: 4, Informative

    That completely depends on the site and the ad program. Google AdWords for example are pay per click, but many (most?) banner ads are pay per impression, with CPM (cost/thousand impressions) being a key metric. We have banner ads on our site and they are *all* pay per impression.

  31. Fighting back... by Anonymous Coward · · Score: 5, Funny

    I used to love seeing people do this with images on Ebay. One guy was selling some computer equipment and linked to a picture on another guy's site. When the site owner found out, he replaced the picture with one showing the equip all smashed and ruined. It was funny as hell.

    1. Re:Fighting back... by 455 · · Score: 3, Funny

      Very Funny. Same type of story, a friend of mine runs a business here and one of their administrative assistants sends out a monthly mailing to the clients. Well... she had linked in her monthly email a picture of coffee & donuts (Linked from another site). Needless to say, one month, the site owner replaced the coffee & donuts image with (you guessed it) gay porn! Well... their entire customer base had a fun surprise waiting in their inboxes the next morning, and the site owner refused to change the picture. haha....

    2. Re:Fighting back... by Gorbag · · Score: 2, Insightful
      You know, not that long ago the big scandal was that some sites didn't want links to their 'internal' pages. The idea was the URLs should be "copyrightable" the same as content. Most folks, right here on slashdot thought otherwise. Links should be free - you are after all using the original server and not copying anything (the browser is doing the redirect).


      Now folks seem to be arguing just the opposite. Please explain.

      --
      -- I speak only for myself
  32. this happens to us pretty frequently by Nspace13 · · Score: 4, Interesting

    I work for www.cloudspace.com and every once in a while we notice something odd in our server logs and find that some has ripped off our navigation and left some of our graphics in it, or used our stylesheet. We've messed a few people's site look up a little by changing our stylesheet and had fun with it. Recently we found this site from a french company: http://www.studio-lol.com/ It comes up as the 8th result in a google search of our company name "cloudspace". They left the word "cloudspace" as the alt tag to their logo when they ripped off our navigation. We don't really mind too much when people copy our designs around here. Too bad they choose our own website with a lot of outdated code. It is coded in tables, but with being so busy lately we havent had time to update it much in the last couple years. We do everything we can in divs with css now. We just kind take it as a compliment when someone copies our designs.

    --
    steal this sig
  33. Re:Use Flash? by the_mad_poster · · Score: 4, Funny

    Flash .. is the same in all browsers....

    Yea, in all my browsers it's a little icon that says "Click Here to Get the Plugin".

    --
    Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
  34. Wrong! by www.sorehands.com · · Score: 3, Informative
    They violated the law in the USA when they took the material from the USA. You can file a lawsuit against them, and potentially serve by e-mail.


    The problem would be collecting on the judgment. Since the site has advertising, you might want to contact the advertisers.


    Talk with a good IP/Internet lawsuit. If they don't know Rio v. Rio, then try another.

  35. More Rip-Offs by mags330 · · Score: 3, Informative

    It's amazing how many bottom feeders there are out there: http://www.pirated-sites.com/

  36. Re:Stolen Resume by Ironica · · Score: 3, Funny

    His resume doesn't appear to be there anymore, though. At least, the link to it comes up not found.

    Of course, how do we know you're the *original* Jason Slaughter? Maybe *you* copied the resume, and want to point the blame at someone else... ;-)

    --
    Don't you wish your girlfriend was a geek like me?
  37. It happens all the time... by RichM · · Score: 2, Informative

    Lots more here.

  38. revengers... STOP! by krahd · · Score: 2, Informative

    I'm reposting this cause I want to make shure ppl read it:

    To all of you thinking of a DDOS attack (slashdotting) to those thieves:

    EVER heard of "not guilty until proven otherwise"!?!?!?

    If we start slashdotting evry site that is not correct to... us... it's kinda ovbious to me that we'll be doing not only something that is plain wrong but also that is plain illegal.

    --krahd

    --
    mod me up scottie!
  39. Re:You do nothing. by Dwedit · · Score: 2, Informative

    Back when goatse.cx still existed, Hick.org and goatse.cx were the same site. Same server, same IP address. It chose which site to serve based on what URL you typed in.
    If you connected to hick.org, and issued an http GET http://goatse.cx/, you would get the disgusting page rather than the reletivly benign hick.org page.

  40. As seen on CSPAN by xleeko · · Score: 4, Informative

    This really burns me.

    As a geek who is into manufacturing, I was listening to some of the international trade speechifying on CSPAN the other day, and heard the following particularly relevant tale from Rep DeFazio of Oregon. (Quote courtesy of a quick search of the congressional record)

    I have a small company in my district called Videx. They developed a new kind of scanning technology. They developed an electronic lock. They are selling in 44 countries, including, their mistake, China, where they were selling about a $1 million a year. But it turns out, they say in China if you bring in intellectual property within 24 hours it is counterfeited and for sale.

    And the Videx company had followed all the laws and protections, went to the trouble of getting supposed Chinese protection and patents and all that. One day they found their entire company had been cloned in China including their Web site. In fact, the Chinese, the fake Chinese Videx, had gone them one up. They had a little fake American flag waving at the top of their Web site, this Chinese company.

    They even copied and translated into Chinese the U.S. copyright and patents on their software. They did not make a very good product, the company found out, because they started getting product support calls from people who thought they were clients of the U.S. Videx, but were actually clients of the phony Chinese Videx. This happens time and time again.

    For the full transcript, go here

    - Dave

  41. Re:Prince Of Denmark by Orgazmus · · Score: 2, Insightful

    Well, since google just passes on the info, its not.
    A rip is when you steal the layout and/or info and call it you own.
    Google cache is a service, not theft.

    --
    The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
  42. Re:Use Flash? by dracocat · · Score: 2, Informative

    Instuctions on how to obtain flash files from a website:

    1) Install Lynx. This can be obtained from http://lynx.browser.org/
    2) Type in the command 'lynx [URL]' and replace [URL] with the URL of the flash you would like to get.
    3) Type 'D' for download, then type the filename you would like it saved as.

  43. Re:/. the bastards - with apache bench! by nosphalot · · Score: 5, Informative
    I much prefer to use apache benchmark tool for this sort of thing. Not only can you tell it how many times to get a url, you can tell it how many connections to use while doing it.

    Should be installed under your apache bin directory as 'ab'. I recommend the following if you have a decent pipe:

    /usr/local/apache/bin/ab -n 10000 -c 32 -t 10 -k 'http://www.carorcar.com/gifs/race/gp-start-1.jpg'
  44. Bad Comparison by virg_mattes · · Score: 4, Insightful

    > The important thing is that all of these arguments can be applied to the case of this Taiwanese site.

    Not correct. None of the arguments apply to plagiarism, which is the claiming of someone else's ideas as your own. Duplicating an MP3 and claiming that you made it yourself would be a good comparison to this case. The problem is not that the Taiwanese site simply copied the data, but they are misrepresenting it on an ongoing basis as their own work. That dances dangerously close to identity theft, especially if the Taiwanese site is using the fraud to capture ad revenue or using your reputation to garner faith (like convincing someone to give them a credit card number because they think it's you). In the case of a stolen Metallica MP3, it's rather unlikely that someone stealing the MP3 will try to present themselves as Metallica.

    Virg

  45. You mean *this* one? by nacturation · · Score: 3, Funny
    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  46. Contacting the copycat by MobyDisk · · Score: 5, Funny
    From the article (my emphasis added):
    Understandably O'Donoghue was upset and tried to get in touch with the site's owners. "We emailed them via the contact page, which was the same as our own, and heard nothing back," he said.

    Hmmmmm.... They emailed themselves to complain about the copy, eh? And heard nothing back? Well now, that makes sense.

    From: webmaster@carenthusiast.com
    To: webmaster@carenthusiast.com
    Subject: You stole my site!

    Give it back!
    -------
    From: webmaster@carenthusiast.com
    To: webmaster@carenthusiast.com
    Subject: Re: You stole my site!

    > Give it back!

    You dummy, I'm you. Email them!
  47. This happened to me by Ryan.Merrill · · Score: 2, Interesting

    I run a website, http://www.system7.org/. The entire page and all of the content got stolen by someone who makes a CD called Hackers Tookit 2.0. I saw one of these Hackers Toolkits at a computer show and looked for any information, but of course there wasn't any. All of the leads I got to try and contact this mysterious theif were dead ends. Someone stole the entire System7 database of files and the HTML pages themselves and put it on a CD and sold it. bastards.

  48. If they're so reputable, why's the job so clumsy? by ianscot · · Score: 2, Interesting
    Toro's one of the largest manufacturers of lawn equipment, hardly on the level of a nickel and dime webscraper.

    I get your point -- you'd think Toro would at least have a department full of lawyers to prevent wholesale plagiarism. (Maybe all their lawyers deal with dismemberment cases, not IP law?)

    But as far as the "nickel-and-dime webscraper" label, well, er, sure looks like one. Text copied without bothering to get the relative-links graphics in place? Doesn't look so big and reputable to me.

    --
    "Fundamentalism" isn't about divine morality. It's about human authority.
  49. New business model... by sdo1 · · Score: 4, Funny

    1) Set up slick website.
    2) Set up a mirror of it in Taiwan.
    3) Submit story to silicon.com and slashdot about how your website was "ripped off".
    4) Watch the enormous number of hits rise as "outraged" /.'ers check your site out for the first time (many of which may like what you have and come back again in the future).
    5) ????
    6) Profit!!

    -S

    --
    --- What parts of "shall make no law", "shall not be infringed", and "shall not be violated" don't you understand?
  50. the ripoff loads faster! by Agent+Orange · · Score: 2, Interesting

    In a twist I find somewhat ironic, the rip-off sit they mention at carorcar.com loads faster than the original site. Not only are they ripping off the content wholesale, they're doing it faster than the original guy can. With peoples patience for loading websites at an all-time low, it doesn't fair well...

  51. E2 content lift by call · · Score: 3, Interesting

    Over on Everything2, we recently had someone lift a lot of content and use it to populate a portal site intended to collect revenue by ads and amazon click-throughs.

    When the E2 user population realised what had happened, there began a general forming of lynch mods and baying for blood, and the perpetrator ('Marty')'s personal site was flooded with incredibly nasty messages.

    Marty claimed he'd assumed that the content was intended to be more or less freeware, and lifted it wholesale (without any attributions to original authors, of course). When he realised his mistake (at it was a very stupid mistake to make, but at least it seems to have been an honest mistake), Marty withdrew the content and started trying to apologise.

    Many of the E2 noders wouldn't hear the apologies, however, and in the end neither camp could claim any sort of moral high ground over their behaviour. Important lessons learned:

    1. Check copyright before you lift things
    2. Make sure your copyright notices are visible
    3. Being civil about a problem might not get the same results as being a dick about it; but the downside is, you're a dick.

    Yeah, I learned that last one myself...

    --
    -- call
  52. Then make sure you add -D by tepples · · Score: 5, Informative

    Add -D carorcar.com to keep hits to the ad page from getting through.

  53. Been there, done that by shish · · Score: 4, Informative
    There's been a whole site for this, for at least a few years...

    pirated-sites

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  54. Re:$cientologists did this by AndroidCat · · Score: 2, Interesting
    Since the name NarCONon is a rip-off, that's no suprise. Since Narcotics Anonymous (or NA) doesn't actually use Narcanon, they can get away with this deception.

    As for the Fishman affidavits, on the one hand they claim that it's a copyright violation, on the other hand they claim that it's all fake.

    Perhaps they mean that they think they own the IP on fakery?

    --
    One line blog. I hear that they're called Twitters now.
  55. happens to me all the time by rakerman · · Score: 2, Interesting

    Most people are quite good about it and take the copy of the page down or respect my mirroring conditions. Others however, ignore all my requests.

    For example, here my most popular page, which I use Google AdSense to pay for (cover bandwidth costs etc.)

    Here is a ripoff of my page, with the email address changed, I'm not sure why. Maybe to claim a set of skills? I wish he would take the copy of my page down.

    1. Re:happens to me all the time by cdn-programmer · · Score: 2, Informative

      What you do is call the police and file a complaint and then start legal proceedings. They clearly are going to lose.

      The issue is what your damages are. At best you _might_ be able to recover the investment in the time that would be required to compile all of this information.

      Your position is no different than say Walt Disney who has tee shirt designs, characters and so forth taken illegally. The difference is that in the case of copyright infringment there are now some laws that place some pretty steep fines and indeed, place it under teh criminal code.

  56. Why won't the guy in the mirror answer me? by Shimmer · · Score: 3, Funny

    I don't mean to make fun of the victim here, but this quote is pretty funny:

    "We emailed them via the contact page, which was the same as our own, and heard nothing back,"

    -- Brian

    --
    The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
  57. Re:Yeah, right. by KingJoshi · · Score: 2, Interesting

    Information being free or not, and regardless of whether it's legal or not, the other people should at least have the decency to state that they did not create the content and give credit where it's due. And just because we know the world is not fair does not mean we shouldn't complain or try to do something about it.

    --
    In times like these, it is helpful to remember that there have always been times like these. - Paul Harvey
  58. Outrageous! by bluegreenone · · Score: 2, Funny

    This is outrageous. The nerve of these people blatantly hosting this out on the open web instead of using an accepted piracy medium like Kazaa.
    Outrageous!

  59. Re:You do nothing. by Greedo · · Score: 5, Interesting

    You may be in luck if the company uses a domain with a TLD mandated by ICANN (COM, NET, ORG, BIZ, INFO, etc.).

    With the new WDRP (Whois Data Reminder Policy) from ICANN, domain registrars are obligated to make sure their customers provide valid whois data for their domains. If they don't the domain can be pulled.

    As for carorcar.com, the whois data shows an owner in China, but with a US country code and zipcode (I think), and a phone number (+01.3212353319) in Brevard County, Florida. Heck, I can even see it's listed with a R. Young in Orlando.

    If you can convince their registrar that this is bogus, he might get the domain shut down.

    --
    Tuus crepidae innexilis sunt.
  60. Even worse! by hacker · · Score: 2, Funny
    I started going through my weblogs for all the domains I host, looking for 404's, and correcting them. Many of the domains we host have updated their pages, moved files around, etc. and other sites and servers and users still point to the old files and content. Those were easy to fix with a bit of mod_rewrite and mod_redir hackery, and it keeps the users happy and logs nice and clean.

    But as I was parsing out the logs, I noticed quite a few other curious things, which led me to poke through the referer logs and start tracing some interesting hits.

    ..which led me to these two sites:

    http://www.actionweb.com/hosting/clients/

    http://www.firstwebserver.com/hosting/clients/inde x.html

    Both of these domains are registered in completely different states, by two completely different people, and yet... other than page color, they are identical, even down to the "testimonials" page. Whomever ripped this off from whom, can't possibly be that stupid... or can they?

  61. Happened to me by John+Harrison · · Score: 3, Interesting
    I was checking out where my video game, "Ultimate Blaster" was ranked on Google. To my surprise I found that it was ranked quite highly, but when I click on the link it wasn't my URL, but it was my site.

    The entire site had been copied and then some text added claiming that someone else was the author. I did some more Googling and found that the theif was a 15 year old in England and got his email address and the name of his school.

    I emailed him and offered to tell the school's head master what was going on. The site was down in hours and he replied saying how sorry he was.

    I explained that I didn't mind him offering a download of the game, but that I did mind him claiming credit for it.

  62. Re:/. the bastards - with apache bench! by JabberWokky · · Score: 4, Informative
    while true; do ab -n 90000000 -c 320 -t 10 -k 'http://www.carorcar.com/gifs/race/gp-start-1.jpg' ; done

    They were serving at 85-333ms when I started, they are now at 1510-9925ms. Ouch.

    (I am, of course, merely testing ab and my own pipe, not doing anything to their site in protest).

    --
    Evan

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  63. Re:You do nothing. by milkman_matt · · Score: 4, Interesting

    Quite often contacting their hosting provider and simply pointing out to them that they are hosting content violating your IP will be enough.

    That's what we told the people who stole our content, unfortunately they are a russian hosting company who stole all of our content, edited the company logo images (poorly) and didn't even change the layout! the phone numbers are in the same place, they even used the same "drowning dude help icon" thing.. In any case, as you can probably imagine, they were happy to hear from us until we told them it was OUR site they stole, then all of a sudden they lost their ability to speak english.. Ugh!

    Also, we've been designing a new site for some time now, and it kills me to think of the time we've put into this, to know that it will probably end up on the .ru site also as soon as it's live, with minimum work on their part.

    -matt

  64. What do I do!? by indros · · Score: 2, Funny
    But what do you do when someone takes your entire web site and hosts it in a foreign country?


    Well I post the offending link on /., of course, and rest assured, minutes later, it has been taken down!
  65. Happened to Me Once... by hondo77 · · Score: 2, Funny

    ...but on a much smaller scale. Someone had copied a popular page from my site. Tweaked the code a little but left the ad code the same. I just changed the ad for that page to be an image that read "This site will be closing soon. Click here to go to our new location." I crack myself up.

    --
    I live ze unknown. I love ze unknown. I am ze unknown.
  66. Why not try putting pressure elsewhere? by codejester · · Score: 3, Insightful


    If carorcar is doing this to make money via adverts and the wronged site owners can not get satisfaction from carorcar, why not put pressure on the people paying or supporting carorcar (e.g. websponsors)?

  67. My own experience... by payndz · · Score: 3, Interesting
    I had somebody rip off my Futurama fansite and pass it off as their own - in the Czech Republic, of all places. Not much I could do about that beyond send them an irate email and ask them to pack it in.

    More insidiously, I've had fanart (from the same site) of mine be copied and printed up on t-shirts sold on eBay - passing them off as official Futurama merchandise. Again, what can you do? Complaining to eBay is all very well, but the people doing it will just open new accounts under different names even if eBay closes them down...

    --
    You must think in Russian.
  68. Dynamic sites are not so easy to steal by sushi_steve · · Score: 2, Interesting

    Wouldn't this problem be easily avoided if you switched to a dynamic site? All of the pages I looked at were .html but if you were to use mySQL and php you could easily prevent anyone without server telnet access from stealing much else than your html outputted by the script.

    This sound right?

  69. Would you Open Source /. people make up your minds by danieleran · · Score: 2, Interesting

    HTML design is inherently open source. The only way to 'close' your website to 'theft' is to render it in one big Flash animation.

    Since it's possible to proprietize the web with horrible things like Flash, why not instead celebrate the forced openness of being able to examine and learn from other's web designs?

    Wanting to destroy people who borrow wholesale from another's designs seems like the wrong stance from a group of people interested in replacing entrenched commercial operating systems with a community developed alternative.

    And if you think theft of your sacrosanct 'ideas' regarding colors and layout is wrong, how can you also be against Disney demanding perpetual copyrights for their talking rat 'invention', or Amazon for their patent for clicking a button to make a purchase, or any number of similarly retarded things?

    I'd be all in a frizzle if I saw someone had copied my websites verbatim, but I also learned everything I know about HTML by taking apart other's sites and seeing how things worked for them. I've also been known to copy other things I liked. So I'd just get over it.

    The best thing about HTML is the fact that you can pick it up quickly and parse it fairly easily. When you see people doing fancy tricks, its fun to learn how they did it, without taking the $1000 weekend class or reading the $99 books.

    Lets all hope that the web doesn't become the next proprietary, locked down, don't steal my idea DRM-sphere.

    Next up: Microsoft SecurePages, DRM controlled IE-only executable .netWeb sites. Well are you fucking happy now you confused idiots? The world needs more collaboration and less legalistic profiteering based on who wrote up an idea first.

    end rant.

  70. Happens on Slashdot by singularity · · Score: 2, Interesting

    Copyrighted work on Slashdot (comments) even get copied.

    All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. The Rest (C) 1997-2004 OSDN.

    Compare my comment with this comment.

    Notice that I include a copyright mark on each of my comments, in addition to Slashdot's notice.

    I have nothing to really gain/lose by a Slashdot comment, but it definitely bothers me that people will take obviously copyrighted work and claim it as their own.

    You are right - be flattered, or be angry?

    --
    - (c) 2018 Hank Zimmerman
  71. call it.. by ryen · · Score: 2, Funny

    >But what do you do when someone takes your entire web site and hosts it in a foreign country?
    free international hosting.

  72. My content ended up on microsoft.com by solprovider · · Score: 4, Interesting

    In 1995-6, I did support for Compaq at a Unisys facility. I wrote many solutions for our call center, including several guides for troubleshooting various issues. I distributed them on floppies to many of the phone support people, since we were not allowed to have our own resources. Many of them ended up on Compaq's website, attributed to someone else. Some of them ended up on Microsoft's website, attributed to another someone else.
    [A manager received permission to put my help system on the network just before I transferred. I still have copies.]

    Later, I described how you could not detach attachments in Lotus Notes if Windows95B had been patched with the "a" patch intended for the original Windows95. (The policy to immediately patch Windows95 after installation survived long after the standard install was Windows95B.) I added it to the internal Unisys online help system. A few months later, I found it on Microsoft's site with 3 words changed and attributed to someone else.

    In every case, the words changed were prepositions. I thought my original choices were better than the new version (probably because they were MY choices), but the content was otherwise identical. I guess they liked my style, but I would have enjoyed searching for my name and having many results pointing to microsoft.com.

    --
    I spend my life entertaining my brain.
  73. Can you rip dynamic content, like php code? by Shiifty · · Score: 3, Interesting

    If the site is dynamic, is it possible to copy the site, including all directories and scripts without actually running the scripts? Or rip raw code like php?

  74. Sometimes it's a hobby... by apetime · · Score: 2, Interesting
    I read on a minor Japanese news site (here) a little while ago about a site that was running a Japanese translated ripoff of the US Yahoo. The site was just running the Yahoo site through a machine translator (excite's i think), and changing the references to Yahoo to Shimanto.

    The news site interviewed the guy running the fake and asked him why he was doing it. Shimanto.com wasn't making him any money. Rather he was paying a fair bit for the hosting fees. Plus it could get him in a bunch of trouble.

    He was just doing it for fun...

    Apparently, the guy has a history of doing the same thing, as well as domain name squatting, things like that.

    Right now the Yahoo fake is gone, but it's now ripping off IBM's news site.

  75. It Happens All of the Time by llywrch · · Score: 2, Interesting

    I was working at another third-party support center that supported Netscape, back in 1995-6. At one point we had a rash of calls about whether Netscape could be used with AOL. Since I knew something about AOL, I quickly wrote out a HOWTO about this issue & sent it out as email, which ended with a lame joke that the compatibility of the UNIX versions of Netscape with AOL was not known.

    A few months later, after I had left said employer & I had to look up some information on the Netscape support website, I found my exact same email, with only a few copy changes -- but with the same lame joke -- under someone's name. Said joke survived several rewrites of the technical note, & for all I know may still be on what's left of the Netscape website.

    Geoff

    --
    I think I see a trend here. Maybe for them it really would be easier to muzzle the entire internet than to produce p