Slashdot Mirror


P2P vs. The Clones

smash writes "Rebranding software then loading it with spyware and adware (or just selling it for profit) has become a recent trend with oversea individuals trying to make a few bucks. We all remember the KaZaA Gold, don't we? Shareaza, which recently went open source under the GPL, has been subject to a similar type of theft by a company going by the name RockSoft Development. Surprisingly enough, their software labelled as 'Go Music' hasn't been pulled from C|Net's Download.com after more than a week."

58 of 289 comments (clear)

  1. Hahaha.... by Izago909 · · Score: 5, Insightful

    You can never go bankrupt betting on the ignorance of average PC users.

    1. Re:Hahaha.... by sqrt(2) · · Score: 3, Funny

      WRONG. That is a popular definition and not an acceptable LEGAL definition. Piracy is murder and plunder on the high seas AND THAT'S IT.

      --
      If you build it, nerds will come. Soylentnews.org
    2. Re:Hahaha.... by JPriest · · Score: 3, Interesting
      Something I was thinking about the other day. It is pretty obvious that spyware is a gray area in legislation, but maybe there would be a loophole in this. Say I require anyone that develop software for my OS have a free license to do so. I could simply refuse less than credible companies a license. Instead of going after them for writing intrusive software, you could go after them for license violations.

      A big company like MS could never get away with this, but I wonder if one could build a Linux distro with a module or something that requires such a license. The idea would add another layer of security for people that use that distro again legit companies whose software is not considered malicious but should be. Is anyone doing something like this?

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    3. Re:Hahaha.... by Anonymous Coward · · Score: 3, Informative

      In the context of computers, "pirate" is a shorter name for "copyright infringer." It's been this way since the first Apple ][ game was copied from one floppy to another. Deal with it.

      In this context, "pirate" refers to a roaming stealer of ships as much as "mouse" refers to a furry animal. When you start closing your "windows" to stop the draft coming through your monitor, you can start getting incensed by the use of the word "pirate."

  2. Restricting Free (as in speech) Software by Anonymous Coward · · Score: 4, Insightful

    This does, in fact, represent a flaw in current open-source licenses such as GPL, and in the free (as in speech) software movement in general.

    I've noticed this happening more and more as I am called upon to uninstall this kind of garbage from my friends' computers; "Uhh, this looks rather like Gnucleus; you could have just gotten that for free, without the spyware, you know...."

    The idea is that adding spyware to open-source projects circumvents the "You can't take this software and sell it" restriction of the licenses because it's not being sold. It's just adding spyware to. And in some cases, the source code isn't even modified, so there is no need to redistribute the modified source code as per the license. It's just open-source software bundled with spyware in an installer.

    The problem in using a license such as the GPL, and giving people essentially unlimited rights to incorporate your code into their software is that you'll end up with situations like this, and most critically, have absolutely no recourse against them so long as they are following the letter of the agreement.

    (In this particular case, I don't know if they're following it or not. I don't see them providing the source code for download, so they may be in violation if they have modified it. But I may just have missed the link, and I'm not about to install their spyware fest on my box to see if it comes with source code or some such.)

    The solution, unfortunately, would seem to be to add more restrictions to the licenses, similar to how the you-cannot-sell-this-software-for-more-than-the-co st-of-copying-and-the-media clause works. The difficulty comes in deciding exactly what needs to be restricted, and how to word it properly. You then combine this with a proper copyright on the code, and you have something you can enforce.

    Because at that point, once you can clearly show that the company pulling this crap is in violation of your license, you can start using the DMCA as your friend, and issuing takedown notices to their ISP. Do you think for a minute that C|Net would still have the files available for download if they'd been told that they are an illegal distribution of copyrighted material? Doubtful.

    1. Re:Restricting Free (as in speech) Software by FuzzyFox · · Score: 2, Insightful
      If someone managed to package up something they found for free, and sell it to somebody, good for them! They managed to separate a fool from his money. That's what the economy is all about, after all.

      Users are supposed to not be stupid. They should shop around, check out the market. If they do that, they will find that the software is available for free, and they don't need to pay for it, or even download a re-branded form of it. Caveat emptor!

      Stupid users are always going to end up with spyware on their machine.

      --
      splunge (n) -- A good idea.. but it could be lousy... and I'm not being indecisive!
    2. Re:Restricting Free (as in speech) Software by pavon · · Score: 4, Informative

      This doesn't change the main point of your argument, but you are slightly misinformed about what the GPL says about selling software. The GPL allows you to take the software and sell it at any price you want, bundled or not. However, you must either

      A) include the source with sold binary, or
      B) make it available seperately at additional cost.

      It is just this additional cost that is limited to reasonable compensation.

    3. Re:Restricting Free (as in speech) Software by forlornhope · · Score: 2, Informative

      Not exactly correct. Acctually very wrong. First, the GPL doesn't say you can't sell a piece of software. You actually can and many people do(Red Hat, SUSE, etc.).

      To counter the rest of your argument, its unclear as to how far the GPL extends, but some people read it to say that if you distribute GPL source inside your _product_ the product must be licenced under the GPL. This is because the definition of a Derivative Work is kind of hazey as far as software is concerned. It sounds like these people took the shareza software and created a derived product called Go Music that now includes SpyWare. So it may be possible for the developers of Shareza to demand the release of all the source including the spyware. Oh, and the GPL doesn't give people unlimited rights to include your code anywhere. The distribution of your code is governed by a very strict set of rules and if they don't, they deal with copyright law which is no fun.
      I think the Go Music people are in trouble wrt copyright, though I may be wrong.

      --
      "We Don't Need No Truthless Heros!" - Project 86
    4. Re:Restricting Free (as in speech) Software by Artega+VH · · Score: 2, Informative

      being a bit more specific

      From the GPL: "1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.

      You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee."

      And from the GPL FAQ: "Yes. You can charge any fee you wish for distributing a copy of the program. If you distribute binaries by download, you must provide "equivalent access" to download the source--therefore, the fee to download source may not be greater than the fee to download the binary." but note that "The right to sell copies is part of the definition of free software. Except in one special situation, there is no limit on what price you can charge. (The one exception is the required written offer to provide source code that must accompany binary-only release.)"

      --
      groklaw, wired and slashdot. The holy trinity of work based time wasting.
    5. Re:Restricting Free (as in speech) Software by Saeed+al-Sahaf · · Score: 3, Informative
      i couldnt find the part where you arent allowed to sell gnu software. you just have to supply the source

      You're quite correct. Many people do not understand the GPL. There is no problem at all selling GPLd software for whatever price you like, and you don't even have to be the author. This is a fact.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    6. Re:Restricting Free (as in speech) Software by JustinXB · · Score: 2, Insightful
      I'm reminded of this quote:

      "The only freedom which counts is the freedom to do what some other people think to be wrong. There is no point in demanding freedom to do that which all will applaud. All the so-called liberties or rights are things which have to be asserted against others who claim that if such things are to be allowed their own rights are infringed or their own liberties threatened. This is always true, even when we speak of the freedom to worship, of the right of free speech or association, or of public assembly. If we are to allow freedoms at all there will constantly be complaints that either the liberty itself or the way in which it is exercised is being abused, and, if it is a genuine freedom, these complaints will often be justified. There is no way of having a free society in which there is not abuse. Abuse is the very hallmark of liberty." ~ Lord Chief Justice Halisham

      In short, you cannot have freedom -- true freedom -- unless you allow what you see as abuse. The more and more the GNU foundation tries to restrict what people do with GPL'd license software (as they have done from moment one), the further they move away from freedom. The GNU foundation has never expressed freedom in anyway. They've always wanted to restrict and control, they just happen to do it while flashing the word "freedom".

      Quite frankly, the GNU foundation has out right lied about what their license provides. Proof: "We recommend copyleft, because it protects freedom for all users [...]" Sorry, but copyleft licenses do not protect freedom, they restrict it.

      The GPL license is no better than an EULA. Both take something away from whoever has the software. The GPL removes the right for closed source redistribution and choice of license if you use any GPL'd code. The EULA (and the like) removes access to the code and the ability to redistribute the program or code. You may see closed source redistribution as infringing on your rights. Closed source software sees the GPL as infringing on theirs.

      The only true free-as-in-speech licenses are BSD-like licenses.

    7. Re:Restricting Free (as in speech) Software by True+Grit · · Score: 3, Insightful
      In short, you cannot have freedom -- true freedom -- unless you allow what you see as abuse.


      • We aren't talking about government here, no one is forcing you to use the GPL.
      • If you want to allow others to abuse you, thats fine, but not everyone agrees with you on that score.
      • The GPL's extra restrictions are there solely to insure the code *stays* free. Some see that as a restriction of the code's "liberty", as you do, others however see it as added protection for the code's "liberty", as I and others do.
      • As much as you hate this, this isn't going to change, and it certainly won't change with yet another GPL/FSF bashing rant on /. Use which license you want to, and stop annoying the ones who choose differently than you.
  3. this just in from SCO by JeffSh · · Score: 4, Funny

    Well, DUH!! you cant just give away source code and not expect this to happen. This is what you open source people get!! /begin astroturfing

  4. That gives me an idea by prostoalex · · Score: 4, Funny
    Tune in next week for my version of EnhancedOffice Gold Edition for WinXP with super enhancements such as

    Internet accelerator

    Bandwidth optimizer

    Password manager (Gator, the industry standard)

    HotBar

    and many other goodies you would have never got off some open source site.

    1. Re:That gives me an idea by BlueCup · · Score: 4, Funny

      Gator?! Man, get with the times! Claria is all the rage now, it's completely seperate and better than Gator could ever be. Sheesh.

      --
      WANNAWIKI Wannawiki WannaWiki WANNAWIKI!
  5. Kazaa gold? by Billobob · · Score: 4, Interesting

    If anything, this reminds me more of how Morpheus completely ripped off Gnucleus after Kazaa kicked them off their networks, leaving Morpheus pretty much screwed. They changed a few pictures, and originally presented none of the code to the public.

    --
    If you have to ask, you'll never know.
  6. #1 problem by deutschemonte · · Score: 4, Insightful

    These programs are the #1 problem I encounter when I get the oh so common call from friends and family about how their PC just keeps popping up ads and is running really slow.

    Damn them all to hell!

    This being /. I am sure a great deal of you know my pain.

    --
    The preceding message was based on actual events. Only the names, locations and events have been changed.
    1. Re:#1 problem by Veridium · · Score: 2, Funny

      I say God bless them.

      They've been nothing but good for my consulting business. Buhahaha.

      --
      Think for yourself, destroy your television.
  7. Download.com is pay to list now.... by Kenja · · Score: 4, Insightful

    Ever since download.com went from a free listing of free/shareware to a pay for listing service they've gotten far less scrupleless. They realy dont seem to care what they host so long as they get paid.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  8. How is repacking a GPL'd program theft? by nlinecomputers · · Score: 2, Interesting

    How can you steal something that is free? I admit that I have yet to read the links. Off to do that now but that line in the story above sure seems incorrect to me.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
    1. Re:How is repacking a GPL'd program theft? by Monty845 · · Score: 3, Informative

      Actually there is some precedent for being charged with stealing free things, for instance in some states its a crime to steal a free newspaper, granted you need to take a bunch for it to count, but if you take 100s they can charge you...

  9. That's funny; I didn't see that clause by tepples · · Score: 3, Informative

    The solution, unfortunately, would seem to be to add more restrictions to the licenses, similar to how the you-cannot-sell-this-software-for-more-than-the-co st-of-copying-and-the-media clause works.

    What clause? Gnucleus, Shareaza, and eMule are licensed under the GNU General Public License. This license lets a redistributor sell copies or digital deliveries of a covered program provided that the source code is either included or available at cost.

  10. Fake user opinions on CNET by brokencomputer · · Score: 5, Insightful

    Those user opinions have got to be fake. " "I like it :)" No spyware is bundled with it, and it is a fairly reliable software package. This must be the best Thing in the world. Now my life is excelent!" ""Great Program No Ads!" Fast, easy to use, plenty to choose from My roommate and I both use this program and we think it's stupendous! This program is excellent." Give me a break. They could have at least made it a little less obvious.

    1. Re:Fake user opinions on CNET by darth_MALL · · Score: 3, Interesting

      I'm loving the negative ons like this:
      ""Virus Infected Shareaza Ripoff" Included malware: 1. Win32:Trojan-gen. {Other} 2. New.Net spyware 3. Search Toolbar adware "

    2. Re:Fake user opinions on CNET by initialE · · Score: 2, Funny

      "And, my penis is longer now!"

      --
      Starbucks, Harbuckle of Breath.
  11. They HAVE modified it by Savet+Hegar · · Score: 2, Insightful

    By rereleasing the software with spyware included, they have modified the software. Certain linux distributions contain proprietary software, but linux = the kernel. linux does not equal the distribution.

    gnucleus, gtk-gnutella, etc are covered by the GPL. So modifying the program itself means they MUST release the source code at no additional charge.

    They aren't actually doing anything wrong by charging a price for this software either. Technically, they could justify it for their "enhancements" to the software such as spyware and adware.

    --
    Mod points are pointless when you browse at -1.
    1. Re:They HAVE modified it by rgriff59 · · Score: 2, Informative
      There seems to be some fixation with a requirement to distribute source if it is modified. Just for clarity, it is the distribution, not the modification, that brings with it the source requirement as indicated in this quote from the GPL:
      For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
      Anyone can sell a GPL'ed binary, or give it away, barter it, whatever. But the act of distributing it in any form requires the distributor to also provide access to the source on request.
    2. Re:They HAVE modified it by djeca · · Score: 2, Interesting

      Yeah, this stuff may fall under the 'aggregate' clause that covers proprietary-enhanced Linux distros. That's the sort of thing a court needs to decide, but in all honesty I think that if SuSE Linux is OK (and was back when YaST was proprietary), then so is this form of bundling.

      However, the point isn't whether or not you can sue them, it's whether or not you can force download.com to delist them with a DMCA takedown notice. And to do that, all you need is evidence that the scumbags aren't following every last letter of the GPL. Clause 3b. is the main one, but you can check the other clauses as well.

      Of course, if they are compying with the GPL, then what's the harm? If a few people are idiots enough to only use software that is backed by fancy advertising that just screams 'malware', then it's hardly a high priority for the Free Software community to reeducate them, even if it's possible.

  12. Re:Best P2P client? by Coke+in+a+Can · · Score: 2, Informative

    I use a combination of eMule, BitTorrent, and DC++. eMule is great for small files like MP3s and files that have been out for a long time (and therefore BT won't have many peers). BitTorrent is great, naturally, for big stuff that's popular. DC++, I just use for use with friends on my private registered-users-only hub.

  13. 75% popular my donkey! by B747SP · · Score: 4, Interesting
    A quick read of the user comments pages on C|Net makes it pretty clear that all of those positive comments are written by the same person with the same fractured ESL English and the same misgivings about what is 'really cool' and how to make one's life 'complete'.

    Some might call this 'astroturf', but I reckon that even blind freddy could see that this grass is brown!

    --
    I find your ideas intriguing and I wish to subscribe to your newsletter.
  14. theft or copyright infringement. by Anonymous Coward · · Score: 5, Insightful

    "Shareaza, which recently went open source under the GPL, has been subject to a similar type of theft by a company going by the name RockSoft Development."

    Oh, so When you steal something from a record label, it's copyright infringement, but when you steal GPL software, it's actually theft?

    1. Re:theft or copyright infringement. by ad0gg · · Score: 5, Funny
      Oh, so When you steal something from a record label, it's copyright infringement, but when you steal GPL software, it's actually theft?

      Welcome to slashdot newcomer! Please follow the following guidelines when posting in order of importance

      1. Microsoft = Bad
      2. GPL = Good
      3. Linx = good
      4. Copyright/Patent = bad
      5. RIAA/MPAA = Bad
      6. Apple = good
      7. Real = Buffering
      I hope you enjoy your stay.
      --

      Have you ever been to a turkish prison?

    2. Re:theft or copyright infringement. by teamhasnoi · · Score: 2, Interesting
      I'll bite - grabbing a mp3 and selling a GPL app as your own are different - I say that 98% of every mp3 downloaded are never resold. The difference is in the profit. People who close source GPL software and sell it for a profit are taking the work of those who have already decided to donate their time and code for the common good and using it for their own selfish gain.

      It's the difference between photocopying a book, and plagiarizing one.

      All statistics are from here.

  15. Open source software on eBay by mbrubeck · · Score: 5, Interesting

    I work on the Audacity sound editor, a free software project that is being re-branded and sold on eBay under names like LuxuriousitySound. Most of the sellers try to conceal the app's identity, and of course they don't mention that it's free and open-source. The same vendors are also selling rebranded versions of Open Office and GIMP. We get a lot of messages from angry users who find out that they payed $15 for software that's free for everybody.

    The vendors are obeying the GPL, so they aren't guilty of copyright infringement. They're careful not to use the software's real name, so of course they aren't guilty of misusing our trademarks. They might be in violation of deceptive advertising laws, or eBay's own "Brand Name Misuse Policy," but eBay hasn't yet acted on any of the buyers' complaints.

    1. Re:Open source software on eBay by timmyf2371 · · Score: 2, Insightful
      If I understand you correctly, I don't see the problem with this scenario.

      Audacity is distributed under the GPL - therefore anyone can take the code and distribute the application providing they make the code accessible - and of course, the GPL allows it to be sold for a fee.

      Sounds like a perfectly legal, profitable, albeit arguably immoral, business model. Guess thats a potential drawback to using the GPL.

      --

      Backup not found: (A)bort (R)etry (P)anic
    2. Re:Open source software on eBay by BenjyD · · Score: 2, Insightful

      Looking through the adverts for things like "Professional photoeditor 4" (otherwise known as GIMP 2) on ebay, the thing that really shocks me is just how stupid people must be. From the buyer feedback there must be real people buying the software - even if you assumed every positive feedback is fake, there are enough negative ones there as well.

      Who buys software from a company with adverts so badly spelt, with english so bad as to be incomprehensible in places? Who can't type "free photo editor" into google? Are these the same people who believe they really have won the Dutch lottery?

    3. Re:Open source software on eBay by mqduck · · Score: 2, Funny

      Q: "If I understand you correctly, I don't see the problem with this scenario."

      A: "Sounds like a[n]... arguably immoral, business model."

      Dork. ;)

      --
      Property is theft.
    4. Re:Open source software on eBay by HermanAB · · Score: 2, Insightful

      Nothing wrong if they package it nicely, give a printed book and phone/email support.

      --
      Oh well, what the hell...
  16. Re:download.com sucks... by NeoThermic · · Score: 2, Informative

    Or, use the service which is free, and has been for a while:

    SnapFiles


    NeoThermic

    --
    Use my link above, or to view my server, NeoThermic.com
  17. original KaZaA had spyware, right? by Rai · · Score: 2, Insightful

    "Rebranding software then loading it with spyware and adware (or just selling it for profit) has become a recent trend with oversea individuals trying to make a few bucks. We all remember the KaZaA Gold, don't we?"

    Doesn't the original KaZaA client have it's own spyware? I don't see a reason to cry over someone robbing a company of spyware revenue in favor of their own spyware revenue. Now, if someone robs the client to remove the spyware altogether (like KaZaA Lite supposedly did), I'm all for that.

    1. Re:original KaZaA had spyware, right? by sinner0423 · · Score: 4, Informative

      Doesn't the original KaZaA client have it's own spyware? I don't see a reason to cry over someone robbing a company of spyware revenue in favor of their own spyware revenue. Now, if someone robs the client to remove the spyware altogether (like KaZaA Lite supposedly did), I'm all for that.

      Kazaa came bundled with a client for BDE which was used to sell your spare cpu cycles to someone else. Basically like a huge distributed computing project, that the end user had absolutely no idea about.. I believe this single act kick-started the whole anti-adware/spyware movement.

      I'd recommend using KazaaLite K++, which has removed all of the extra FUD. Although, good luck finding a legitimate download. 98% of the files on Kazaa are fakes, planted by the RIAA to dissuade you from downloading music. In the end, it is not going to matter what client you use, if all of the files on the network are bogus.

  18. Let's Call Spyware "Fraud" and Be Done With It by reallocate · · Score: 4, Insightful

    Marketing a product that secretly does something other than what the seller acknowledges seems to me to be equivalent to fraud.

    Before the F/OSS community gets all hot and bothered about changing licensing language (ignoring how they might enforce any language) maybe the best course is to go after spyware using the fraud laws.

    --
    -- Slashdot: When Public Access TV Says "No"
  19. So? by amalcon · · Score: 3, Insightful

    If a user is too lazy to type the name of their software into google before they download it, that's their loss.

    --
    -Amalcon
  20. Spyware? Where? by clubin · · Score: 5, Funny

    It can't have spyware; it's site says it doesn't.

    "It is totally free from spyware, adware and other similar stuff."

    "And the best thing about this program is that it has been thoroughly checked and built so it is free from spyware , adware , pop up ads etc."

    See?!

  21. Re:Could somebody fill me in? by BlueCup · · Score: 3, Informative

    I'll give it a shot...

    Back in days of yore, Kazaa was given away for free for people to download to connect to the fast track netword. Then someone came along and modded the program, and created kazaa-lite. This gave users many added benefits, and made getting files easier. But, the changes were freely available, and then a company took those changes, renamed them, "gave" them away on a website that required your email address, and they bundled a ton of spyware crap in (not that the regular Kazaa didn't already start out with enough of that as it was.

    If you want to see the evil that is Kazaa Gold, it still exists, and can be found here... just don't download it =) forms of Kazaa Lite can still be found if anyone must use the Fast Track network... =) hope this helped.

    --
    WANNAWIKI Wannawiki WannaWiki WANNAWIKI!
  22. Re:Best P2P client? by Raagshinnah · · Score: 2, Interesting

    giftcurs and Apollon are both quite good, both based on the gift daemon which has plugins for gnutella/openft/fasttrack/soulseek

    http://www.nongnu.org/giftcurs/
    http://apollon.sourceforge.net/files.html/

  23. Dude, check out the astroturfs by RPoet · · Score: 2, Interesting

    Look at the user comments at download.com. The newest comments are shown first, which are users warning about the GPL theft and bundled spyware. Then there's a LOT of REALLY HAPPY users.

    Three different users actually say "This must be the best Thing in the world. Now my life is excelent!"

    "This is a great program, works well and easy My roommate and I both use this program and we think it's stupendous! Would recommend this to anyone"

    "I'm using only best well-tested soft, and here it is."

    "The speed is shocking"

    "It id very-very-very and one million more times very NICE stuff i ever had" ... and so on.

    The entire happy part of the user base seem to apply bad punctuation and similar spalling erors ;)

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  24. Not only open source by ad0gg · · Score: 3, Interesting
    I've seen this all applied to public domain works by the government. I've seen the US Census data being sold for up to $750, when you can just download it from their site. I've also seen people selling access to NOAA weather images for a subscription rate of $100 a year. It all comes down to marketing, there's no way a producer of free content can compete against someone selling their stuff on the marketing side.

    Selling NOAA data for $100 a year

    --

    Have you ever been to a turkish prison?

  25. Re:SFW? by mbrubeck · · Score: 2, Interesting

    "So, whats your point? Are you saying you disklike people re-branding your software and selling copies of it? If so, might I suggest you do not release it under the GPL." To clarify, I don't mind people re-branding and selling our software. One Linux distributor did this for a while, and I didn't object (although I did point out some practical problems with it, and they later stopped re-branding their version of Audacity). I know that the vendors are not stealing the software, and that I have given them full permission to modify and sell it. However, I think that these particular vendors are being unethical and deliberately deceptive in a way that is harmful to their customers. I wanted to point out the problems they cause, but I recognize that these some of these problems are unavoidable with free licensing. I'm interested in finding ways to prevent some of the harm while preserving the freedom of the software. One answer may be eBay's Brand Name Misuse Policy, which requires sellers not to use a different brand name than the product's manufacturer.

  26. What are you gonna do? by DAtkins · · Score: 3, Insightful

    We can sit here and laugh at people who downloaded this stupid, stupid program. Heck, if one of us did it I think we would all laugh and laugh.

    But this sad problem is the same problem that every new computer user has. No matter if you use Windows or Linux or Mac or / all new users have a tough time learning which program they need to accomplish a specific task. Hell, I spend more time telling people what program to use, more than actually fixing something.

    Do you family and friends a favor. Since we all know the OSS versions of these programs, why not just post a list of what you use in your daily life so they can just look it up? Seems the easiest way to prevent non-computer people from getting screwed is for geeks to post their program list. Now that OSS has come around, I'm sure more of us can actually do that!

  27. Similar shenanigans....... by Handpaper · · Score: 3, Interesting
    Here and here. The genuine article has even changed the title of its home page to draw attention to the problem.
    Mind you, when somebody can't even look for the site probably deserves to be scammed.

  28. Irony? by stubear · · Score: 2, Insightful

    Am I the only one who sees the irony in shit statement, "...has been subject to a similar type of theft by a company going by the name RockSoft Development"?

  29. Ironic by WiggyWack · · Score: 2, Insightful

    Sorry, but I find the 'theft' of GPL code of P2P software ironic.

    Flame away.

    --
    Macintosh humor! MacComedy.com
  30. One mispronounciation by kgroombr · · Score: 2, Interesting

    It mispronounces giga as in gigabyte. Although most people say it as a hard "G", it is pronounced (correctly) with a "J" sound. Derived from the greek word gigantikos. Example: Pronounce: gigantic, giant Same root word.

  31. Another one by zjbs14 · · Score: 3, Interesting
    Here's another one, looks like the same folks doing it:

    http://www.download.com/Music-Master/3000-2196_4-1 0306583.html?tag=stbc.gp

    The negative review are stacking up for Go Music, let's add some to Music Master too.

    --
    No sig, sorry.
  32. Happens with Websites too... by Blic · · Score: 2, Informative

    Everyone's favorite torrent site suprnova.org has two knockoffs - suprnova.com and suprnova.net (both seem to be the same ripoff site) that want you to sign up with an email address before using them, past which who knows? I'm not gonna check.

    Maybe they have spyware laden versions of the BitTorrent client and who knows if they just steal listings from suprnova.org or link there directly...

  33. What can I say by Orion+Blastar · · Score: 2, Interesting

    a friend of mine told me that he paid for a subscription to Kazaa Lite network. I tried to tell him that Kazaa Lite was no longer being made, and never had a subscription model, but he didn't listen. Besides, I told him, it is based on Kazaa without the spyware/adware, and thus illegal. I am not sure what exactly he got, but it is some Kazaa named P2P program that you apparently pay a monthly fee for.

    P2P file sharing is full of such scams, because people are gullable. Apparently file sharing, to them, is illegal, unless you pay a monthly fee for access to the files, and then it is legal? Internet Pirates with a business plan, who'dathunkit?

    Once he wises up, I'll have to uninstall the malware from his system for him.

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
  34. Hahaha.... Hahahahaha! by Gordonjcp · · Score: 3, Funny
    The basterdization of the English language...


    Hahahahaha


    That is all.