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."

65 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 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

    10. 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!

  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...

  4. 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 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
  5. 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!

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

    Could someone post a mirror please?

  7. 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 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.)

    2. 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...

    3. 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.

  8. 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.

  9. 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
  10. 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 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
  11. 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
  12. www. by _ph1ux_ · · Score: 3, Funny

    www.srashdot.org

  13. 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

  14. 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

  15. 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.

  16. 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.

  17. Japanese Slashdot!?! by dfay · · Score: 4, Funny

    Someone did this to /.!

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

  18. 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.

  19. 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....

  20. 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.
  21. 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
  22. 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!
  23. 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.

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

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

  25. 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?
  26. 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.
  27. 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

  28. 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'
  29. 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

  30. You mean *this* one? by nacturation · · Score: 3, Funny
    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  31. 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!
  32. 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.

  33. 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?
  34. 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
  35. 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.

  36. 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.

  37. 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
  38. 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.

  39. 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.
  40. 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.
  41. 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.

  42. 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
  43. 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

  44. 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)?

  45. 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.
  46. 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.
  47. 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?